Ticket #2154 (closed defect: fixed)
[SOS-Server] eventTime not working
| Reported by: | tomkralidis | Owned by: | assefa |
|---|---|---|---|
| Priority: | normal | Milestone: | 5.0 release |
| Component: | SOS Server | Version: | |
| Severity: | major | Keywords: | |
| Cc: | assefa, cplist, jmckenna |
Description
The following long URL should not return any hits since there is no record in our db that falls between the eventTime range I specify as part of the URL.
http://sos-web.tamu.edu/sos-cgi/madis?service=sos&request=GetObservation&version=0.1.2&offering=ndbc_44029&responseFormat=text/xml;%20subtype=om/0.14.7&observedProperty=http://marinemetadata.org/cf%23air_pressure_at_sea_level&eventTime=<gml:TimePeriod><gml:beginPosition>1990-01-01</gml:beginPosition><gml:endPosition>1990-02-01</gml:endPosition></gml:TimePeriod>
There is always only 1 row that should be returned -- the most recent observation. As of right now, the time is <time>2007-07-12 07:04:00-05</time> which isn't anywhere near the TimePeriods defined in the query URL.

