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:

  1. lon: longitude / x-coordinate

  2. lat: latitude / y-coordinate

  3. lev: level / height / z-coordinate

  4. site: non-cartesian spatial coordinate

  5. time: time

  6. run: run / ensemble member

  7. 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.

Console Display

Assertions

Unit Tests