OSGeo / grass-addons

GRASS GIS Addons Repository
https://grass.osgeo.org/grass-stable/manuals/addons/
GNU General Public License v2.0
98 stars 148 forks source link

i.eodag: remove pandas dependency and save results in json/geojson files #1104

Closed HamedElgizery closed 2 months ago

HamedElgizery commented 2 months ago

This PR will:

Note: Reading geojson containing search results is not yet supported, and it will be addressed in a future PR.

Added filtering options:

Sorting parameters:

Both can be set to ascending or descending.

[1] https://eodag.readthedocs.io/en/stable/api_reference/searchresult.html#crunch

HamedElgizery commented 2 months ago

Thanks for the feedback! @ninsbl @veroandreo @lucadelu

I will be adding footprint option in the next PR, because I think this one already contains off-topic additions, right? Also I will probably be adding more qureyables for searching in the next PR, or the one after.