-
Notifications
You must be signed in to change notification settings - Fork 22
Extend temporal filtering for further time fields, e.g. valid time #179
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
Comments
Would prefer another request parameter when having interval times (see #157) we may combine filters like this
Thoughts? |
What about |
Is this feature available now? I am looking for same requirement to filter observation within phenomenonStartTime and phenomenonEndTime for given datetime value in filter. |
@sudhamani1983 unfortunately not. The only way to filter temporally is via |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
Currently the API only supports the temporal filtering for
phenomenonTime
.A solution might be to add a
referenceValue
to thetimespan
query parameter, similar to the OGC SOS 2.0 KVP definition:?timespan=validTime,2016-07-13T10:00:00Z/2016-07-13T15:00:00Z
The text was updated successfully, but these errors were encountered: