EX GeographicBoundingBox

From Earth Science Information Partners (ESIP)
Revision as of 19:24, December 17, 2015 by Amilan (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Bounding coordinates of the maximum geospatial extent in decimal degrees. Not required resource is non-geospatial and the resource scopeCode = 'nonGeographicDataset'. When there are multiple extents, provide the bounding coordinates at the top with the id attribute of 'boundingGeographicBoundingBox'.

Elements Definition and Recommended Practice
Examples
1 extentTypeCode 0..1 Indication of whether the bounding polygon encompasses an area covered by the data or an area where data is not present. Default assumption is that the bounding area is where the data is present.
2 westBoundLongitude 1 Westernmost coordinate of the limit of the dataset extent, expressed in longitude in decimal degrees.
<gmd:EX_GeographicBoundingBox
id="boundingGeographicBoundingBox">
 <gmd:westBoundLongitude>
  <gco:Decimal>-179.716</gco:Decimal>
 </gmd:westBoundLongitude>
 <gmd:eastBoundLongitude>
  <gco:Decimal>179.883</gco:Decimal>
 </gmd:eastBoundLongitude>
 <gmd:southBoundLatitude>
  <gco:Decimal>-65.616</gco:Decimal>
 </gmd:southBoundLatitude>
 <gmd:northBoundLatitude>
  <gco:Decimal>56.166</gco:Decimal>
 </gmd:northBoundLatitude>
</gmd:EX_GeographicBoundingBox>
3 eastBoundLongitude 1 Easternmost coordinate of the limit of the dataset extent, expressed in longitude in decimal degrees.
4 southBoundLatitude 1 Southernmost coordinate of the limit of the dataset extent, expressed in latitude in decimal degrees.
5 northBoundLatitude 1 Northernmost coordinate of the limit of the dataset extent, expressed in latitude in decimal degrees.
EX Extent.png


ISO Legend

Possible Parent Elements

ESIP-logo-tag sm-H.jpg

Please contribute!


The EX_GeographicBoundingBox is intended to represent the geographic area of the entire dataset referenced to WGS 84