sisppeo.readers.GRSReader

class sisppeo.readers.GRSReader(input_product, product_type, requested_bands, geom=None, glint_corrected=True, flags=False, **_ignored)[source]

Bases: sisppeo.readers.reader.Reader

A reader dedicated to extract data from both S2_GRS, L4_GRS, L5_GRS, L7_GRS and L8_GRS products.

dataset

A dataset containing extracted data.

__init__(input_product, product_type, requested_bands, geom=None, glint_corrected=True, flags=False, **_ignored)[source]

See base class.

Parameters
  • glint_corrected – A boolean that tells the reader to extract bands with sunglint (False) or the ones corrected from sunglint (True).

  • flags – A boolean telling the reader whether or not to use a GRS mask named “flags” (=”Flags for aquatic color purposes”), useful for extracting water surfaces.

Methods

__init__(input_product, product_type, ...[, ...])

See base class.

create_ds()

See base class.

extract_bands()

See base class.

create_ds()[source]

See base class.

extract_bands()[source]

See base class.