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 104 105 106 107 108 109 110
|
.. currentmodule:: cf
.. default-role:: obj
cf.CoordinateBounds
===================
.. autoclass:: cf.CoordinateBounds
:no-members:
:no-inherited-members:
CoordinateBounds CF Properties
------------------------------
.. autosummary::
:toctree: ../generated/
:template: attribute.rst
~cf.CoordinateBounds.add_offset
~cf.CoordinateBounds.calendar
~cf.CoordinateBounds.comment
~cf.CoordinateBounds._FillValue
~cf.CoordinateBounds.history
~cf.CoordinateBounds.leap_month
~cf.CoordinateBounds.leap_year
~cf.CoordinateBounds.long_name
~cf.CoordinateBounds.missing_value
~cf.CoordinateBounds.month_lengths
~cf.CoordinateBounds.scale_factor
~cf.CoordinateBounds.standard_name
~cf.CoordinateBounds.units
~cf.CoordinateBounds.valid_max
~cf.CoordinateBounds.valid_min
~cf.CoordinateBounds.valid_range
CoordinateBounds data attributes
--------------------------------
.. autosummary::
:toctree: ../generated/
:template: attribute.rst
~cf.CoordinateBounds.array
~cf.CoordinateBounds.data
~cf.CoordinateBounds.dtarray
~cf.CoordinateBounds.dtype
~cf.CoordinateBounds.hardmask
~cf.CoordinateBounds.isscalar
~cf.CoordinateBounds.mask
~cf.CoordinateBounds.ndim
~cf.CoordinateBounds.shape
~cf.CoordinateBounds.size
~cf.CoordinateBounds.Units
~cf.CoordinateBounds.varray
CoordinateBounds attributes
---------------------------
.. autosummary::
:toctree: ../generated/
:template: attribute.rst
~cf.CoordinateBounds.attributes
~cf.CoordinateBounds.day
~cf.CoordinateBounds.hour
~cf.CoordinateBounds.minute
~cf.CoordinateBounds.month
~cf.CoordinateBounds.properties
~cf.CoordinateBounds.second
~cf.CoordinateBounds.subspace
~cf.CoordinateBounds.year
CoordinateBounds methods
------------------------
.. autosummary::
:nosignatures:
:toctree: ../generated/
:template: method.rst
~cf.CoordinateBounds.binary_mask
~cf.CoordinateBounds.chunk
~cf.CoordinateBounds.clip
~cf.CoordinateBounds.close
~cf.CoordinateBounds.copy
~cf.CoordinateBounds.cos
~cf.CoordinateBounds.datum
~cf.CoordinateBounds.delprop
~cf.CoordinateBounds.dump
~cf.CoordinateBounds.equals
~cf.CoordinateBounds.expand_dims
~cf.CoordinateBounds.files
~cf.CoordinateBounds.fill_value
~cf.CoordinateBounds.flip
~cf.CoordinateBounds.getprop
~cf.CoordinateBounds.hasprop
~cf.CoordinateBounds.HDF_chunks
~cf.CoordinateBounds.identity
~cf.CoordinateBounds.insert_data
~cf.CoordinateBounds.mask_invalid
~cf.CoordinateBounds.match
~cf.CoordinateBounds.name
~cf.CoordinateBounds.override_units
~cf.CoordinateBounds.select
~cf.CoordinateBounds.setprop
~cf.CoordinateBounds.sin
~cf.CoordinateBounds.squeeze
~cf.CoordinateBounds.transpose
~cf.CoordinateBounds.where
|