We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Some of our ncSOSv1.2.1 files are showning bad dates in the DescribeSensor request. Below is one example.
http://thredds.secoora.org/thredds/sos/secoora/sensors/gov_fl_fldep_8728744/data/wind_from_direction-rm.nc?service=SOS&version=1.0.0&request=DescribeSensor&procedure=urn%3Aioos%3Astation%3Agov.fl.fldep%3A8728744&outputFormat=text%2Fxml%3B%20subtype%3D%22sensorML%2F1.0.1%2Fprofiles%2Fioos_sos%2F1.0%22
<sml:capabilities name="observationTimeRange"> <swe:DataRecord> <swe:field name="observationTimeRange"> <swe:TimeRange definition="http://mmisw.org/ont/ioos/definition/observationTimeRange"> <swe:value> 292278994-08-17T07:12:55Z 292269055-12-02T16:47:04Z </swe:value> </swe:TimeRange> </swe:field> </swe:DataRecord> </sml:capabilities>
The GetCapabilities for the same file shows the correct dates. http://thredds.secoora.org/thredds/sos/secoora/sensors/gov_fl_fldep_8728744/data/wind_from_direction-rm.nc?service=SOS&version=1.0.0&request=GetCapabilities
<sos:time> <gml:TimePeriod> <gml:beginPosition>1970-01-01T00:00:00Z</gml:beginPosition> <gml:endPosition>2017-01-18T16:18:11.542Z</gml:endPosition> </gml:TimePeriod> </sos:time>
Below is the file that is used in ncSOS. You will have to rename the extension to ".nc" wind_from_direction-rm.zip
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Some of our ncSOSv1.2.1 files are showning bad dates in the DescribeSensor request. Below is one example.
http://thredds.secoora.org/thredds/sos/secoora/sensors/gov_fl_fldep_8728744/data/wind_from_direction-rm.nc?service=SOS&version=1.0.0&request=DescribeSensor&procedure=urn%3Aioos%3Astation%3Agov.fl.fldep%3A8728744&outputFormat=text%2Fxml%3B%20subtype%3D%22sensorML%2F1.0.1%2Fprofiles%2Fioos_sos%2F1.0%22
The GetCapabilities for the same file shows the correct dates.
http://thredds.secoora.org/thredds/sos/secoora/sensors/gov_fl_fldep_8728744/data/wind_from_direction-rm.nc?service=SOS&version=1.0.0&request=GetCapabilities
Below is the file that is used in ncSOS. You will have to rename the extension to ".nc"
wind_from_direction-rm.zip
The text was updated successfully, but these errors were encountered: