[GRASS-git] [OSGeo/grass-addons] 5220c5: i.eodag: add operators to queryables and allow mul...
Hamed Elgizery
noreply at github.com
Tue Jul 16 11:11:19 PDT 2024
Branch: refs/heads/grass8
Home: https://github.com/OSGeo/grass-addons
Commit: 5220c58fab79abd91fa32c0b1ec259f2f69c4c4c
https://github.com/OSGeo/grass-addons/commit/5220c58fab79abd91fa32c0b1ec259f2f69c4c4c
Author: Hamed Elgizery <hamedashraf2004 at gmail.com>
Date: 2024-07-16 (Tue, 16 Jul 2024)
Changed paths:
M src/imagery/i.eodag/i.eodag.html
M src/imagery/i.eodag/i.eodag.py
Log Message:
-----------
i.eodag: add operators to queryables and allow multiple values (#1142)
* Allow queryable to have multiple values
* Add strip to trim strings
* Check query option validity before searching to save time if there is an error
* Add query_parser function and refactor code
* Restrict queryables to queryables with types str, int, float, or Literal
* Add querying section with examples to manual
* Change assert statements to if statements
* Add explanation of some use cases to manual
* i.eodag manual: language and style fixes, sections re-ordered
* Add <p> tags to seperate titles
* Set default area_relation to Intersects, and default clouds to 20
* Handle non-existent vector map
* Fix filtering of products that shouldn't be filter when using the id option
* Set clouds option default value to 100
* Change \ to ; in query
---------
Co-authored-by: Veronica Andreo <veroandreo at gmail.com>
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