coordinates.mixins.core#

Core mixin classes inherited by all coordinate system subclasses.

This module provides the coordinate system support for IO operations as well as interactions with coordinate axes, managing and manipulating coordinate order, and other supplemental methods.

Classes

CoordinateSystemAxesMixin()

Mixin class for coordinates.core.CurvilinearCoordinateSystem which provides support for axis manipulation and logic in coordinate systems.

CoordinateSystemCoreMixin()

Core methods for coordinate systems wrapped in a Mixin for readability.

CoordinateSystemIOMixin()

Mixin class for coordinates.core.CurvilinearCoordinateSystem that provides serialization support for saving and loading coordinate systems to and from HDF5.