emsarray.formats#

emsarray supports multiple data formats. Each supported format implements the Format interface to provide a common base set of functionality.

Calling get_file_format() with a dataset will inspect the dataset and return the most appropriate Format 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 format. In other cases, you might want to override some default parameters. Format instances can be instantiated directly in this case. Refer to each Format implementation for details.