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

Constants

Constants object.

Bands

Bands object.

SpectralIndex

Spectral Index object.

SpectralIndices

Spectral Indices object.

Examples

>>> import spyndex
>>> spyndex.constants.L
Constant(L: Canopy background adjustment)
    * Default value: 1.0
>>> spyndex.constants.L.default
1.0

Attributes

description

Description/Name of the Constant.

long_name

Description/Name of the Constant.

short_name

Short name of the Constant.

standard

Short name of the Constant.

default

Default value of the Constant.

value

Default value of the Constant.