SkyProductType#

class SkyProductType(value)[source]#

Bases: ListEnum

Skysat product types (processing levels)

Only SkySat Collect items are managed for now: https://developers.planet.com/docs/data/skysatcollect/

L1A = 'l1a_panchromatic'#

Basic L1A Panchromatic (basic_l1a_panchromatic_dn) assets are non-orthorectified, uncalibrated, panchromatic-only imagery products with native sensor resolution (0.72-0.81m), that have been made available roughly two hours before all other SkySat asset types are available in the catalog. These products are designed for time-sensitive, low-latency monitoring applications, and can be geometrically corrected with associated rational polynomial coefficients (RPCs) assets (derived from satellite telemetry).

Not handled by EOReader.

ORTHO_ANA = 'analytic'#

Ortho Analytic (ortho_analytic) assets are orthorectified, calibrated, multispectral imagery products with native sensor resolution (0.72-0.81m), that have been transformed to Top of Atmosphere (at-sensor) radiance. These products are designed for data science and analytic applications which require imagery with accurate geolocation and cartographic projection.

ORTHO_PAN = 'panchromatic'#

Ortho Panchromatic (ortho_panchromatic) assets are orthorectified, calibrated, super-resolved (0.50m), panchromatic-only imagery products that have been transformed to Top of Atmosphere (at-sensor) radiance. These products are designed for data science and analytic applications which require a wider spectral range (Pan: 450 - 900 nm), highest available resolution, and accurate geolocation and cartographic projection.

ORTHO_PSH = 'pansharpened'#

Ortho Pansharpened (ortho_pansharpened) assets are orthorectified, uncalibrated, super-resolved (0.50m) multispectral imagery products. Lower resolution multispectral bands are sharpened to match the resolution of the super-resolved panchromatic band. These products are designed for multispectral applications which require highest available resolution and accurate geolocation and cartographic projection.

ORTHO_VIS = 'visual'#

Ortho Visual (ortho_visual) assets are orthorectified, color-corrected, super-resolved (0.50m), RGB imagery products that are optimized for the human eye, providing images as they would look if viewed from the perspective of the satellite. Lower resolution multispectral bands are sharpened by the super-resolved panchromatic band. These products are designed for simple and direct visual inspection, and can be used and ingested directly into a Geographic Information System or application.

Not handled by EOReader.