sisppeo.wcproducts.CHLAOC

class sisppeo.wcproducts.CHLAOC(product_type, calibration=None, **_ignored)[source]

Bases: object

Chlorophyll-a concentration (in mg/m3) from polynomial maximum band ratio by O’Reilly et al., 1998 and updates

Blue/green algorithm to retrieve Chlorophyll-a concentration (in mg/m3) from surface reflectances (rho, unitless) or remote sensing reflectances (Rrs, in sr-1) This algorithm was published in O’Reilly 1998, 2000 calibration OC2 for OLI from Franz et al., 2015, OC3 for OLI O’Reilly and Werdell, 2019 MSI Pahlevan et al., 2020 after O’Reilly and Werdell, 2019

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 ‘CHLAOC’ instance with specific settings.

Parameters
  • product_type – The type of the input satellite product (e.g. S2_ESA_L2A or L8_USGS_L1GT)

  • calibration – 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 'CHLAOC' instance with specific settings.

Attributes

name