Skip to content

CF Section 7.5 Geometries coordinates/grid_mapping attribute "carried by" clarification #412

Discussion options

You must be logged in to vote

Example 7.16 (in Sect 7.5) is a case where the coordinates attribute is attached to both the data variable and the geometry container variable, but they are not identical, although they are consistent. These are the relevant lines:

  float geometry_container ;
    geometry_container:coordinates = "lat lon" ;
  double someData(instance, time) ;
    someData:coordinates = "time lat lon" ;

This isn't an ideal example, because time(time) is a coordinate variable (not an auxiliary coordinate variable). Therefore it's unnecessary to include it in the coordinates attribute of the data variable, although it's allowed to do so. Another way in which they could be consistent but not identical is si…

Replies: 6 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by efisher008
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants