eodal.utils.constants.sentinel2 module

Defines some static attributes of Sentinel-2 MSI.

Copyright (C) 2022 Lukas Valentin Graf

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.

class eodal.utils.constants.sentinel2.ProcessingLevels(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)[source]

Bases: Enum

L1C = 'LEVEL1C'
L2A = 'LEVEL2A'
class eodal.utils.constants.sentinel2.SCL_Classes[source]

Bases: object

class defining all possible SCL values and their meaning (SCL=Sentinel-2 scene classification) Class names follow the official ESA documentation available here: https://sentinels.copernicus.eu/web/sentinel/technical-guides/sentinel-2-msi/level-2a/algorithm (last access on 27.05.2021)

classmethod colors()[source]

Scene Classification Layer colors trying to mimic the default color map from ESA

classmethod values()[source]