spyndex.axioms.Constant¶
- class spyndex.axioms.Constant(constant: dict)[source]¶
Constant object.
This object allows interaction with specific constants in the the list of constants of the Spectral Indices in the Awesome Spectral Indices list. Attributes of the Constant can be accessed using this object.
See also
ConstantsConstants object.
BandsBands object.
SpectralIndexSpectral Index object.
SpectralIndicesSpectral Indices object.
Examples
>>> import spyndex >>> spyndex.constants.L Constant(L: Canopy background adjustment) * Default value: 1.0 >>> spyndex.constants.L.default 1.0
Attributes
descriptionDescription/Name of the Constant.
long_nameDescription/Name of the Constant.
short_nameShort name of the Constant.
standardShort name of the Constant.
defaultDefault value of the Constant.
valueDefault value of the Constant.