1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103
|
.. currentmodule:: cf
.. default-role:: obj
cf.Variable
===========
.. autoclass:: cf.Variable
:no-members:
:no-inherited-members:
Variable CF Properties
----------------------
.. autosummary::
:toctree: ../generated/
:template: attribute.rst
~cf.Variable.add_offset
~cf.Variable.calendar
~cf.Variable.comment
~cf.Variable._FillValue
~cf.Variable.history
~cf.Variable.leap_month
~cf.Variable.leap_year
~cf.Variable.long_name
~cf.Variable.missing_value
~cf.Variable.month_lengths
~cf.Variable.scale_factor
~cf.Variable.standard_name
~cf.Variable.units
~cf.Variable.valid_max
~cf.Variable.valid_min
~cf.Variable.valid_range
Variable attributes
-------------------
.. autosummary::
:toctree: ../generated/
:template: attribute.rst
~cf.Variable.array
~cf.Variable.attributes
~cf.Variable.data
~cf.Variable.day
~cf.Variable.dtarray
~cf.Variable.dtype
~cf.Variable.hour
~cf.Variable.hardmask
~cf.Variable.isscalar
~cf.Variable.mask
~cf.Variable.minute
~cf.Variable.month
~cf.Variable.ndim
~cf.Variable.properties
~cf.Variable.second
~cf.Variable.shape
~cf.Variable.size
~cf.Variable.subspace
~cf.Variable.Units
~cf.Variable.varray
~cf.Variable.year
Variable methods
----------------
.. autosummary::
:nosignatures:
:toctree: ../generated/
:template: method.rst
~cf.Variable.binary_mask
~cf.Variable.chunk
~cf.Variable.clip
~cf.Variable.close
~cf.Variable.copy
~cf.Variable.cos
~cf.Variable.datum
~cf.Variable.delprop
~cf.Variable.dump
~cf.Variable.equals
~cf.Variable.expand_dims
~cf.Variable.files
~cf.Variable.fill_value
~cf.Variable.flip
~cf.Variable.getprop
~cf.Variable.hasprop
~cf.Variable.HDF_chunks
~cf.Variable.identity
~cf.Variable.insert_data
~cf.Variable.mask_invalid
~cf.Variable.match
~cf.Variable.name
~cf.Variable.override_units
~cf.Variable.select
~cf.Variable.setprop
~cf.Variable.sin
~cf.Variable.squeeze
~cf.Variable.transpose
~cf.Variable.unique
~cf.Variable.where
|