timmy00274672 / oostethys

Automatically exported from code.google.com/p/oostethys

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

variables for time , lat , lon and depth are repeated

GoogleCodeExporter opened this issue · comments

In the capabilities document the  observed properties representing time,
lat, lon and depth are repeated: For example:

 <sos:observedProperty xlink:href="urn:ogc:phenomenon:latitude:wgs84"/>
                <sos:observedProperty
xlink:href="urn:ogc:phenomenon:longitude:wgs84"/>
                <sos:observedProperty
xlink:href="http://mmisw.org/ont/cf/parameter/depth"/>
                <sos:observedProperty
xlink:href="urn:ogc:phenomenon:time:iso8601"/>
                <sos:observedProperty
xlink:href="urn:ogc:phenomenon:longitude:wgs84"/>
                <sos:observedProperty
xlink:href="urn:ogc:phenomenon:latitude:wgs84"/>
                <sos:observedProperty
xlink:href="http://mmisw.org/ont/cf/parameter/depth"/>
                <sos:observedProperty
xlink:href="http://mmisw.org/ont/cf/parameter/sea_water_temperature"/>
                <sos:observedProperty
xlink:href="http://mmisw.org/ont/cf/parameter/sea_water_electrical_conductivity"
/>

                <sos:observedProperty
xlink:href="http://mmisw.org/ont/cf/parameter/sea_water_salinity"/>

And the variables register in the oostethys.xml

 <variables>
                                            <variable shortName="esecs"/>
                                            <variable shortName="Longitude"/>
                                            <variable shortName="Latitude"/>
                                            <variable
shortName="NominalDepth"/>
                                            <variable shortName="Temperature"/>
                                            <variable
shortName="Conductivity"/>
                                            <variable shortName="Salinity"/>
                                        </variables>

Enclosed all the files

Original issue reported on code.google.com by ber...@gmail.com on 17 Sep 2009 at 1:58

Attachments:

Original comment by ber...@gmail.com on 31 Oct 2009 at 6:27

  • Changed state: Verified
  • Added labels: Component-serverJAVA