Recent Releases of landsatxplore
landsatxplore - v0.13.0
Python API:
- Names of scene identifiers have been harmonized for consistency with the USGS API and the use of multiple datasets.
entity_idanddisplay_idare now used instead ofscene_idandproduct_id, as those IDs may now refer to Landsat Collection 1, Landsat Collection 2, or Sentinel products. - Metadata returned by
api.search()andapi.metadata()have been harmonized to be more consistent across the datasets.entity_id,display_id,acquisition_dateandcloud_coverfields 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_dateinstead ofacquisitionDate). Numeric fields are converted to integers or floats if possible, and dates are converted to Python datetimes.
CLI:
landsatxplore searchnow prints thedisplay_idinstead of theentity_idby default.- In
landsatxplore search,--outputoption now acceptsentity_idanddisplay_idvalues instead ofscene_idandproduct_id. - Added a
--skipflag tolandsatxplore downloadto skip download and only print remote filename for testing purposes.
Sustainable Development - Environmental Satellites
- Python
Published by yannforget over 5 years ago
landsatxplore - v0.12.1
- Request full scene metadata by default. Should fix #35
Sustainable Development - Environmental Satellites
- Python
Published by yannforget over 5 years ago
landsatxplore - v0.12.0
- 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 searchnow outputs Product IDs by default for Landsat datasets.EarthExplorerErroris raised when a dataset is not available for download.- Added
shapelydependency. - Added unit tests and integration tests.
- Added CI.
- Switched packaging to poetry.
Sustainable Development - Environmental Satellites
- Python
Published by yannforget over 5 years ago
landsatxplore - v0.10
- Fix a bug when requesting scene metadata (#31)
- Add timeout parameter to scene download (#32)
Sustainable Development - Environmental Satellites
- Python
Published by yannforget over 5 years ago
landsatxplore - v0.9
- Add experimental support for Sentinel-2 images (See pull request #30). Thanks @griembauer
Sustainable Development - Environmental Satellites
- Python
Published by yannforget over 5 years ago
landsatxplore - v0.8
- Fixes issue #19 (thanks @HanDuwol)
Sustainable Development - Environmental Satellites
- Python
Published by yannforget almost 6 years ago
landsatxplore - v0.7
- Fix issue #20
Sustainable Development - Environmental Satellites
- Python
Published by yannforget almost 6 years ago
landsatxplore - v0.6
- Fixed download progress bar (Pull request)
Sustainable Development - Environmental Satellites
- Python
Published by yannforget almost 7 years ago
landsatxplore - v0.0.5
earthexplorer.download()now returns the local file name of the downloaded product.
Sustainable Development - Environmental Satellites
- Python
Published by yannforget over 7 years ago
landsatxplore -
Sustainable Development - Environmental Satellites
- Python
Published by yannforget almost 8 years ago
landsatxplore - v0.0.3
- Username and password can be provided as environment variables.
- Support of multiple output formats for
landsatxplore search. - Download in current directory by default.
Sustainable Development - Environmental Satellites
- Python
Published by yannforget about 8 years ago
landsatxplore - v0.0.1
Initial release.
Sustainable Development - Environmental Satellites
- Python
Published by yannforget about 8 years ago