gridMetadata
Organize metadata for gridded datasets
Description
gridMetadata objects help define the metadata for an N-dimensional gridded dataset. Each object supports metadata for the following dimensions:
lon: longitude / x-coordinate
lat: latitude / y-coordinate
lev: level / height / z-coordinate
site: non-cartesian spatial coordinate
time: time
run: run / ensemble member
var: climate variable
although datasets are not required to implement all 7 dimensions. The class can also be customized to include additional dimensions or to rename the default dimensions.
gridMetadata objects also include support for non-dimensional metadata via an “attributes” field, which can include data of any type.
Key Methods
The following are the most essential methods for users.
All User Methods
The complete list of gridMetadata methods for users.
Create / Edit
Attribute Manipulation
List Dimensions
Utilities
Under the hood methods that help the class run. These are not intended for most users.