Skip to content

Commit

Permalink
Merge pull request #5 from davidhassell/coordinate-sampling-terminology
Browse files Browse the repository at this point in the history
Terminology: interpolation variable and tie point variable
  • Loading branch information
erget authored May 6, 2021
2 parents 0104a28 + 2e9fd16 commit c481a05
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ch01.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ It is a one-dimensional variable with the same name as its dimension [e.g., **`t

grid mapping variable:: A variable used as a container for attributes that define a specific grid mapping. The type of the variable is arbitrary since it contains no data.

interpolation variable:: A variable used as a container for attributes that define a specific interpolation method for uncompressing tie point variables. The type of the variable is arbitrary since it contains no data.

latitude dimension:: A dimension of a netCDF variable that has an associated latitude coordinate variable.

local apex group:: The nearest (to a referring group) ancestor group in which a dimension of an out-of-group coordinate is defined. The word "apex" refers to position of this group at the vertex of the tree of groups formed by it, the referring group, and the group where a coordinate is located.
Expand Down Expand Up @@ -103,6 +105,8 @@ sibling group:: Any group with the same parent group as the referring group

spatiotemporal dimension:: A dimension of a netCDF variable that is used to identify a location in time and/or space.

tie point variable:: A netCDF variable that contains coordinates that have been compressed by sampling. There is no relationship between the name of a tie point variable and the name(s) of its dimension(s).

time dimension:: A dimension of a netCDF variable that has an associated time coordinate variable.

vertical dimension:: A dimension of a netCDF variable that has an associated vertical coordinate variable.
Expand Down

0 comments on commit c481a05

Please sign in to comment.