You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In a CF formatted netCDF, coordinates contain a "bounds" dim, which denote the left and right bounds of the interval. This should be supported by this plugin, and would actually save us from computing the bounds ourselves.
The text was updated successfully, but these errors were encountered:
In a CF formatted netCDF, coordinate variables might reference a "bounds" variable, which contains the boundaries of the cell, usually the lower and upper boundaries of a 1-D coordinate variable on a rectangular grid.
This should be supported by this plugin, and would actually save us from computing the bounds ourselves.
SGRID conventions allow for "face" and "node" dimensions, which you should be able to use in a similar manner.
Stripping all the attributes leaves something like this:
In a CF formatted netCDF, coordinates contain a "bounds" dim, which denote the left and right bounds of the interval. This should be supported by this plugin, and would actually save us from computing the bounds ourselves.
The text was updated successfully, but these errors were encountered: