Skip to content
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

DescribeSensor Year Date Error #181

Open
lance-axiom opened this issue Jan 18, 2017 · 0 comments
Open

DescribeSensor Year Date Error #181

lance-axiom opened this issue Jan 18, 2017 · 0 comments
Milestone

Comments

@lance-axiom
Copy link

lance-axiom commented Jan 18, 2017

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

@cheryldmorse cheryldmorse added this to the Version 2.0 milestone Jun 28, 2017
@cheryldmorse cheryldmorse modified the milestones: Version 1.5, Version 2.0 Jul 17, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants