Difference between revisions of "Documenting Bounding Box"

From Earth Science Information Partners (ESIP)
Line 8: Line 8:
 
     </spdom>
 
     </spdom>
 
</pre>
 
</pre>
'''DIF'''<pre></pre>
+
'''DIF'''<pre><Spatial_Coverage>
 +
      <Southernmost_Latitude>-90.0</Southernmost_Latitude>
 +
      <Northernmost_Latitude>90.0</Northernmost_Latitude>
 +
      <Westernmost_Longitude>-180.0</Westernmost_Longitude>
 +
      <Easternmost_Longitude>180.0</Easternmost_Longitude>
 +
</Spatial_Coverage></pre>
 
'''ECHO'''<pre></pre>
 
'''ECHO'''<pre></pre>
 
'''ISO'''<pre></pre>
 
'''ISO'''<pre></pre>
 
[[Concept Examples]]
 
[[Concept Examples]]

Revision as of 15:37, September 14, 2015

CSDGM

 <spdom>
        <bounding>
            <westbc>179.6546</westbc>
            <eastbc>-129.9939</eastbc>
            <northbc>71.6000</northbc>
            <southbc>50.1834</southbc>
        </bounding>
    </spdom>

DIF

<Spatial_Coverage>
      <Southernmost_Latitude>-90.0</Southernmost_Latitude>
      <Northernmost_Latitude>90.0</Northernmost_Latitude>
      <Westernmost_Longitude>-180.0</Westernmost_Longitude>
      <Easternmost_Longitude>180.0</Easternmost_Longitude>
</Spatial_Coverage>

ECHO


ISO


Concept Examples