You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
temporal_extent*
Limits the data to load from the collection to the specified left-closed temporal interval. Applies to all temporal dimensions. The interval has to be specified as an array with exactly two elements:
The first element is the start of the temporal interval. The specified instance in time is included in the interval.
The second element is the end of the temporal interval. The specified instance in time is excluded from the interval.
For instance, in the following PG I put in the query the 8th of July as end date and the result contains data on that date:
I have noticed that the end date is included when performing load_collection. However, the API states that the end date should be excluded.
https://processes.openeo.org/#load_collection
For instance, in the following PG I put in the query the 8th of July as end date and the result contains data on that date:
process graph
The text was updated successfully, but these errors were encountered: