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
Currently the API only supports the temporal filtering for phenomenonTime.
A solution might be to add a referenceValue to the timespan query parameter, similar to the OGC SOS 2.0 KVP definition:
Would prefer another request parameter timefilter which is set to phenomenon by default. Filtering could then performed by setting timefilter=valid ...
when having interval times (see #157) we may combine filters like this
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 timespan parameter which checks if phenomenonTimeStart and phenomenonTimeEnd lay within the given filter value.
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: