sisppeo.wcproducts.SPMNechad¶
- class sisppeo.wcproducts.SPMNechad(product_type, requested_band='B4', calibration=None, **_ignored)[source]¶
Bases:
object
Semi-analytical algorithm to retrieve SPM concentration (in mg/l) from reflectance.
Semi-analytical algorithm to retrieve SPM concentrations (in mg/L) from surface reflectances (rho, unitless) or remote sensing reflectances (Rrs, in sr-1). This algorithm was presented in Nechad et al., 2010 and 2016.
- 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, requested_band='B4', calibration=None, **_ignored)[source]¶
Inits an ‘SPMNechad’ instance with specific settings.
- Parameters
product_type – The type of the input satellite product (e.g. S2_ESA_L2A or L8_USGS_L1GT).
requested_band – Optional; The band used by the algorithm ( default=_default_band).
calibration – The calibration (set of parameters) used by the algorithm (default=_default_calibration_name).
**_ignored – Unused kwargs sent to trash.
Methods
__init__
(product_type[, requested_band, ...])Inits an 'SPMNechad' instance with specific settings.
Attributes