emsarray.types#
A collection of descriptive type aliases used across the library.
- Bounds#
Bounds of a geometry or of an area. Components are ordered as (min x, min y, max x, max y).
- Landmark#
A landmark for a plot. This is a tuple of the landmark name and and its location.
- DataArrayOrName#
Either an
xarray.DataArray, or the name of a data array in a dataset.