Open-EO / openeo-python-client

Python client API for OpenEO
https://open-eo.github.io/openeo-python-client/
Apache License 2.0
149 stars 38 forks source link

feature request: allow specifying temporal extent with single string #421

Closed soxofaan closed 12 months ago

soxofaan commented 1 year ago

Temporal extents have to be specified as a list/tuple with two dates. Often, when experimenting/exploring, you just need a single year or month, it would be handy if you can just pass temporal_extent="2022" or temporal_extent="2023-04", which would be converted automatically by the client to appropriate date ranges

soxofaan commented 1 year ago

PR #461 was merged but I'd like to iterate a bit further on it:

soxofaan commented 12 months ago

done now: merged #468