Skip to content

Release Notes

Latest version

v0.1.6pip install jaxa-earth

Version 0.1.6

Compatible with COG/STAC database version v1.2.

Reference: https://data.earth.jaxa.jp/api/python/v0.1.6/

API

  • Added a function to read hourly products.

Documentation

  • Changed the official repository from JAXA to pypi.org.
  • Added documentation for installing via pip.

Version 0.1.5

Compatible with COG/STAC database version v1.2.

Reference: https://data.earth.jaxa.jp/api/python/v0.1.5/

API

  • Added a function to output png_buffer in displaying images for MCP function.

Documentation

  • Added documentation for using local MCP Server in Claude Desktop.

Version 0.1.4

Compatible with COG/STAC database version v1.2.

Reference: https://data.earth.jaxa.jp/api/python/v0.1.4/

API

  • Added a function to process 8-day normal data.

Documentation

  • Added documentation for using Google Colab.

Version 0.1.3

Compatible with COG/STAC database version v1.2.

Reference: https://data.earth.jaxa.jp/api/python/v0.1.3/

API

  • Small bug fixed.

Version 0.1.2

Compatible with COG/STAC database version v1.2.

Reference: https://data.earth.jaxa.jp/api/python/v0.1.2/

API

  • Changed the specification so that nodata becomes transparent when label data such as RGB, LCCS, and FNF are displayed in QGIS.

COG

  • Changed the COG placement position to the same position as STAC and made it a relative path.
  • Support for 16-bit color map input for label data such as RGB, LCCS, and FNF.
  • Added map projection specification for Antarctica (EPSG3031).
  • Changed the allowable range of longitude from ±180 deg to ±360 deg in EPSG4326.
  • Added GEO_METADATA tag available in Web Map Service API.
  • Added GDAL_NODATA tag.