EO product types
EO product types#
eodag
maintains a catalog of EO product types including some of their metadata. Each product type is
given an identifier (e.g. S2_MSI_L2A
) that should then be used by users to search for this kind
of product.
This catalog is saved as a YAML file that can be viewed here. The example below shows the catalog entry for the product type Sentinel 2 Level-2A.
S2_MSI_L2A:
abstract: |
The Level-2A product provides Bottom Of Atmosphere (BOA) reflectance images derived from the associated Level-1C
products. Each Level-2A product is composed of 100x100 km2 tiles in cartographic geometry (UTM/WGS84 projection).
instrument: MSI
platform: SENTINEL2
platformSerialIdentifier: S2A,S2B
processingLevel: L2
sensorType: OPTICAL
license: proprietary
title: SENTINEL2 Level-2A
missionStartDate: "2015-06-23T00:00:00Z"
This product type catalog can be obtained from the API:
from eodag import EODataAccessGateway
dag = EODataAccessGateway()
dag.list_product_types()
Or from the CLI:
eodag list
The catalog is used in different ways by eodag
:
Product types made available for a given provider (search/download) are listed in its configuration. This allows to unify the product type identifier among the providers.
eodag search --conf peps_conf.yml -p S2_MSI_L2A eodag search --conf sobloo_conf.yml -p S2_MSI_L2A
Some of the metadata mapped can be used to search for products without specifying any identifier. In other terms, this catalog can be queried. When a search is made, the search criteria provided by the user are first used to search for the product type that best matches the criteria. The actual search is then performed with this product type.
eodag search --sensorType OPTICAL --processingLevel L2
from eodag import EODataAccessGateway dag = EODataAccessGateway() dag.search(sensorType="OPTICAL", processingLevel="L2")
The metadata stored in this file are sometimes added to the
properties
attribute to anEOProduct
. It depends on whether the metadata are already mapped or not for the provider used to search for products.
The catalog is saved as a YAML file and distributed alongside eodag
.
Click on the link below to display its full content.
product_types.yml
CBERS4_MUX_L2:
abstract: |
China-Brazil Earth Resources Satellite, CBERS-4 MUX camera Level-2 product. System corrected images, expect some
translation error.
instrument: MUX
platform: CBERS
platformSerialIdentifier: CBERS-4
processingLevel: L2
keywords: MUX,CBERS,CBERS-4,L2
sensorType: OPTICAL
license: proprietary
missionStartDate: "2014-12-07T00:00:00Z"
title: CBERS-4 MUX Level-2
CBERS4_AWFI_L2:
abstract: |
China-Brazil Earth Resources Satellite, CBERS-4 AWFI camera Level-2 product. System corrected images, expect some
translation error.
instrument: AWFI
platform: CBERS
platformSerialIdentifier: CBERS-4
processingLevel: L2
keywords: AWFI,CBERS,CBERS-4,L2
sensorType: OPTICAL
license: proprietary
missionStartDate: "2014-12-07T00:00:00Z"
title: CBERS-4 AWFI Level-2
CBERS4_PAN5M_L2:
abstract: |
China-Brazil Earth Resources Satellite, CBERS-4 PAN5M camera Level-2 product. System corrected images, expect some
translation error.
instrument: PAN5M
platform: CBERS
platformSerialIdentifier: CBERS-4
processingLevel: L2
keywords: PAN5M,CBERS,CBERS-4,L2
sensorType: OPTICAL
license: proprietary
missionStartDate: "2014-12-07T00:00:00Z"
title: CBERS-4 PAN5M Level-2
CBERS4_PAN10M_L2:
abstract: |
China-Brazil Earth Resources Satellite, CBERS-4 PAN10M camera Level-2 product. System corrected images, expect some
translation error.
instrument: PAN10M
platform: CBERS
platformSerialIdentifier: CBERS-4
processingLevel: L2
keywords: PAN10M,CBERS,CBERS-4,L2
sensorType: OPTICAL
license: proprietary
missionStartDate: "2014-12-07T00:00:00Z"
title: CBERS-4 PAN10M Level-2
CBERS4_MUX_L4:
abstract: |
China-Brazil Earth Resources Satellite, CBERS-4 MUX camera Level-4 product. Orthorectified with ground control
points.
instrument: MUX
platform: CBERS
platformSerialIdentifier: CBERS-4
processingLevel: L4
keywords: MUX,CBERS,CBERS-4,L4
sensorType: OPTICAL
license: proprietary
missionStartDate: "2014-12-07T00:00:00Z"
title: CBERS-4 MUX Level-4
CBERS4_AWFI_L4:
abstract: |
China-Brazil Earth Resources Satellite, CBERS-4 AWFI camera Level-4 product. Orthorectified with ground control
points.
instrument: AWFI
platform: CBERS
platformSerialIdentifier: CBERS-4
processingLevel: L4
keywords: AWFI,CBERS,CBERS-4,L4
sensorType: OPTICAL
license: proprietary
missionStartDate: "2014-12-07T00:00:00Z"
title: CBERS-4 AWFI Level-4
CBERS4_PAN5M_L4:
abstract: |
China-Brazil Earth Resources Satellite, CBERS-4 PAN5M camera Level-4 product. Orthorectified with ground control
points.
instrument: PAN5M
platform: CBERS
platformSerialIdentifier: CBERS-4
processingLevel: L4
keywords: PAN5M,CBERS,CBERS-4,L4
sensorType: OPTICAL
license: proprietary
missionStartDate: "2014-12-07T00:00:00Z"
title: CBERS-4 PAN5M Level-4
CBERS4_PAN10M_L4:
abstract: |
China-Brazil Earth Resources Satellite, CBERS-4 PAN10M camera Level-4 product. Orthorectified with ground control
points.
instrument: PAN10M
platform: CBERS
platformSerialIdentifier: CBERS-4
processingLevel: L4
keywords: PAN10M,CBERS,CBERS-4,L4
sensorType: OPTICAL
license: proprietary
missionStartDate: "2014-12-07T00:00:00Z"
title: CBERS-4 PAN10M Level-4
# Landasat --------------------------------------------------------------------
# https://www.usgs.gov/faqs/what-naming-convention-landsat-collections-level-1-scenes
L57_REFLECTANCE:
abstract: |
Landsat 5,7,8 L2A data (old format) distributed by Theia (2014 to 2017-03-20) using MUSCATE prototype,
Lamber 93 projection.
instrument: OLI,TIRS
platform: LANDSAT
platformSerialIdentifier: L5,L7,L8
processingLevel: L2A
keywords: OLI,TIRS,LANDSAT,L5,L7,L8,L2,L2A,MUSCATE
sensorType: OPTICAL
license: proprietary
missionStartDate: "2014-01-01T00:00:00Z"
missionEndDate: "2017-03-20T00:00:00Z"
title: Landsat 5,7,8 Level-2A
L8_REFLECTANCE:
abstract: |
Landsat 8 L2A data distributed by Theia since 2017-03-20 using operational version of MUSCATE, UTM projection,
and tiled using Sentinel-2 tiles.
instrument: OLI,TIRS
platform: LANDSAT8
platformSerialIdentifier: L8
processingLevel: L2A
keywords: OLI,TIRS,LANDSAT,LANDSAT8,L8,L2,L2A,MUSCATE
sensorType: OPTICAL
license: proprietary
missionStartDate: "2013-02-11T00:00:00Z"
title: Landsat 8 Level-2A
L8_OLI_TIRS_C1L1:
abstract: |
Landsat 8 Operational Land Imager and Thermal Infrared Sensor Collection 1 Level-1 products. Details at
https://landsat.usgs.gov/sites/default/files/documents/LSDS-1656_Landsat_Level-1_Product_Collection_Definition.pdf
instrument: OLI,TIRS
platform: LANDSAT8
platformSerialIdentifier: L8
processingLevel: L1
keywords: OLI,TIRS,LANDSAT,LANDSAT8,L8,L1,C1,COLLECTION1
sensorType: OPTICAL
license: proprietary
missionStartDate: "2013-02-11T00:00:00Z"
title: Landsat 8 Level-1
LANDSAT_C2L1:
abstract: |
The Landsat Level-1 product is a top of atmosphere product distributed as scaled and calibrated digital numbers.
instrument: OLI,TIRS
platform: LANDSAT
platformSerialIdentifier: L1,L2,L3,L4,L5,L6,L7,L8
processingLevel: L1
keywords: OLI,TIRS,LANDSAT,L1,L2,L3,L4,L5,L6,L7,L8,C2,COLLECTION2
sensorType: OPTICAL
license: proprietary
title: Landsat Collection 2 Level-1 Product
missionStartDate: "1972-07-25T00:00:00Z"
LANDSAT_C2L2_SR:
abstract: |
The Landsat Surface Reflectance (SR) product measures the fraction of incoming solar radiation that is reflected
from Earth's surface to the Landsat sensor.
instrument: OLI,TIRS
platform: LANDSAT
platformSerialIdentifier: L4,L5,L7,L8
processingLevel: L2
keywords: OLI,TIRS,LANDSAT,L4,L5,L7,L8,L2,SR,surface,reflectance,C2,COLLECTION2
sensorType: OPTICAL
license: proprietary
title: Landsat Collection 2 Level-2 UTM Surface Reflectance (SR) Product
missionStartDate: "1982-08-22T00:00:00Z"
LANDSAT_C2L2_ST:
abstract: |
The Landsat Surface Temperature (ST) product represents the temperature of the Earth's surface in Kelvin (K).
instrument: OLI,TIRS
platform: LANDSAT
platformSerialIdentifier: L4,L5,L7,L8
processingLevel: L2
keywords: OLI,TIRS,LANDSAT,L4,L5,L7,L8,L2,ST,surface,temperature,C2,COLLECTION2
sensorType: OPTICAL
license: proprietary
title: Landsat Collection 2 Level-2 UTM Surface Temperature (ST) Product
missionStartDate: "1982-08-22T00:00:00Z"
LANDSAT_C2L2ALB_BT:
abstract: |
The Landsat Top of Atmosphere Brightness Temperature (BT) product is a top of atmosphere product with radiance
calculated 'at-sensor', not atmospherically corrected, and expressed in units of Kelvin.
instrument: OLI,TIRS
platform: LANDSAT
platformSerialIdentifier: L4,L5,L7,L8
processingLevel: L2
keywords: OLI,TIRS,LANDSAT,L4,L5,L7,L8,L2,BT,Brightness,Temperature,C2,COLLECTION2
sensorType: OPTICAL
license: proprietary
title: Landsat Collection 2 Level-2 Albers Top of Atmosphere Brightness Temperature (BT) Product
missionStartDate: "1982-08-22T00:00:00Z"
LANDSAT_C2L2ALB_SR:
abstract: |
The Landsat Surface Reflectance (SR) product measures the fraction of incoming solar radiation that is reflected
from Earth's surface to the Landsat sensor.
instrument: OLI,TIRS
platform: LANDSAT
platformSerialIdentifier: L4,L5,L7,L8
processingLevel: L2
keywords: OLI,TIRS,LANDSAT,L4,L5,L7,L8,L2,L2ALB,SR,Surface,Reflectance,C2,COLLECTION2
sensorType: OPTICAL
license: proprietary
title: Landsat Collection 2 Level-2 Albers Surface Reflectance (SR) Product
missionStartDate: "1982-08-22T00:00:00Z"
LANDSAT_C2L2ALB_ST:
abstract: |
The Landsat Surface Temperature (ST) product represents the temperature of the Earth's surface in Kelvin (K).
instrument: OLI,TIRS
platform: LANDSAT
platformSerialIdentifier: L4,L5,L7,L8
processingLevel: L2
keywords: OLI,TIRS,LANDSAT,L4,L5,L7,L8,L2,L2ALB,Surface,Temperature,ST,C2,COLLECTION2
sensorType: OPTICAL
license: proprietary
title: Landsat Collection 2 Level-2 Albers Surface Temperature (ST) Product
missionStartDate: "1982-08-22T00:00:00Z"
LANDSAT_C2L2ALB_TA:
abstract: |
The Landsat Top of Atmosphere (TA) Reflectance product applies per pixel angle band corrections to the Level-1
radiance product.
instrument: OLI,TIRS
platform: LANDSAT
platformSerialIdentifier: L4,L5,L7,L8
processingLevel: L2
keywords: OLI,TIRS,LANDSAT,L4,L5,L7,L8,L2,L2ALB,TA,Top,Atmosphere,Reflectance,C2,COLLECTION2
sensorType: OPTICAL
license: proprietary
title: Landsat Collection 2 Level-2 Albers Top of Atmosphere (TA) Reflectance Product
missionStartDate: "1982-08-22T00:00:00Z"
# MODIS -----------------------------------------------------------------------
MODIS_MCD43A4:
abstract: |
The MODerate-resolution Imaging Spectroradiometer (MODIS) Reflectance product MCD43A4 provides 500 meter
reflectance data adjusted using a bidirectional reflectance distribution function (BRDF) to model the values as if
they were taken from nadir view. The MCD43A4 product contains 16 days of data provided in a level-3 gridded data
set in Sinusoidal projection. Both Terra and Aqua data are used in the generation of this product, providing the
highest probability for quality assurance input data. It is designated with a shortname beginning with MCD, which
is used to refer to 'combined' products, those comprised of data using both Terra and Aqua.
instrument: MODIS
platform: Terra+Aqua
platformSerialIdentifier: EOS AM-1+PM-1
processingLevel: L3
keywords: MODIS,Terra,Aqua,EOS,AM-1+PM-1,L3,MCD43A4
sensorType: OPTICAL
license: proprietary
missionStartDate: "2000-03-05T00:00:00Z"
title: MODIS MCD43A4
# OSO -------------------------------------------------------------------------
OSO:
abstract: |
An overview of OSO Land Cover data is given on https://www.theia-land.fr/en/ceslist/land-cover-sec/
and the specific description of OSO products is available on
https://www.theia-land.fr/product/carte-doccupation-des-sols-de-la-france-metropolitaine/
instrument:
platform:
platformSerialIdentifier:
processingLevel: L3B
keywords: L3B,OSO,land,cover
sensorType:
license: proprietary
missionStartDate: "2016-01-01T00:00:00Z"
title: OSO Land Cover
# NAIP -----------------------------------------------------------------------
NAIP:
abstract: |
The National Agriculture Imagery Program (NAIP) acquires aerial imagery during the agricultural growing seasons in
the continental U.S. This "leaf-on" imagery and typically ranges from 60 centimeters to 100 centimeters in
resolution and is available from the naip-analytic Amazon S3 bucket as 4-band (RGB + NIR) imagery in MRF format.
NAIP data is delivered at the state level; every year, a number of states receive updates, with an overall update
cycle of two or three years. The tiling format of NAIP imagery is based on a 3.75' x 3.75' quarter quadrangle with
a 300 meter buffer on all four sides. NAIP imagery is formatted to the UTM coordinate system using NAD83. NAIP
imagery may contain as much as 10% cloud cover per tile.
instrument: film and digital cameras
platform: National Agriculture Imagery Program
platformSerialIdentifier: NAIP
processingLevel: N/A
keywords: film,digital,cameras,Agriculture,NAIP
sensorType: OPTICAL
license: proprietary
missionStartDate: "2003-01-01T00:00:00Z"
title: National Agriculture Imagery Program
# Pleiades - ------------------------------------------------------------------
PLD_PAN:
abstract: Pleiades Panchromatic (Pan)
instrument: PHR
platform: PLEIADES
platformSerialIdentifier: P1A,P1B
processingLevel: PRIMARY
keywords: PHR,PLEIADES,P1A,P1B,PRIMARY,PLD,PAN,Panchromatic
sensorType: OPTICAL
license: proprietary
missionStartDate: "2011-12-17T00:00:00Z"
title: Pleiades Panchromatic
PLD_XS:
abstract: Pleiades Multispectral (XS)
instrument: PHR
platform: PLEIADES
platformSerialIdentifier: P1A,P1B
processingLevel: PRIMARY
keywords: PHR,PLEIADES,P1A,P1B,PRIMARY,PLD,XS,Multispectral
sensorType: OPTICAL
license: proprietary
missionStartDate: "2011-12-17T00:00:00Z"
title: Pleiades Multispectral
PLD_BUNDLE:
abstract: Pleiades Bundle (Pan, XS)
instrument: PHR
platform: PLEIADES
platformSerialIdentifier: P1A,P1B
processingLevel: PRIMARY
keywords: PHR,PLEIADES,P1A,P1B,PRIMARY,PLD,BUNDLE,Pan,Xs
sensorType: OPTICAL
license: proprietary
missionStartDate: "2011-12-17T00:00:00Z"
title: Pleiades Bundle
PLD_PANSHARPENED:
abstract: Pleiades Pansharpened (Pan+XS)
instrument: PHR
platform: PLEIADES
platformSerialIdentifier: P1A,P1B
processingLevel: PRIMARY
keywords: PHR,PLEIADES,P1A,P1B,PRIMARY,PLD,PANSHARPENED,Pan,Xs
sensorType: OPTICAL
license: proprietary
missionStartDate: "2011-12-17T00:00:00Z"
title: Pleiades Pansharpened
# Sentinel 1 ------------------------------------------------------------------
S1_SAR_OCN:
abstract: |
Level-2 OCN products include components for Ocean Swell spectra (OSW) providing continuity with ERS and ASAR WV
and two new components: Ocean Wind Fields (OWI) and Surface Radial Velocities (RVL).
The OSW is a two-dimensional ocean surface swell spectrum and includes an estimate of the wind speed and direction
per swell spectrum. The OSW is generated from Stripmap and Wave modes only. For Stripmap mode, there are multiple
spectra derived from internally generated Level-1 SLC images. For Wave mode, there is one spectrum per vignette.
The OWI is a ground range gridded estimate of the surface wind speed and direction at 10 m above the surface
derived from internally generated Level-1 GRD images of SM, IW or EW modes.
The RVL is a ground range gridded difference between the measured Level-2 Doppler grid and the Level-1 calculated
geometrical Doppler.
SAFE formatted product, see
https://sentinel.esa.int/web/sentinel/user-guides/sentinel-1-sar/data-formats/safe-specification
instrument: SAR
platform: SENTINEL1
platformSerialIdentifier: S1A,S1B
processingLevel: L2
keywords: SAR,SENTINEL,SENTINEL1,S1,S1A,S1B,L2,OCN,SAFE
sensorType: RADAR
license: proprietary
title: SENTINEL1 Level-2 OCN
missionStartDate: "2014-04-03T00:00:00Z"
S1_SAR_GRD:
abstract: |
Level-1 Ground Range Detected (GRD) products consist of focused SAR data that has been detected, multi-looked and
projected to ground range using an Earth ellipsoid model. Phase information is lost. The resulting product has
approximately square spatial resolution pixels and square pixel spacing with reduced speckle at the cost of worse
spatial resolution.
GRD products can be in one of three resolutions:
Full Resolution (FR),
High Resolution (HR),
Medium Resolution (MR).
The resolution is dependent upon the amount of multi-looking performed. Level-1 GRD products are available in MR
and HR for IW and EW modes, MR for WV mode and MR, HR and FR for SM mode.
SAFE formatted product, see
https://sentinel.esa.int/web/sentinel/user-guides/sentinel-1-sar/data-formats/safe-specification
instrument: SAR
platform: SENTINEL1
platformSerialIdentifier: S1A,S1B
processingLevel: L1
keywords: SAR,SENTINEL,SENTINEL1,S1,S1A,S1B,L1,GRD,SAFE
sensorType: RADAR
license: proprietary
title: SENTINEL1 Level-1 Ground Range Detected
missionStartDate: "2014-04-03T00:00:00Z"
S1_SAR_GRD_JP2:
abstract: |
Level-1 Ground Range Detected (GRD) products consist of focused SAR data that has been detected, multi-looked and
projected to ground range using an Earth ellipsoid model. Phase information is lost. The resulting product has
approximately square spatial resolution pixels and square pixel spacing with reduced speckle at the cost of worse
spatial resolution.
GRD products can be in one of three resolutions:
Full Resolution (FR),
High Resolution (HR),
Medium Resolution (MR).
The resolution is dependent upon the amount of multi-looking performed. Level-1 GRD products are available in MR
and HR for IW and EW modes, MR for WV mode and MR, HR and FR for SM mode.
Product without SAFE formatting, see
https://sentinel.esa.int/web/sentinel/user-guides/sentinel-1-sar/data-formats/safe-specification
instrument: SAR
platform: SENTINEL1
platformSerialIdentifier: S1A,S1B
processingLevel: L1
keywords: SAR,SENTINEL,SENTINEL1,S1,S1A,S1B,L1,GRD,JP2
sensorType: RADAR
license: proprietary
title: SENTINEL1 Level-1 Ground Range Detected
missionStartDate: "2014-04-03T00:00:00Z"
S1_SAR_SLC:
abstract: |
Level-1 Single Look Complex (SLC) products consist of focused SAR data geo-referenced using orbit and attitude
data from the satellite and provided in zero-Doppler slant-range geometry. The products include a single look in
each dimension using the full transmit signal bandwidth and consist of complex samples preserving the phase
information.
SAFE formatted product, see
https://sentinel.esa.int/web/sentinel/user-guides/sentinel-1-sar/data-formats/safe-specification
instrument: SAR
platform: SENTINEL1
platformSerialIdentifier: S1A,S1B
processingLevel: L1
keywords: SAR,SENTINEL,SENTINEL1,S1,S1A,S1B,L1,SLC,SAFE
sensorType: RADAR
license: proprietary
title: SENTINEL1 Level-1 Single Look Complex
missionStartDate: "2014-04-03T00:00:00Z"
S1_SAR_RAW:
abstract: |
The SAR Level-0 products consist of the sequence of Flexible Dynamic Block Adaptive Quantization (FDBAQ) compressed
unfocused SAR raw data. For the data to be usable, it will need to be decompressed and processed using a SAR
processor.
SAFE formatted product, see
https://sentinel.esa.int/web/sentinel/user-guides/sentinel-1-sar/data-formats/safe-specification
instrument: SAR
platform: SENTINEL1
platformSerialIdentifier: S1A,S1B
processingLevel: L0
keywords: SAR,SENTINEL,SENTINEL1,S1,S1A,S1B,L0,RAW,SAFE
sensorType: RADAR
license: proprietary
title: SENTINEL1 SAR Level-0
missionStartDate: "2014-04-03T00:00:00Z"
# Sentinel 2 ------------------------------------------------------------------
S2_MSI_L1C:
abstract: |
The Level-1C product is composed of 100x100 km2 tiles (ortho-images in UTM/WGS84 projection). It results from
using a Digital Elevation Model (DEM) to project the image in cartographic geometry. Per-pixel radiometric
measurements are provided in Top Of Atmosphere (TOA) reflectances along with the parameters to transform them
into radiances. Level-1C products are resampled with a constant Ground Sampling Distance (GSD) of 10, 20 and 60
meters depending on the native resolution of the different spectral bands. In Level-1C products, pixel
coordinates refer to the upper left corner of the pixel. Level-1C products will additionally include Cloud Masks
and ECMWF data (total column of ozone, total column of water vapour and mean sea level pressure).
SAFE formatted product, see https://sentinel.esa.int/web/sentinel/user-guides/sentinel-2-msi/data-formats
instrument: MSI
platform: SENTINEL2
platformSerialIdentifier: S2A,S2B
processingLevel: L1
keywords: MSI,SENTINEL,SENTINEL2,S2,S2A,S2B,L1,L1C,SAFE
sensorType: OPTICAL
license: proprietary
missionStartDate: "2015-06-23T00:00:00Z"
title: SENTINEL2 Level-1C
S2_MSI_L1C_JP2:
abstract: |
The Level-1C product is composed of 100x100 km2 tiles (ortho-images in UTM/WGS84 projection). It results from
using a Digital Elevation Model (DEM) to project the image in cartographic geometry. Per-pixel radiometric
measurements are provided in Top Of Atmosphere (TOA) reflectances along with the parameters to transform them
into radiances. Level-1C products are resampled with a constant Ground Sampling Distance (GSD) of 10, 20 and 60
meters depending on the native resolution of the different spectral bands. In Level-1C products, pixel
coordinates refer to the upper left corner of the pixel. Level-1C products will additionally include Cloud Masks
and ECMWF data (total column of ozone, total column of water vapour and mean sea level pressure).
Product without SAFE formatting, see https://sentinel.esa.int/web/sentinel/user-guides/sentinel-2-msi/data-formats
instrument: MSI
platform: SENTINEL2
platformSerialIdentifier: S2A,S2B
processingLevel: L1
keywords: MSI,SENTINEL,SENTINEL2,S2,S2A,S2B,L1C,JP2
sensorType: OPTICAL
license: proprietary
missionStartDate: "2015-06-23T00:00:00Z"
title: SENTINEL2 Level-1C
S2_MSI_L2A:
abstract: |
The Level-2A product provides Bottom Of Atmosphere (BOA) reflectance images derived from the associated Level-1C
products. Each Level-2A product is composed of 100x100 km2 tiles in cartographic geometry (UTM/WGS84 projection).
SAFE formatted product, see https://sentinel.esa.int/web/sentinel/user-guides/sentinel-2-msi/data-formats
instrument: MSI
platform: SENTINEL2
platformSerialIdentifier: S2A,S2B
processingLevel: L2
keywords: MSI,SENTINEL,SENTINEL2,S2,S2A,S2B,L2,L2A,SAFE
sensorType: OPTICAL
license: proprietary
title: SENTINEL2 Level-2A
missionStartDate: "2015-06-23T00:00:00Z"
S2_MSI_L2A_JP2:
abstract: |
The Level-2A product provides Bottom Of Atmosphere (BOA) reflectance images derived from the associated Level-1C
products. Each Level-2A product is composed of 100x100 km2 tiles in cartographic geometry (UTM/WGS84 projection).
Product without SAFE formatting, see https://sentinel.esa.int/web/sentinel/user-guides/sentinel-2-msi/data-formats
instrument: MSI
platform: SENTINEL2
platformSerialIdentifier: S2A,S2B
processingLevel: L2
keywords: MSI,SENTINEL,SENTINEL2,S2,S2A,S2B,L2,L2A,JP2
sensorType: OPTICAL
license: proprietary
title: SENTINEL2 Level-2A
missionStartDate: "2015-06-23T00:00:00Z"
S2_MSI_L2A_COG:
abstract: |
The Level-2A product provides Bottom Of Atmosphere (BOA) reflectance images derived from the associated Level-1C
products. Each Level-2A product is composed of 100x100 km2 tiles in cartographic geometry (UTM/WGS84 projection).
Product containing Cloud Optimized GeoTIFF images, without SAFE formatting.
instrument: MSI
platform: SENTINEL2
platformSerialIdentifier: S2A,S2B
processingLevel: L2
keywords: MSI,SENTINEL,SENTINEL2,S2,S2A,S2B,L2,L2A,COG
sensorType: OPTICAL
license: proprietary
title: SENTINEL2 Level-2A
missionStartDate: "2015-06-23T00:00:00Z"
S2_MSI_L2A_MAJA:
abstract: |
The level 2A products correct the data for atmospheric effects and detect the clouds and their shadows using MAJA.
MAJA uses MUSCATE processing center at CNES, in the framework of THEIA land data center. Sentinel-2 level 1C data
are downloaded from PEPS. The full description of the product format is available at
https://theia.cnes.fr/atdistrib/documents/PSC-NT-411-0362-CNES_01_00_SENTINEL-2A_L2A_Products_Description.pdf
instrument: MSI
platform: SENTINEL2
platformSerialIdentifier: S2A,S2B
processingLevel: L2
keywords: MSI,SENTINEL,SENTINEL2,S2,S2A,S2B,L2,L2A,MAJA
sensorType: OPTICAL
license: proprietary
title: SENTINEL2 Level-2A
missionStartDate: "2015-06-23T00:00:00Z"
S2_MSI_L2B_MAJA_SNOW:
abstract: |
The Theia snow product is derived from Sentinel-2 L2A images generated by Theia. It indicates the snow presence or
absence on the land surface every fifth day if there is no cloud. The product is distributed by Theia as a raster
file (8 bits GeoTIFF) of 20 m resolution and a vector file (Shapefile polygons). More details about the snow
products description are available at http://www.cesbio.ups-tlse.fr/multitemp/?page_id=10748#en
instrument: MSI
platform: SENTINEL2
platformSerialIdentifier: S2A,S2B
processingLevel: L2
keywords: MSI,MAJA,SENTINEL,sentinel2,S2,S2A,S2B,L2,L2B,SNOW
sensorType: OPTICAL
license: proprietary
missionStartDate: "2015-06-23T00:00:00Z"
title: SENTINEL2 snow product
S2_MSI_L2B_MAJA_WATER:
abstract: |
A description of the Land Water Quality data distributed by Theia is available at
https://theia.cnes.fr/atdistrib/documents/THEIA-ST-411-0477-CNES_01-03_Format_Specification_of_OBS2CO_WaterColor_Products.pdf
instrument: MSI
platform: SENTINEL2
platformSerialIdentifier: S2A,S2B
processingLevel: L2
keywords: MSI,MAJA,SENTINEL,sentinel2,S2,S2A,S2B,L2,L2B,WATER
sensorType: OPTICAL
license: proprietary
missionStartDate: "2015-06-23T00:00:00Z"
title: SENTINEL2 L2B-WATER
S2_MSI_L3A_WASP:
abstract: |
The Level-3A product provides a monthly synthesis of surface reflectances from Theia's L2A products. The synthesis
is based on a weighted arithmetic mean of clear observations.
The data processing is produced by WASP (Weighted Average Synthesis Processor), by MUSCATE data center at CNES,
in the framework of THEIA data center. The full description of the product format is available at
https://theia.cnes.fr/atdistrib/documents/THEIA-ST-411-0419-CNES_01-04_Format_Specification_of_MUSCATE_Level-3A_Products-signed.pdf
instrument: MSI
platform: SENTINEL2
platformSerialIdentifier: S2A,S2B
processingLevel: L3
keywords: MSI,SENTINEL,sentinel2,S2,S2A,S2B,L3,L3A,WASP
sensorType: OPTICAL
license: proprietary
missionStartDate: "2015-06-23T00:00:00Z"
title: SENTINEL2 Level-3A
# Sentinel 3 ------------------------------------------------------------------
S3_SRA_BS:
abstract: ""
instrument: SRAL
platform: SENTINEL3
platformSerialIdentifier: S3A,S3B
processingLevel: L1
keywords: SRA,SRAL,SENTINEL,SENTINEL3,S3,S3A,S3B,L1,BS
sensorType: RADAR
license: proprietary
title: SENTINEL3 SRAL Level-1
missionStartDate: "2016-02-16T00:00:00Z"
S3_SRA_A_BS:
abstract: ""
instrument: SRAL
platform: SENTINEL3
platformSerialIdentifier: S3A,S3B
processingLevel: L1
keywords: SRA,SRAL,SENTINEL,SENTINEL3,S3,S3A,S3B,L1,BS
sensorType: RADAR
license: proprietary
title: SENTINEL3 SRAL Level-1
missionStartDate: "2016-02-16T00:00:00Z"
# See examples of product type namings for sentinel 3 here:
# https://www.onda-dias.eu/cms/data/catalogue/sentinel-3/
S3_EFR:
abstract: ""
instrument: OLCI
platform: SENTINEL3
platformSerialIdentifier: S3A,S3B
processingLevel: L1
keywords: OLCI,SENTINEL,SENTINEL3,S3,S3A,S3B,L1,EFR
sensorType: OPTICAL
license: proprietary
title: SENTINEL3 EFR
missionStartDate: "2016-02-16T00:00:00Z"
S3_ERR:
abstract: ""
instrument: OLCI
platform: SENTINEL3
platformSerialIdentifier: S3A,S3B
processingLevel: L1,L2
keywords: OLCI,SENTINEL,SENTINEL3,S3,S3A,S3B,L1,L2,ERR
sensorType: OPTICAL
license: proprietary
title: SENTINEL3 ERR
missionStartDate: "2016-02-16T00:00:00Z"
S3_SLSTR_L1RBT:
abstract: |
SLSTR Level-1 observation mode products consisting of full resolution,
geolocated, co-located nadir and along track view, Top of Atmosphere
(TOA) brightness temperatures (in the case of thermal IR channels) or
radiances (in the case of visible, NIR and SWIR channels) from all
SLSTR channels, and quality flags, pixel classification information
and meteorological annotations
instrument: SLSTR
platform: SENTINEL3
platformSerialIdentifier: S3A,S3B
processingLevel: L1
keywords: SLSTR,SENTINEL,SENTINEL3,S3,S3A,S3B,L1,L1RBT,RBT
sensorType: OPTICAL
license: proprietary
title: SENTINEL3 SLSTR Level-1
missionStartDate: "2016-02-16T00:00:00Z"
S3_SRA:
abstract: ""
instrument: SRAL
platform: SENTINEL3
platformSerialIdentifier: S3A,S3B
processingLevel: L1
keywords: SRA,SRAL,SENTINEL,SENTINEL3,S3,S3A,S3B,L1
sensorType: RADAR
license: proprietary
title: SENTINEL3 SRAL Level-1
missionStartDate: "2016-02-16T00:00:00Z"
S3_WAT:
abstract: ""
instrument: SRAL
platform: SENTINEL3
platformSerialIdentifier: S3A,S3B
processingLevel: L2
keywords: SRAL,SENTINEL,SENTINEL3,S3,S3A,S3B,L2,WAT
sensorType: RADAR
license: proprietary
title: SENTINEL3 SRAL Level-2 WAT
missionStartDate: "2016-02-16T00:00:00Z"
S3_LAN:
abstract: LAN or SR_2_LAN___ (peps)
instrument: SRAL
platform: SENTINEL3
platformSerialIdentifier: S3A,S3B
processingLevel: L2
keywords: SRAL,SENTINEL,SENTINEL3,S3,S3A,S3B,L2,LAN
sensorType: RADAR
license: proprietary
title: SENTINEL3 SRAL Level-2 LAN
missionStartDate: "2016-02-16T00:00:00Z"
S3_SLSTR_L2LST:
abstract: |
The SLSTR Level-2 LST product provides land surface parameters generated on the wide 1 km measurement grid.
It contains measurement file with Land Surface Temperature (LST) values with associated parameters (LST
parameters are computed and provided for each pixel (re-gridded or orphan) included in the 1 km measurement grid)
instrument: SLSTR
platform: SENTINEL3
platformSerialIdentifier: S3A,S3B
processingLevel: L2
keywords: SLSTR,SENTINEL,SENTINEL3,S3,S3A,S3B,L2,L2LST,LST
sensorType: OPTICAL
license: proprietary
title: SENTINEL3 SLSTR Level-2 LST
missionStartDate: "2016-02-16T00:00:00Z"
S3_OLCI_L2LRR:
abstract: |
The OLCI Level-2 Land Reduced Resolution (OL_2_LRR) products contain land and atmospheric geophysical products
at Reduced resolution with a spatial sampling of approximately 1.2 km. The products are assumed to be computed
in Near Real Time (NRT) (i.e. delivered to users less than 3 hours after acquisition), in Non-Time Critical
(NTC) (i.e. within 1 month after acquisition) or in re-processed NTC.
Details at https://sentinel.esa.int/web/sentinel/user-guides/sentinel-3-olci/product-types/level-2-land
instrument: OLCI
platform: SENTINEL3
platformSerialIdentifier: S3A,S3B
processingLevel: L2
keywords: OLCI,SENTINEL,SENTINEL3,S3,S3A,S3B,L2,L2LRR,LRR
sensorType: OPTICAL
license: proprietary
title: SENTINEL3 OLCI Level-2 Land Reduced Resolution
missionStartDate: "2016-02-16T00:00:00Z"
S3_OLCI_L2LFR:
abstract: |
The OLCI Level-2 Land Full Resolution (OL_2_LFR) products contain land and atmospheric geophysical products at Full
resolution with a spatial sampling of approximately 300 m. The products are assumed to be computed in Near Real
Time (NRT) (i.e. delivered to users less than 3 hours after acquisition), in Non-Time Critical (NTC) (i.e.
within 1 month after acquisition) or in re-processed NTC.
Details at https://sentinel.esa.int/web/sentinel/user-guides/sentinel-3-olci/product-types/level-2-land
instrument: OLCI
platform: SENTINEL3
platformSerialIdentifier: S3A,S3B
processingLevel: L2
keywords: OLCI,SENTINEL,SENTINEL3,S3,S3A,S3B,L2,L2LFR,LFR
sensorType: OPTICAL
license: proprietary
title: SENTINEL3 OLCI Level-2 Land Full Resolution
missionStartDate: "2016-02-16T00:00:00Z"
# SPOT ------------------------------------------------------------------------
SPOT_SWH:
abstract: |
The Spot World Heritage (SWH) programme objective is the free availability for non-commercial use of orthorectified
products derived from multispectral images of more than 5 years old from the Spot 1-5 satellites family.
More informations on https://www.theia-land.fr/en/product/spot-world-heritage/
instrument:
platform: SPOT1-5
platformSerialIdentifier: SPOT1-5
processingLevel: L1C
keywords: SPOT,SPOT1,SPOT2,SPOT3,SPOT4,SPOT5,L1C
sensorType: OPTICAL
license: proprietary
title: Spot World Heritage
missionStartDate: "1986-02-22T00:00:00Z"
SPOT_SWH_OLD:
abstract: |
Spot world heritage Old format.
instrument:
platform: SPOT1-5
platformSerialIdentifier: SPOT1-5
processingLevel: L1C
keywords: SPOT,SPOT1,SPOT2,SPOT3,SPOT4,SPOT5,L1C
sensorType: OPTICAL
license: proprietary
title: Spot World Heritage
missionStartDate: "1986-02-22T00:00:00Z"
SPOT5_SPIRIT:
abstract: |
SPOT 5 stereoscopic survey of Polar Ice.
instrument:
platform: SPOT5
platformSerialIdentifier: SPOT5
processingLevel: L1A
keywords: SPOT,SPOT5,L1A
sensorType: OPTICAL
license: proprietary
title: Spot 5 SPIRIT
missionStartDate: "2002-05-04T00:00:00Z"
# VENUS ------------------------------------------------------------------------
VENUS_L1C:
abstract: |
A light description of Venus L1 data is available at http://www.cesbio.ups-tlse.fr/multitemp/?page_id=12984
instrument:
platform: VENUS
platformSerialIdentifier: VENUS
processingLevel: L1C
keywords: VENUS,L1,L1C
sensorType: OPTICAL
license: proprietary
title: Venus Level1-C
missionStartDate: "2017-08-02T00:00:00Z"
VENUS_L2A_MAJA:
abstract: |
Level2 products provide surface reflectances after atmospheric correction, along with masks of clouds and their
shadows. Data is processed by MAJA (before called MACCS) for THEIA land data center.
instrument:
platform: VENUS
platformSerialIdentifier: VENUS
processingLevel: L2A
keywords: VENUS,L2,L2A
sensorType: OPTICAL
license: proprietary
title: Venus Level2-A
missionStartDate: "2017-08-02T00:00:00Z"
VENUS_L3A_MAJA:
abstract: ""
instrument:
platform: VENUS
platformSerialIdentifier: VENUS
processingLevel: L3A
keywords: VENUS,L3,L3A
sensorType: OPTICAL
license: proprietary
title: Venus Level3-A
missionStartDate: "2017-08-02T00:00:00Z"
# ECMWF -----------------------------------------------------------------------
TIGGE_CF_SFC:
abstract: |
TIGGE (THORPEX Interactive Grand Global Ensemble) Surface Control forecast
from ECMWF
instrument:
platform: TIGGE
platformSerialIdentifier: TIGGE
processingLevel:
keywords: THORPEX,TIGGE,CF,SFC,ECMWF
sensorType: FORECAST
license: proprietary
title: TIGGE ECMWF Surface Control forecast
missionStartDate: "2003-01-01T00:00:00Z"
# GENERIC----------------------------------------------------------------------
GENERIC_PRODUCT_TYPE:
abstract:
instrument:
platform:
platformSerialIdentifier:
processingLevel:
keywords:
sensorType:
license:
title:
missionStartDate: