-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow datetime search to include start_datetime and end_datetime #181
Comments
The current behaviour is indeed not conforming to the OGC API - Features specification. If both the
The current behaviour is also not correct in displaying no results at all when applying a datetime filter. If no temporal information is provided for a feature, it should not be excluded from the result.
In practise, this cannot happen in STAC, because either one of these temporal properties is required by the STAC specification: https://github.com/radiantearth/stac-spec/blob/master/item-spec/item-spec.md#datetime |
It might be interesting to look how this is handled in other implementations. It seems to be supported in Planetary Computer: |
Is your feature request related to a problem? Please describe.
If an item's
datetime
is not set i.e it's using astart_datetime
andend_datetime
. It's exclude from temporal searches.Describe the solution you'd like
Start_datetime
andend_datetime
to be included in temporal searches.Describe alternatives you've considered
An advanced datetime search that includes all temporal assets.
The text was updated successfully, but these errors were encountered: