Skip to content

Releases: yannforget/landsatxplore

v0.13.0

01 Mar 12:35
Compare
Choose a tag to compare

Python API:

  • Names of scene identifiers have been harmonized for consistency with the USGS API and the use of multiple datasets. entity_id and display_id are now used instead of scene_id and product_id, as those IDs may now refer to Landsat Collection 1, Landsat Collection 2, or Sentinel products.
  • Metadata returned by api.search() and api.metadata() have been harmonized to be more consistent across the datasets. entity_id, display_id, acquisition_date and cloud_cover fields are always present regardless of the dataset. Camel case field names from the USGS API are converted to snake case for consistency (i.e. acquisition_date instead of acquisitionDate). Numeric fields are converted to integers or floats if possible, and dates are converted to Python datetimes.

CLI:

  • landsatxplore search now prints the display_id instead of the entity_id by default.
  • In landsatxplore search, --output option now accepts entity_id and display_id values instead of scene_id and product_id.
  • Added a --skip flag to landsatxplore download to skip download and only print remote filename for testing purposes.

v0.12.1

25 Feb 14:15
162216e
Compare
Choose a tag to compare
  • Request full scene metadata by default. Should fix #35

v0.12.0

24 Feb 17:17
Compare
Choose a tag to compare
  • Rewrite for compatibility with the new JSON API.
    • Some metadata fields and search results can be different. Check your scripts.
  • Added support for Collection 2 Level 1&2 datasets
  • landsatxplore search now outputs Product IDs by default for Landsat datasets.
  • EarthExplorerError is raised when a dataset is not available for download.
  • Added shapely dependency.
  • Added unit tests and integration tests.
  • Added CI.
  • Switched packaging to poetry.

v0.10

16 Feb 16:32
024ca02
Compare
Choose a tag to compare
  • Fix a bug when requesting scene metadata (#31)
  • Add timeout parameter to scene download (#32)

v0.9

29 Jan 17:37
Compare
Choose a tag to compare
  • Add experimental support for Sentinel-2 images (See pull request #30). Thanks @griembauer

v0.8

04 Aug 13:08
89eba3f
Compare
Choose a tag to compare

v0.7

03 Aug 14:12
Compare
Choose a tag to compare
  • Fix issue #20

v0.6

05 Aug 12:55
80becb2
Compare
Choose a tag to compare

v0.0.5

27 Nov 11:16
Compare
Choose a tag to compare
  • earthexplorer.download() now returns the local file name of the downloaded product.

0.0.4

16 Jun 15:05
Compare
Choose a tag to compare
0.0.4 Pre-release
Pre-release
bump version