abirger / documentation-in-markdown

0 stars 1 forks source link

GetCapabilities-ResponseContainsValidSRSName.1 wrong EPSG code? #1

Open srstsavage opened 10 years ago

srstsavage commented 10 years ago

getCapabilities:IOOS-SOS.GetCapabilities- ResponseContainsValidSRSName.1 says:

If ObservationOffering for the network provides gml:srsName, then it has the value “EPSG::4326”

That should be EPSG:4326, right? That's what the templates have.

abirger commented 10 years ago

It looks like the "::" got there from the OGC tests, because OGC (naturally!) used the URN with empty 'version' field, i.e. "urn:ogc:def:crs:EPSG::4326".

In the templates URNs are constructed as prescribed by the IOOS Convention for Observing Asset Identifiers, where we agreed to abandon the 'version' field, i.e. the above URN looks as "urn:ogc:def:crs:EPSG:4326".

I will fix the test description in 'ioos/sos-guideline' repo.