sisppeo.wcproducts.CHLAGons¶
- class sisppeo.wcproducts.CHLAGons(product_type, calibration=None, **_ignored)[source]¶
Bases:
object
Chlorophyll-a concentration (in mg/m3) from 3 red bands after Gons et al., 1999, 2002, 2004
Red edge algorithm to retrieve Chlorophyll-a concentration (in mg/m3) from surface reflectances (rho, unitless) or remote sensing reflectances (Rrs, in sr-1) at 665nm B4 MSI, 704nm B5 MSI and 783nm B7 MSI. This algorithm was published in Gons et al., 1999, 2002, 2004
- name¶
The name of the algorithm used. This is the key used by L3AlgoBuilder and that you must provide in config or when using the CLI.
- requested_bands¶
A list of bands further used by the algorithm.
- meta¶
A dict of metadata (calibration name, model coefficients, etc).
- __init__(product_type, calibration=None, **_ignored)[source]¶
Inits an ‘CHLAGons’ instance with specific settings.
- Parameters
product_type – The type of the input satellite product (e.g. S2_ESA_L2A or L8_USGS_L1GT)
calibration – Optional; The calibration (set of parameters) used by the algorithm (default=_default_calibration_name).
**_ignored – Unused kwargs sent to trash.
Methods
__init__
(product_type[, calibration])Inits an 'CHLAGons' instance with specific settings.
Attributes