cedadev/cf-checker

Missing geometry checks

RosalynHatcher opened this issue · 0 comments

A couple of checks not yet implemented for Geometries:

  • If coordinate variables have a nodes attribute, then the grid mapping of the coordinate variables must be the same as the grid mapping of the variables indicated by the nodes attribute.
  • Nodes for polygon exterior rings must be put in anticlockwise order (viewed from above) and polygon interior rings in clockwise order.