Reader object¶
This module contains the Reader class.
The Reader class is an abstract class (a blueprint) inherited by every readers. A reader is an object used to extract bands (radiometric data) and metadata from satellite products (or a subset of products). It also allows one to perform resampling operations. There is a reader for each ‘product_type’.
The abstract class¶
|
Abstract class inherited by every specific reader. |
Custom namedtuples¶
|
|
|
Available readers¶
Numerous readers are availables.
For Sentinel-2 products:
|
A reader dedicated to extract data from both S2_ESA_L1C and S2_ESA_L2A products. |
|
A reader dedicated to extract data from S2_THEIA_L2A products. |
|
A reader dedicated to extract data from both S2_GRS, L4_GRS, L5_GRS, L7_GRS and L8_GRS products. |
|
A reader dedicated to extract data from C2RCC products. |
For Landsat 8 products:
|
A reader dedicated to extract data from L8_USGS_L1C1 products. |
|
A reader dedicated to extract data from L8_USGS_L2C1 products (.hdf). |
|
A reader dedicated to extract data from both S2_GRS, L4_GRS, L5_GRS, L7_GRS and L8_GRS products. |
|
A reader dedicated to extract data from C2RCC products. |