SECOORA / skill_score

Prototypes for the SECOORA skill score
MIT License
7 stars 1 forks source link

Bad SOS URL respose #230

Closed ocefpaf closed 8 years ago

ocefpaf commented 8 years ago

The URL [1] worked last week, but now it returns:

This XML file does not appear to have any style information associated with it. The document tree is shown below.
<ExceptionReport xmlns="http://www.opengis.net/ows/1.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.opengis.net/ows/1.1/owsExceptionReport.xsd" version="1.0.0" xml:lang="en">
<Exception exceptionCode="NoApplicableCode" locator="water_surface_height_above_reference_datum">
<ExceptionText>
No station objects available for water_surface_height_above_reference_datum in collection.
</ExceptionText>
</Exception>
</ExceptionReport>

[1] http://opendap.co-ops.nos.noaa.gov/ioos-dif-sos/SOS?eventTime=2015-11-21T12:00:00Z&service=SOS&offering=urn:ioos:network:NOAA.NOS.CO-OPS:WaterLevelActive&request=GetObservation&version=1.0.0&responseFormat=text/csv&featureOfInterest=BBOX:-87.4,24.25,-74.7,36.7&observedProperty=water_surface_height_above_reference_datum

Not sure if this is still part of the frustration from the SOS response changes from #225 or if it is something else.

ocefpaf commented 8 years ago

After a few refreshes the response changes back to the expected csv.

Update: The first response always fails and the second on it succeeds.

rsignell-usgs commented 8 years ago

It worked first time for me.

ocefpaf commented 8 years ago

It worked first time for me.

Yeah, these are intermittent failures. I just report them here to explain delays in the skill score results.