[GRASS-git] [OSGeo/grass-addons] 7d82bb: i.landsat.download: change API from landsatxplore ...
Hamed Elgizery
noreply at github.com
Mon Jul 29 06:51:51 PDT 2024
Branch: refs/heads/grass8
Home: https://github.com/OSGeo/grass-addons
Commit: 7d82bb9f2b024afd63a812ae85d4e9613e810076
https://github.com/OSGeo/grass-addons/commit/7d82bb9f2b024afd63a812ae85d4e9613e810076
Author: Hamed Elgizery <hamedashraf2004 at gmail.com>
Date: 2024-07-29 (Mon, 29 Jul 2024)
Changed paths:
M src/imagery/i.landsat/i.landsat.download/i.landsat.download.html
M src/imagery/i.landsat/i.landsat.download/i.landsat.download.py
Log Message:
-----------
i.landsat.download: change API from landsatxplore to EODAG using i.eodag (#1144)
* Reimplement basic structure
* Add scenes listing
* Add sorting
* Add download of search result if l flag is not set
Current download implementation is not working becuase of a bug in EODAG
The current implementation saves the result in a geojson file and then
passes it to i.eodag, which should deserialize it and donwload the
products... there is a bug in the USGS API, so another implemention is
needed
* Switch from USGS to Planetary Computer
* Map datasets to eodag product types
* Add Changelog to HEADER
* Update manual
* Check for config file existance and create one if not
* Add USGS for searching and downloading, IDs in USGS is not yet supported
* Remove exit after creating the config file
* Merge usgs and planetary_computer to use the same filtering method (the pattern option)
* Batch eodag version comparison
---------
Co-authored-by: Veronica Andreo <veroandreo at gmail.com>
Co-authored-by: Stefan Blumentrath <stefan.blumentrath at gmx.de>
To unsubscribe from these emails, change your notification settings at https://github.com/OSGeo/grass-addons/settings/notifications
More information about the grass-commit
mailing list