attrs

module of dascore.core source

Pydantic schemas used by DASCore.

Functions

Name Description
check_coords Return True if the coordinates of two patches are compatible, else False.
check_dims Return True if dimensions of two patches are equal.
combine_patch_attrs Merge Patch Attributes along a dimension.
decompose_attrs Function to decompose attributes into series.
merge_compatible_coords_attrs Merge the coordinates and attributes of patches or raise if incompatible.

Classes

Name Description
PatchAttrs The expected attributes for a Patch.