missions

missions.py contains workflows related to reading and navigating BEAM-DIMAP files. This is the main package used for loading and parsing BEAM-DIMAP data.

class PyBeamDimap.missions.Sentinel1(metadata: str, product)

Bases: PyBeamDimap.reader.core.BeamDimap

__init__(metadata: str, product)

Read and extracty data from Sentinel-1 BEAM-DIMAP files (.dim)

Parameters
  • metadata – Path of .dim file

  • product – Sentinel-1 product type [SLC, GRD, OCN]

class PyBeamDimap.missions.Sentinel2(metadata: str, product_type: str)

Bases: PyBeamDimap.reader.core.BeamDimap

__init__(metadata: str, product_type: str)

Read and extracty data from Sentinel-2 BEAM-DIMAP files (.dim)

Parameters
  • metadata – Path of .dim file

  • product_type – Sentinel-2 product type [1C, 2A]