-
Notifications
You must be signed in to change notification settings - Fork 69
Description
5 Coordinate Systems and Domain
Requirements:
-
All of a variable’s dimensions that are latitude, longitude, vertical, or time dimensions must have corresponding coordinate variables.
-
A coordinate variable must have values that are strictly monotonic (increasing or decreasing).
-
A coordinate variable must not have the _FillValue or missing_value attributes.
-
The type of the coordinates attribute is a string whose value is a blank separated list of variable names. All specified variable names must exist in the file.
-
The dimensions of each auxiliary coordinate must be a subset of the dimensions of the variable they are attached to, with two exceptions. First, a label variable of type char will have a trailing dimension for the maximum string length. Second, a ragged array (Chapter 9, Discrete sampling geometries and Appendix H) uses special, more indirect, methods to connect the data and coordinates.