.. currentmodule:: cfdm .. default-role:: obj cfdm.core.Data ============== .. autoclass:: cfdm.core.Data :no-members: :no-inherited-members: Inspection ---------- .. rubric:: Attributes .. autosummary:: :nosignatures: :toctree: ../attribute/ :template: attribute.rst ~cfdm.core.Data.array ~cfdm.core.Data.dtype ~cfdm.core.Data.ndim ~cfdm.core.Data.shape ~cfdm.core.Data.size Units ----- .. autosummary:: :nosignatures: :toctree: ../method/ :template: method.rst ~cfdm.core.Data.del_units ~cfdm.core.Data.get_units ~cfdm.core.Data.has_units ~cfdm.core.Data.set_units ~cfdm.core.Data.del_calendar ~cfdm.core.Data.get_calendar ~cfdm.core.Data.has_calendar ~cfdm.core.Data.set_calendar Data creation routines ---------------------- From existing data ^^^^^^^^^^^^^^^^^^ .. autosummary:: :nosignatures: :toctree: ../method/ :template: method.rst ~cfdm.core.Data.copy Date-time support ----------------- .. autosummary:: :nosignatures: :toctree: ../method/ :template: method.rst ~cfdm.core.Data.del_calendar ~cfdm.core.Data.get_calendar ~cfdm.core.Data.has_calendar ~cfdm.core.Data.set_calendar Mask support ------------ .. autosummary:: :nosignatures: :toctree: ../method/ :template: method.rst ~cfdm.core.Data.del_fill_value ~cfdm.core.Data.get_fill_value ~cfdm.core.Data.has_fill_value ~cfdm.core.Data.set_fill_value Miscellaneous ------------- .. autosummary:: :nosignatures: :toctree: ../method/ :template: method.rst ~cfdm.core.Data.source Special ------- .. autosummary:: :nosignatures: :toctree: ../method/ :template: method.rst ~cfdm.core.Data.__deepcopy__ ~cfdm.core.Data.__repr__ ~cfdm.core.Data.__str__