emsarray.conventions#

emsarray supports multiple data conventions. Each supported convention implements the Convention interface to provide a common base set of functionality.

Calling get_dataset_convention() with a dataset will inspect the dataset and return the most appropriate Convention implementation to use. This can also be accessed using the xarray accessor.

In some cases, the automatic xarray accessor will not be able to guess the file convention. In other cases, you might want to override some default parameters. Convention instances can be instantiated directly in this case. Refer to each Convention implementation for details.

Supported dataset conventions#