finam.data.GridBase#
- class finam.data.GridBase[source]#
Bases:
ABCAbstract grid base.
- Attributes:
data_shapetuple: Shape of the associated data.
dimint: Dimension of the grid or data.
nameGrid name.
Methods
copy([deep])Copy of this grid.
from_canonical(data)Convert canonical data to grid specific form.
get_transform_to(other)Transformation between compatible grids.
to_canonical(data)Convert grid specific data to canonical form.
- property name#
Grid name.