DimapProductType

DimapProductType

class DimapProductType(value)[source]

Bases: sertit.misc.ListEnum

DIMAP V2 product types (processing level).

See here (A.1.1.2 Variable Key Information) for more information.

Attributes

SEN

Primary (L1A), abbreviation for Sensor.

PRJ

Projected (L2A).

ORT

Ortho (L3), single image.

MOS

Ortho (L3), mosaic image.

MOS = 'Ortho Mosaic Image'

Ortho (L3), mosaic image. The Ortho product is a georeferenced image in Earth geometry, corrected from acquisition and terrain off-nadir effects. The Ortho is produced as a standard, with fully automatic processing.

ORT = 'Ortho Single Image'

Ortho (L3), single image. The Ortho product is a georeferenced image in Earth geometry, corrected from acquisition and terrain off-nadir effects. The Ortho is produced as a standard, with fully automatic processing.

PRJ = 'Projected'

Projected (L2A). Compared to Primary level, the projected level results from an additional process to map the image onto an Earth cartographic system at a fixed altitude value. The image is georeferenced without correction from acquisition and terrain off-nadir effects. This image-to-map transformation is directly compatible with GIS environment, for example to overlay the image on other data.

SEN = 'Primary'

Primary (L1A), abbreviation for Sensor. The Primary product is the geometric processing level closest to the natural image acquired by the sensor.