coordinates.mixins.core.CoordinateSystemIOMixin.from_hdf5#

classmethod CoordinateSystemIOMixin.from_hdf5(filename: str | Path, group_name: str | None = None, registry: Dict | None = None)[source]#

Save this coordinate system to HDF5.

Parameters:
  • filename (str) – The path to the output HDF5 file.

  • group_name (str, optional) – The name of the group in which to store the grid data. If None, data is stored at the root level.

  • registry (dict, optional) – Dictionary mapping class names to coordinate system classes. If None, uses the class’s default registry.