ukis_pysat.members

Possible members of enums Datahub and Platform.

class ukis_pysat.members.Bands

Bases: pydantic.main.BaseModel

Create a new model by parsing and validating input data from keyword arguments.

Raises ValidationError if the input data cannot be parsed to form a valid model.

class ukis_pysat.members.Datahub

Bases: enum.Enum

An enumeration.

EarthExplorer = 'EarthExplorer'
STAC_local = 'STAC Catalog/Collection'
Scihub = 'Scihub'
class ukis_pysat.members.Platform

Bases: enum.Enum

An enumeration.

Landsat5 = 'LANDSAT_TM_C1'
Landsat7 = 'LANDSAT_ETM_C1'
Landsat8 = 'LANDSAT_8_C1'
Sentinel1 = 'Sentinel-1'
Sentinel2 = 'Sentinel-2'
Sentinel3 = 'Sentinel-3'