Spatial Coverage

Definition

Geographic coverage (horizontal and vertical) of the data described

Syntax

Group: Spatial_Coverage
   Southernmost_Latitude:
   Northernmost_Latitude:
   Westernmost_Longitude:
   Easternmost_Longitude:
   Minimum_Altitude:
   Maximum_Altitude:
   Minimum_Depth:
   Maximum_Depth:
End_Group

Specifications

More Definitions

Recommendations

Examples

1. An atmospheric data set covering Central Asia and China:
Group: Spatial_Coverage
   Southernmost_Latitude: 20N
   Northernmost_Latitude: 40N
   Westernmost_Longitude: 60E
   Easternmost_Longitude: 120E
   Minimum_Altitude: 1000 mb
   Maximum_Altitude: 50 mb
End_Group
2. A data set about Antarctica:
Group: Spatial_Coverage
   Southernmost_Latitude: -90
   Northernmost_Latitude: -63
   Westernmost_Longitude: -180
   Easternmost_Longitude: +180
End_Group
3. An oceanic data set in the Pacific Ocean crossing the Equator and the International Date Line:
Group: Spatial_Coverage
   Southernmost_Latitude: 40S
   Northernmost_Latitude: 50N
   Westernmost_Longitude: 160E
   Easternmost_Longitude: 130W
   Minimum_Depth: surface
   Maximum_Depth: 1500 m
End_Group
4. A global data set:
Group: Spatial_Coverage
   Southernmost_Latitude: -90
   Northernmost_Latitude: +90
   Westernmost_Longitude: -180
   Easternmost_Longitude: +180
End_Group

Go to the Next Page.
Go to the DIF Guide Table of Contents.