MaxarProductType

MaxarProductType

class MaxarProductType(value)[source]

Bases: sertit.misc.ListEnum

Maxar product types.

See here (p. 26)

Attributes

Basic

Basic Imagery, also known as System-Ready data.

Standard

Standard Imagery, also known as View-Ready data (previously Ortho-Ready Standard).

Ortho

Orthorectified Standard Imagery, also known as Map-Ready data (previously Standard Imagery).

DEM

DEM product type.

Stereo

Stereo product type.

Basic = 'System Ready'

Basic Imagery, also known as System-Ready data. Corresponds to a Level 1B.

Not available in EOReader.

DEM = 'DEM'

DEM product type.

Not available in EOReader.

Ortho = 'Map Ready'

Orthorectified Standard Imagery, also known as Map-Ready data (previously Standard Imagery). Corresponds to a Level 3

NMAS mapping scale of the Orthorectified Product:

  • Level 3A: “1:50,000”

  • Level 3D: “1:12,000”

  • Level 3E: “1:10,000”

  • Level 3F: “1:5,000”

  • Level 3G: “1:4,800”

  • Level 3X: “Custom”

Standard = 'View Ready'

Standard Imagery, also known as View-Ready data (previously Ortho-Ready Standard). Corresponds to a Level 2A (Standard2A or ORStandard2A)

Stereo = 'Stereo'

Stereo product type.

Not available in EOReader.