-
Notifications
You must be signed in to change notification settings - Fork 3
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
defining horizontal and vertical coordinate reference systems (CRS) #4
Comments
Horizontal coordinate system Vertical coordinate system <gmd:extent>
<gmd:EX_Extent id="boundingExtent">
<gmd:geographicElement>
<gmd:EX_GeographicBoundingBox id="boundingGeographicBoundingBox">
<gmd:extentTypeCode>
<gco:Boolean>1</gco:Boolean>
</gmd:extentTypeCode>
<gmd:westBoundLongitude>
<gco:Decimal>-74.43636499745051</gco:Decimal>
</gmd:westBoundLongitude>
<gmd:eastBoundLongitude>
<gco:Decimal>-74.0033391193193</gco:Decimal>
</gmd:eastBoundLongitude>
<gmd:southBoundLatitude>
<gco:Decimal>39.44520325543955</gco:Decimal>
</gmd:southBoundLatitude>
<gmd:northBoundLatitude>
<gco:Decimal>40.14055802120193</gco:Decimal>
</gmd:northBoundLatitude>
</gmd:EX_GeographicBoundingBox>
</gmd:geographicElement>
<gmd:temporalElement>
<gmd:EX_TemporalExtent id="boundingTemporalExtent">
<gmd:extent>
<gml:TimePeriod gml:id="timePeriod_id">
<gml:beginPosition>2012-03-01T00:30:00Z</gml:beginPosition>
<gml:endPosition>2012-10-01T00:00:00Z</gml:endPosition>
</gml:TimePeriod>
</gmd:extent>
</gmd:EX_TemporalExtent>
</gmd:temporalElement>
<gmd:verticalElement>
<gmd:EX_VerticalExtent>
<gmd:minimumValue>
<gco:Real>-0</gco:Real>
</gmd:minimumValue>
<gmd:maximumValue>
<gco:Real>-25</gco:Real>
</gmd:maximumValue>
<gmd:verticalCRS xlink:href="http://www.epsg-registry.org/export.htm?gml=urn:ogc:def:datum:EPSG::5103" xlink:title="North American Vertical Datum 1988" xlink:actuate="onRequest"/>
</gmd:EX_VerticalExtent>
</gmd:verticalElement>
</gmd:EX_Extent>
</gmd:extent> |
Need more feed back on this... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Horizontal (geospatial_bounds_crs)
In ISO 19115-2: The MD_CRS from ISO 19111 is not included in ISO 19115
Vertical (geospatial_bounds_vertical_crs)
In ISO 19115-2: /gmi:MI_Metadata/gmd:identificationInfo/gmd:MD_DataIdentification/gmd:extent/gmd:EX_Extent/gmd:verticalElement/gmd:EX_VerticalExtent/gmd:verticalCRS
The text was updated successfully, but these errors were encountered: