EO product types
Contents
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 creodias_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:
abstract: |
Collection 2 Landsat OLI/TIRS Level-2 Science Products (L2SP) include
Surface Reflectance and Surface Temperature scene-based products.
instrument: OLI,TIRS
platform: LANDSAT
platformSerialIdentifier: L8,L9
processingLevel: L1
keywords: OLI,TIRS,LANDSAT,L8,L9,L2,C2,COLLECTION2
sensorType: OPTICAL
license: proprietary
title: Landsat OLI and TIRS Collection 2 Level-2 Science Products 30-meter multispectral data.
missionStartDate: "2013-02-11T00: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"
LANDSAT_TM_C1:
abstract: |
Landsat 4-5 TM image data files consist of seven spectral bands (See band designations).
The resolution is 30 meters for bands 1 to 7.
(Thermal infrared band 6 was collected at 120 meters, but was resampled to 30 meters.)
The approximate scene size is 170 km north-south by 183 km east-west (106 mi by 114 mi).
instrument: TM
platform: LANDSAT
platformSerialIdentifier: L4,L5
processingLevel: L1
keywords: TM,LANDSAT,L4,L5,L1,C1,COLLECTION1
sensorType: OPTICAL
license: proprietary
title: Landsat 4-5 Thematic Mapper (TM) Collection-1 Level-1 Data Products
missionStartDate: "1982-08-22T00:00:00Z"
missionEndDate: "2013-06-06T00:00:00Z"
LANDSAT_TM_C2L1:
abstract: |
Landsat 4-5 TM image data files consist of seven spectral bands (See band designations).
The resolution is 30 meters for bands 1 to 7.
(Thermal infrared band 6 was collected at 120 meters, but was resampled to 30 meters.)
The approximate scene size is 170 km north-south by 183 km east-west (106 mi by 114 mi).
instrument: TM
platform: LANDSAT
platformSerialIdentifier: L4,L5
processingLevel: L1
keywords: TM,LANDSAT,L4,L5,L1,C2,COLLECTION2
sensorType: OPTICAL
license: proprietary
title: Landsat 4-5 Thematic Mapper (TM) Collection-2 Level-1 Data Products
missionStartDate: "1982-08-22T00:00:00Z"
missionEndDate: "2013-06-06T00:00:00Z"
LANDSAT_TM_C2L2:
abstract: |
Collection 2 Landsat 4-5 Thematic Mapper (TM) Level-2 Science Products (L2SP) include
Surface Reflectance and Surface Temperature scene-based products.
instrument: TM
platform: LANDSAT
platformSerialIdentifier: L4,L5
processingLevel: L2
keywords: TM,LANDSAT,L4,L5,L2,C2,COLLECTION2
sensorType: OPTICAL
license: proprietary
title: Landsat 4-5 Thematic Mapper (TM) Collection-2 Level-2 Data Products
missionStartDate: "1982-08-22T00:00:00Z"
missionEndDate: "2013-06-06T00:00:00Z"
LANDSAT_ETM_C1:
abstract: |
Landsat 7 ETM+ images consist of eight spectral bands with a spatial resolution of 30 meters for bands 1 to 7.
The panchromatic band 8 has a resolution of 15 meters. All bands can collect one of two gain settings (high or low)
for increased radiometric sensitivity and dynamic range, while Band 6 collects both high and low gain for all
scenes. Approximate scene size is 170 km north-south by 183 km east-west (106 mi by 114 mi).
instrument: ETM+
platform: LANDSAT
platformSerialIdentifier: L7
processingLevel: L1
keywords: ETM,ETM+,LANDSAT,L7,L1,C1,COLLECTION1
sensorType: OPTICAL
license: proprietary
title: Enhanced Thematic Mapper Plus (ETM+) 15- to 30-meter multispectral Collection-1 Level-1 data from Landsat 7
missionStartDate: "1999-04-15T00:00:00Z"
LANDSAT_ETM_C2L1:
abstract: |
Landsat 7 ETM+ images consist of eight spectral bands with a spatial resolution of 30 meters for bands 1 to 7.
The panchromatic band 8 has a resolution of 15 meters. All bands can collect one of two gain settings (high or low)
for increased radiometric sensitivity and dynamic range, while Band 6 collects both high and low gain for all
scenes. Approximate scene size is 170 km north-south by 183 km east-west (106 mi by 114 mi).
instrument: ETM+
platform: LANDSAT
platformSerialIdentifier: L7
processingLevel: L1
keywords: ETM,ETM+,LANDSAT,L7,L1,C2,COLLECTION2
sensorType: OPTICAL
license: proprietary
title: Enhanced Thematic Mapper Plus (ETM+) 15- to 30-meter multispectral Collection-2 Level-1 data from Landsat 7
missionStartDate: "1999-04-15T00:00:00Z"
LANDSAT_ETM_C2L2:
abstract: |
Collection 2 Landsat 7 ETM+ Level-2 Science Products (L2SP) include Surface Reflectance and Surface Temperature
scene-based products.
instrument: ETM+
platform: LANDSAT
platformSerialIdentifier: L7
processingLevel: L2
keywords: ETM,ETM+,LANDSAT,L7,L2,C2,COLLECTION2
sensorType: OPTICAL
license: proprietary
title: Enhanced Thematic Mapper Plus (ETM+) 15- to 30-meter multispectral Collection-2 Level-2 data from Landsat 7
missionStartDate: "1999-04-15T00: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: "2018-03-26T00:00:00Z"
S2_MSI_L2AP:
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.
Level-2AP are the pilot products of Level-2A product generated by ESA until March 2018. After March, they are
operational products
instrument: MSI
platform: SENTINEL2
platformSerialIdentifier: S2A,S2B
processingLevel: L2
keywords: MSI,SENTINEL,SENTINEL2,S2,S2A,S2B,L2,L2A,SAFE, pilot
sensorType: OPTICAL
license: proprietary
title: SENTINEL2 Level-2A pilot
missionStartDate: "2017-05-23T00:00:00Z"
missionEndDate: "2018-03-25T00: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 OLCI L1
S3_EFR:
abstract: |
OLCI (Ocean and Land Colour Instrument) Full resolution: 300m at nadir. Level 1 products are calibrated
Top Of Atmosphere radiance values at OLCI 21 spectral bands. Radiances are computed from the instrument digital
counts by applying geo-referencing, radiometric processing (non-linearity correction, smear correction, dark offset
correction, absolute gain calibration adjusted for gain evolution with time), and stray-light correction for
straylight effects in OLCI camera's spectrometer and ground imager. Additionally, spatial resampling of OLCI pixels
to the 'ideal' instrument grid, initial pixel classification, and annotation at tie points with auxiliary
meteorological data and acquisition geometry are provided. The radiance products are accompanied by error estimate
products, however the error values are currently not available. - All Sentinel-3 NRT products are available at
pick-up point in less than 3h. - All Sentinel-3 Non Time Critical (NTC) products are available at pick-up point in
less than 30 days. Sentinel-3 is part of a series of Sentinel satellites, under the umbrella of the
EU Copernicus programme.
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: |
OLCI (Ocean and Land Colour Instrument) Reduced resolution: 1200m at nadir. All Sentinel-3 NRT products are
available at pick-up point in less than 3h. Level 1 products are calibrated Top Of Atmosphere radiance values
at OLCI 21 spectral bands. Radiances are computed from the instrument digital counts by applying geo-referencing,
radiometric processing (non-linearity correction, smear correction, dark offset correction, absolute gain
calibration adjusted for gain evolution with time), and stray-light correction for straylight effects in OLCI
camera's spectrometer and ground imager. Additionally, spatial resampling of OLCI pixels to the 'ideal' instrument
grid, initial pixel classification, and annotation at tie points with auxiliary meteorological data and acquisition
geometry are provided. The radiance products are accompanied by error estimate products, however the error values
are currently not available. - All Sentinel-3 NRT products are available at pick-up point in less than 3h
- All Sentinel-3 Non Time Critical (NTC) products are available at pick-up point in less than 30 days Sentinel-3 is
part of a series of Sentinel satellites, under the umbrella of the EU Copernicus programme.
instrument: OLCI
platform: SENTINEL3
platformSerialIdentifier: S3A,S3B
processingLevel: L1
keywords: OLCI,SENTINEL,SENTINEL3,S3,S3A,S3B,L1,ERR
sensorType: OPTICAL
license: proprietary
title: SENTINEL3 ERR
missionStartDate: "2016-02-16T00:00:00Z"
S3_RAC:
abstract: |
Sentinel 3 OLCI products output during Radiometric Calibration mode
instrument: OLCI
platform: SENTINEL3
platformSerialIdentifier: S3A,S3B
processingLevel: L1
keywords: OLCI,SENTINEL,SENTINEL3,S3,S3A,S3B,L1,L2,RAC
sensorType: OPTICAL
license: proprietary
title: SENTINEL3 RAC
missionStartDate: "2016-02-16T00:00:00Z"
# S3 OLCI L2
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"
S3_OLCI_L2WRR:
abstract: |
The OLCI Level-2 Water Reduced Resolution (OL_2_WRR) products contain water 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-water
instrument: OLCI
platform: SENTINEL3
platformSerialIdentifier: S3A,S3B
processingLevel: L2
keywords: OLCI,SENTINEL,SENTINEL3,S3,S3A,S3B,L2,L2WRR,WRR
sensorType: OPTICAL
license: proprietary
title: SENTINEL3 OLCI Level-2 Water Reduced Resolution
missionStartDate: "2016-02-16T00:00:00Z"
S3_OLCI_L2WRR_BC003:
abstract: |
OLCI Level 2 Marine products provide spectral information on the colour of the oceans (water reflectances). These
radiometric products are used to estimate geophysical parameters e.g. estimates of phytoplankton biomass through
determining the Chlorophyll-a (Chl) concentration. In coastal areas, they also allow monitoring of the sediment
load via the Total Suspended Matter (TSM) product. Reduced resolution products are at a nominal 1km resolution.
This collection contains reprocessed data from baseline collection 003. Operational data can be found in the
corresponding collection.
instrument: OLCI
platform: SENTINEL3
platformSerialIdentifier: S3A,S3B
processingLevel: L2
keywords: OLCI,SENTINEL,SENTINEL3,S3,S3A,S3B,L2,L2WRR,WRR,REPROCESSED,BC003
sensorType: OPTICAL
license: proprietary
title: SENTINEL3 OLCI Level-2 Water Reduced Resolution Reprocessed from BC003
missionStartDate: "2016-02-16T00:00:00Z"
S3_OLCI_L2WFR:
abstract: |
The OLCI Level-2 Water Full Resolution (OL_2_WFR) products contain water 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-water
instrument: OLCI
platform: SENTINEL3
platformSerialIdentifier: S3A,S3B
processingLevel: L2
keywords: OLCI,SENTINEL,SENTINEL3,S3,S3A,S3B,L2,L2WFR,WFR
sensorType: OPTICAL
license: proprietary
title: SENTINEL3 OLCI Level-2 Water Full Resolution
missionStartDate: "2016-02-16T00:00:00Z"
S3_OLCI_L2WFR_BC003:
abstract: |
OLCI Level 2 Marine products provide spectral information on the colour of the oceans (water reflectances). These
radiometric products are used to estimate geophysical parameters e.g. estimates of phytoplankton biomass through
determining the Chlorophyll-a (Chl) concentration. In coastal areas, they also allow monitoring of the sediment
load via the Total Suspended Matter (TSM) product. Full resolution products are at a nominal 300m resolution. This
collection contains reprocessed data from baseline collection 003. Operational data can be found in the
corresponding collection.
Details at https://sentinel.esa.int/web/sentinel/user-guides/sentinel-3-olci/product-types/level-2-water
instrument: OLCI
platform: SENTINEL3
platformSerialIdentifier: S3A,S3B
processingLevel: L2
keywords: OLCI,SENTINEL,SENTINEL3,S3,S3A,S3B,L2,L2WFR,WFR,REPROCESSED,BC003
sensorType: OPTICAL
license: proprietary
title: SENTINEL3 OLCI Level-2 Water Full Resolution Reprocessed from BC003
missionStartDate: "2016-02-16T00:00:00Z"
S3_OLCI_L4BALTIC:
abstract: |
Baltic Sea Surface Ocean Colour Plankton from Sentinel-3 OLCI L4 monthly observations
For the Baltic Sea Ocean Satellite Observations, the Italian National Research Council (CNR – Rome, Italy), is
providing Bio-Geo_Chemical (BGC) regional datasets: * ''plankton'' with the phytoplankton chlorophyll
concentration (CHL) evaluated via region-specific neural network (Brando et al. 2021) Upstreams: OLCI-S3A & S3B
Temporal resolution: monthly Spatial resolution: 300 meters To find this product in the catalogue, use the search
keyword ""OCEANCOLOUR_BAL_BGC_L4_NRT"". DOI (product) : https://doi.org/10.48670/moi-00295
instrument: OLCI
platform: SENTINEL3
platformSerialIdentifier: S3A,S3B
processingLevel: L4
keywords: OLCI,SENTINEL,SENTINEL3,S3,S3A,S3B,L4,BGC,CHL,BALTIC
sensorType: OPTICAL
license: proprietary
title: SENTINEL3 OLCI Baltic Sea Surface Ocean Colour Plankton
missionStartDate: "2023-04-10T00:00:00Z"
# S3 SLSTR
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: ATMOSPHERIC
license: proprietary
title: SENTINEL3 SLSTR Level-1
missionStartDate: "2016-02-16T00:00:00Z"
S3_SLSTR_L1RBT_BC004:
abstract: |
SLSTR Level 1B Radiances and Brightness Temperatures (version BC004) - Sentinel 3 - Reprocessed
The SLSTR level 1 products contain: the radiances of the 6 visible (VIS), Near Infra-Red (NIR) and Short Wave
Infra-Red (SWIR) bands (on the A and B stripe grids); the Brightness Temperature (BT) for the 3 Thermal Infra-Red
(TIR) bands; the BT for the 2 Fire (FIR) bands. Resolution: 1km at nadir (TIR), 500m (VIS). All are provided for
both the oblique and nadir view. These measurements are accompanied with grid and time information, quality flags,
error estimates and meteorological auxiliary data. Sentinel-3 is part of a series of Sentinel satellites, under the
umbrella of the EU Copernicus programme. This collection contains reprocessed data from baseline collection 004.
Operational data can be found in the corresponding collection.
instrument: SLSTR
platform: SENTINEL3
platformSerialIdentifier: S3A,S3B
processingLevel: L1
keywords: SLSTR,SENTINEL,SENTINEL3,S3,S3A,S3B,L1,L1RBT,RBT,VIS,NIR,SWIR,BT,TIR,FIR,Reprocessed,BC004
sensorType: ATMOSPHERIC
license: proprietary
title: SENTINEL3 SLSTR Level-1 RBT - Reprocessed from BC004
missionStartDate: "2018-05-09T00: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: ATMOSPHERIC
license: proprietary
title: SENTINEL3 SLSTR Level-2 LST
missionStartDate: "2016-02-16T00:00:00Z"
S3_SLSTR_L2WST:
abstract: |
The SLSTR Level-2 WST product provides water surface parameters generated on the wide 1 km measurement grid.
It contains measurement file with Water Surface Temperature (WST) values with associated parameters (WST
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,L2WST,WST
sensorType: ATMOSPHERIC
license: proprietary
title: SENTINEL3 SLSTR Level-2 WST
missionStartDate: "2016-02-16T00:00:00Z"
S3_SLSTR_L2WST_BC003:
abstract: |
The SLSTR SST has a spatial resolution of 1km at nadir. Skin Sea Surface Temperature following the
GHRSST L2P GDS2 format specification, see https://www.ghrsst.org/ . Sentinel-3 is part of a series of Sentinel
satellites, under the umbrella of the EU Copernicus programme. This collection contains reprocessed data from
baseline collection 003. Operational data can be found in the corresponding collection.
instrument: SLSTR
platform: SENTINEL3
platformSerialIdentifier: S3A,S3B
processingLevel: L2
keywords: SLSTR,SENTINEL,SENTINEL3,S3,S3A,S3B,L2,L2WST,WST,REPROCESSED,BC003
sensorType: ATMOSPHERIC
license: proprietary
title: SENTINEL3 SLSTR Level-2 WST Reprocessed from BC003
missionStartDate: "2016-04-18T00:00:00Z"
S3_SLSTR_L2AOD:
abstract: |
The Copernicus NRT S3 AOD processor quantifies the abundance of aerosol particles and monitors their global
distribution and long-range transport, at the scale of 9.5 x 9.5 km2. All observations are made available in
less than three hours from the SLSTR observation sensing time. It is only applicable during daytime.
NOTE: The SLSTR L2 AOD product is generated by EUMETSAT in NRT only. An offline (NTC) AOD product is generated
from SYN data by ESA, exploiting the synergy between the SLSTR and OLCI instruments.
instrument: SLSTR
platform: SENTINEL3
platformSerialIdentifier: S3A,S3B
processingLevel: L2
keywords: SLSTR,SENTINEL,SENTINEL3,S3,S3A,S3B,L2,L2AOD,AOD
sensorType: ATMOSPHERIC
license: proprietary
title: SENTINEL3 SLSTR Level-2 AOD
missionStartDate: "2016-02-16T00:00:00Z"
S3_SLSTR_L2FRP:
abstract: |
The SLSTR Level-2 FRP product is providing one measurement data file, FRP_in.nc, with Fire Radiative Power (FRP)
values and associated parameters generated for each fire detected over land and projected on the SLSTR 1 km grid.
The fire detection is based on a mixed thermal band, combining S7 radiometric measurements and,
for pixels associated with a saturated value of S7 (i.e. above 311 K), F1 radiometric measurements.
instrument: SLSTR
platform: SENTINEL3
platformSerialIdentifier: S3A,S3B
processingLevel: L2
keywords: SLSTR,SENTINEL,SENTINEL3,S3,S3A,S3B,L2,L2FRP,FRP
sensorType: ATMOSPHERIC
license: proprietary
title: SENTINEL3 SLSTR Level-2 FRP
missionStartDate: "2016-02-16T00:00:00Z"
S3_SLSTR_L2:
abstract: |
The SLSTR Level-2 products are generated in five different types: 1. SL_2_WCT, including the Sea Surface Temperature
for single and dual view, for 2 or 3 channels (internal product only), 2. SL_2_WST, including the Level-2P Sea
surface temperature (provided to the users), 3. SL_2_LST, including the Land Surface Temperature parameters
(provided to the users), 4. SL_2_FRP, including the Fire Radiative Power parameters (provided to the users),
5.SL_2_AOD, including the Aerosol Optical Depth parameters (provided to the users). The Level-2 product are
organized in packages composed of one manifest file and several measurement and annotation data files (between 2
and 21 files depending on the package). The manifest file is in XML format and gathers general information
concerning product and processing. The measurement and annotation data files are in netCDF 4 format, and include
dimensions, variables and associated attributes. Regarding the measurement files: one measurement file, providing
the land surface temperature, associated uncertainties and other supporting fields, is included in the SL_2_LST
packet. The annotation data files are generated from the annotation files included in the SL_1RBT package and their
format is identical to the files in the Level-1 packet.The SL_2_LST packet contains 10 annotation files, providing
the same parameters as in SL_2_WCT and, in addition, some vegetation parameters.
instrument: SLSTR
platform: SENTINEL3
platformSerialIdentifier: S3A,S3B
processingLevel: L2
keywords: SLSTR,SENTINEL,SENTINEL3,S3,S3A,S3B,L2,L2FRP,FRP,L2WCT,WCT,L2WST,WST,L2AOD,AOD
sensorType: ATMOSPHERIC
license: proprietary
title: SENTINEL3 SLSTR Level-2
missionStartDate: "2017-07-05T00:00:00Z"
# S3 SRAL
S3_SRA:
abstract: |
SRAL Level 1B: Complex echoes (In-phase (I) and Quadrature (Q)) for the Low Resolution Mode (LRM) and/or
Synthetic Aperture Radar (SAR) mode both for C Band and Ku band. When the altimeter is in SAR mode, this product
also contains the so-called Pseudo LRM (PLRM) echoes. - All Sentinel-3 Near Real Time (NRT) products are available
at pick-up point in less than 3h. - All Sentinel-3 Non Time Critical (NTC) products are available at pick-up point
in less than 30 days. - All Sentinel-3 Short Time Critical (STC) products are available at pick-up point in less
than 48 hours. Sentinel-3 is part of a series of Sentinel satellites, under the umbrella of the EU Copernicus programme.
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_SRA_A:
abstract: |
A Level 1A SRAL product contains one "measurement data file" containing the L1A measurements parameters:
ECHO_SAR_Ku: L1A Tracking measurements (sorted and calibrated) in SAR mode - Ku-band (80-Hz)
ECHO_PLRM: L1A Tracking measurements (sorted and calibrated) in pseudo-LRM mode - Ku and C bands (80-Hz)
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 SRA_A
missionStartDate: "2016-02-16T00:00:00Z"
S3_SRA_BS:
abstract: |
A Level 1B-S SRAL product contains one "measurement data file" containing the L1b measurements parameters:
ECHO_SAR_Ku : L1b Tracking measurements in SAR mode - Ku band (20-Hz) as defined in the L1b MEAS product
completed with SAR expert information
ECHO_PLRM : L1b Tracking measurements in pseudo-LRM mode - Ku and C bands (20-Hz) as defined in the L1b
MEAS product
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 SRA_BS
missionStartDate: "2016-02-16T00:00:00Z"
S3_SRA_1A_BC004:
abstract: |
SRAL Level 1A Unpacked L0 Complex Echoes (version BC004) - Sentinel-3 - Reprocessed
Fundamental science and engineering product development supporting operational users. This product is most
relevant to SAR processing specialists allowing fundamental studies on SAR processing such as Doppler beam
formation and for calibration studies using ground-based Transponders. Sentinel-3 is part of a series of Sentinel
satellites, under the umbrella of the EU Copernicus programme. This collection contains reprocessed data from
baseline collection 004. Operational data can be found in the corresponding collection.
instrument: SRAL
platform: SENTINEL3
platformSerialIdentifier: S3A,S3B
processingLevel: L1A
keywords: SRA,SRAL,SENTINEL,SENTINEL3,S3,S3A,S3B,L1,L1A,REPROCESSED,BC004
sensorType: RADAR
license: proprietary
title: SENTINEL3 SRAL Level-1A Unpacked - Reprocessed from BC004
missionStartDate: "2016-03-01T00:00:00Z"
S3_SRA_1B_BC004:
abstract: |
SRAL Level 1B (version BC004) - Sentinel-3 - Reprocessed
SRAL Level 1B: Complex echoes (In-phase (I) and Quadrature (Q)) for the Low Resolution Mode (LRM) and/or
Synthetic Aperture Radar (SAR) mode both for C Band and Ku band. When the altimeter is in SAR mode, this product
also contains the so-called Pseudo LRM (PLRM) echoes. Sentinel-3 is part of a series of Sentinel satellites, under
the umbrella of the EU Copernicus programme. This collection contains reprocessed data from baseline collection 004.
Operational data can be found in the corresponding collection.
instrument: SRAL
platform: SENTINEL3
platformSerialIdentifier: S3A,S3B
processingLevel: L1B
keywords: SRA,SRAL,SENTINEL,SENTINEL3,S3,S3A,S3B,L1,L1B,REPROCESSED,BC004
sensorType: RADAR
license: proprietary
title: SENTINEL3 SRAL Level-1B - Reprocessed from BC004
missionStartDate: "2016-03-01T00:00:00Z"
S3_SRA_BS_BC004:
abstract: |
SRAL Level 1B Stack Echoes (version BC004) - Sentinel-3 - Reprocessed
SRAL Level 1B: Complex echoes (In-phase (I) and Quadrature (Q)) for the Low Resolution Mode (LRM) and/or Synthetic
Aperture Radar (SAR) mode both for C Band and Ku band. When the altimeter is in SAR mode, this product also
contains the so-called Pseudo LRM (PLRM) echoes. Complex (In-phase and Quadrature) echoes (I's and Q;s) after
slant/Doppler range correction. This product is most relevant to geophysical retrieval algorithm developers
(over ocean, land and ice surfaces), surface characterisations studies (e.g. impact of sea state bias, wave
directional effects etc) and Quality Control systems. Sentinel-3 is part of a series of Sentinel satellites, under
the umbrella of the EU Copernicus programme. This collection contains reprocessed data from baseline collection 004.
Operational data can be found in the corresponding collection.
instrument: SRAL
platform: SENTINEL3
platformSerialIdentifier: S3A,S3B
processingLevel: L1B
keywords: SRA,SRAL,SENTINEL,SENTINEL3,S3,S3A,S3B,L1,L1B,REPROCESSED,STACK,ECHOES,BC004
sensorType: RADAR
license: proprietary
title: SENTINEL3 SRAL Level-1B Stack Echoes - Reprocessed from BC004
missionStartDate: "2016-03-01T00:00:00Z"
S3_WAT:
abstract: |
The products contain the typical altimetry measurements, like the altimeter range, the sea surface height, the wind
speed, significant wave height and all required geophysical corrections and related flags. Also the sea Ice
freeboard measurement is included. The measurements in the standard data file provide the measurements in low
(1 Hz = approx. 7km) and high resolution (20 Hz = approx. 300 m), in LRM mode or in SAR mode, for both C-band and
Ku band. The SAR mode is the default mode. The reduced measurement data file contains 1 Hz measurements only. The
enhanced measurement data file contains also the waveforms and associated parameters and the pseudo LRM measurements
when in SAR mode. This product contains the following datasets: Sea Level Global(NRT) (PDS_MG3_CORE_14_GLONRT),
Sea Level Global Reduced(NRT)(PDS_MG3_CORE_14_GLONRT_RD), Sea Level Global Standard(NRT) (PDS_MG3_CORE_14_GLONRT_SD),
Sea Level Global Enhanced(NRT) (PDS_MG3_CORE_14_GLONRT_EN) - All Sentinel-3 NRT products are available at pick-up
point in less than 3h. - All Sentinel-3 Non Time Critical (NTC) products are available at pick-up point in less
than 30 days - All Sentinel-3 Short Time Critical (STC) products are available at pick-up point in less than 48
hours Sentinel-3 is part of a series of Sentinel satellites, under the umbrella of the EU Copernicus programme.
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_WAT_BC004:
abstract: |
The products contain the typical altimetry measurements, like the altimeter range, the sea surface height, the wind
speed, significant wave height and all required geophysical corrections and related flags. Also the sea Ice
freeboard measurement is included. The measurements in the standard data file provide the measurements in low
(1 Hz = approx. 7km) and high resolution (20 Hz = approx. 300 m), in LRM mode or in SAR mode, for both C-band and
Ku band. The SAR mode is the default mode. The reduced measurement data file contains 1 Hz measurements only. The
enhanced measurement data file contains also the waveforms and associated parameters and the pseudo LRM
measurements when in SAR mode. Sentinel-3 is part of a series of Sentinel satellites, under the umbrella of the EU
Copernicus programme. This collection contains reprocessed data from baseline collection 004. Operational data can
be found in the corresponding collection.
instrument: SRAL
platform: SENTINEL3
platformSerialIdentifier: S3A,S3B
processingLevel: L2
keywords: SRAL,SENTINEL,SENTINEL3,S3,S3A,S3B,L2,WAT,REPROCESSED,BC004
sensorType: RADAR
license: proprietary
title: SRAL Level 2 Altimetry Global - Reprocessed from BC004
missionStartDate: "2016-03-01T00: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 SYNERGY
# Synergy data products are generally combinations of OLCI and SLSTR instruments
S3_SY_SYN:
abstract: |
The Level-2 SYN product (SY_2_SYN) is produced by the Synergy Level-1/2 SDR software and contains
surface reflectance and aerosol parameters over land. All measurement datasets are provided on the
OLCI image grid, similar to the one included in the OLCI L1b product.
Some sub-sampled annotations and atmospheric datasets are provided on the OLCI tie-points grid.
Several associated variables are also provided in annotation data files.
instrument: SYNERGY
platform: SENTINEL3
platformSerialIdentifier: S3A,S3B
processingLevel: L2
keywords: SYNERGY,SY,SENTINEL,SENTINEL3,S3,S3A,S3B,L2,SYN
sensorType: OPTICAL,RADAR
license: proprietary
title: SENTINEL3 SYNERGY Level-2 SYN
missionStartDate: "2016-02-16T00:00:00Z"
S3_SY_AOD:
abstract: |
The Level-2 SYN AOD product (SY_2_AOD) is produced by a dedicated processor including the whole
SYN L1 processing module and a global synergy level 2 processing module retrieving, over land and
sea, aerosol optical thickness. The resolution of this product is wider than classic S3 products,
as the dataset are provided on a 4.5 km² resolution
instrument: SYNERGY
platform: SENTINEL3
platformSerialIdentifier: S3A,S3B
processingLevel: L2
keywords: SYNERGY,SY,SENTINEL,SENTINEL3,S3,S3A,S3B,L2,AOD
sensorType: OPTICAL,RADAR
license: proprietary
title: SENTINEL3 SYNERGY Level-2 AOD
missionStartDate: "2016-02-16T00:00:00Z"
S3_SY_V10:
abstract: |
The Level-2 VG1 and V10 SYN products (SY_2_VG1 and SY_2_V10 respectively) are produced by the
SYNERGY Level-2 processor and contain 1 km VEGETATION-like product, 1 and 10 days synthesis surface
reflectances and NDVI. The product grid and the four spectral bands are similar to the SYN Level-2
VGP product.
instrument: SYNERGY
platform: SENTINEL3
platformSerialIdentifier: S3A,S3B
processingLevel: LEVEL-2W
keywords: SYNERGY,SY,SENTINEL,SENTINEL3,S3,S3A,S3B,L2,V10
sensorType: OPTICAL,RADAR
license: proprietary
title: SENTINEL3 SYNERGY Level-2 V10
missionStartDate: "2016-02-16T00:00:00Z"
S3_SY_VG1:
abstract: |
The Level-2 VG1 and V10 SYN products (SY_2_VG1 and SY_2_V10 respectively) are produced by the
SYNERGY Level-2 processor and contain 1 km VEGETATION-like product, 1 and 10 days synthesis surface
reflectances and NDVI. The product grid and the four spectral bands are similar to the SYN Level-2
VGP product.
instrument: SYNERGY
platform: SENTINEL3
platformSerialIdentifier: S3A,S3B
processingLevel: LEVEL-2
keywords: SYNERGY,SY,SENTINEL,SENTINEL3,S3,S3A,S3B,L2,VG1
sensorType: OPTICAL,RADAR
license: proprietary
title: SENTINEL3 SYNERGY Level-2 VG1
missionStartDate: "2016-02-16T00:00:00Z"
S3_SY_VGP:
abstract: |
The Level-2 VGP SYN product (SY_2_VGP) is produced by the Global Synergy Level-1/2 software and
contains 1 km VEGETATION-like product TOA reflectances. The "1 km VEGETATION-like product" label
means that measurements are provided on a regular latitude-longitude grid, with an equatorial
sampling distance of approximately 1 km. This product is restricted in longitude, including only filled ones.
instrument: SYNERGY
platform: SENTINEL3
platformSerialIdentifier: S3A,S3B
processingLevel: LEVEL-2
keywords: SYNERGY,SY,SENTINEL,SENTINEL3,S3,S3A,S3B,L2,VGP
sensorType: OPTICAL,RADAR
license: proprietary
title: SENTINEL3 SYNERGY Level-2 VGP
missionStartDate: "2016-02-16T00:00:00Z"
# Sentinel 5P ------------------------------------------------------------------
S5P_L1B2_IR_ALL:
abstract: |
Solar irradiance spectra for all bands (UV1-6 and SWIR)
The TROPOMI instrument is a space-borne, nadir-viewing, imaging spectrometer covering wavelength bands between the
ultraviolet and the shortwave infrared. The instrument, the single payload of the Sentinel-5P spacecraft, uses
passive remote sensing techniques to attain its objective by measuring, at the Top Of Atmosphere (TOA), the solar
radiation reflected by and radiated from the earth. The instrument operates in a push-broom configuration
(non-scanning), with a swath width of ~2600 km on the Earth's surface. The typical pixel size (near nadir) will
be 7x3.5 km2 for all spectral bands, with the exception of the UV1 band (7x28 km2) and SWIR bands (7x7 km2).
instrument: TROPOMI
platform: SENTINEL5P
platformSerialIdentifier: S5P
processingLevel: L1B, L2
keywords: SENTINEL,SENTINEL5P,S5P,L1,L1B,TROPOMI,IR,SIR,SWIR,Irradiances,UVN
sensorType: ATMOSPHERIC
license: proprietary
title: Sentinel-5 Precursor Level 1B and Level 2 Irradiances for the SWIR and UNV bands
missionStartDate: "2017-10-13T00:00:00Z"
S5P_L1B_IR_SIR:
abstract: |
Solar irradiance spectra for the SWIR bands (band 7 and band 8).
TROPOMI utilises a single telescope to form an image of the target area onto a rectangular slit that acts as the
entrance slit of the spectrometer system. There are four different spectrometers, each with its own optics and
detector: mediumwave ultraviolet (UV), longwave ultraviolet combined with visible (UVIS), near infrared (NIR), and
shortwave infrared (SWIR). The spectrometers for UV, UVIS and NIR are jointly referred to as UVN. Radiation for the
SWIR spectrometer is transferred by an optical relay part in the UVN system from the telescope to an interface
position (the pupil stop) for the SWIR spectrometer. This is done because of the more stringent thermal requirements
on the SWIR part of the instrument.
Each of the detectors is divided in two halves, which yields a total of eight spectral bands.
instrument: TROPOMI
platform: SENTINEL5P
platformSerialIdentifier: S5P
processingLevel: L1B
keywords: SENTINEL,SENTINEL5P,S5P,L1,L1B,TROPOMI,IR,SIR,SWIR,Irradiances
sensorType: ATMOSPHERIC
license: proprietary
title: Sentinel-5 Precursor Level 1B Irradiances for the SWIR bands
missionStartDate: "2017-10-13T00:00:00Z"
S5P_L1B_IR_UVN:
abstract: |
Solar irradiance spectra for the UVN bands (band 1 through band 6).
TROPOMI utilises a single telescope to form an image of the target area onto a rectangular slit that acts as the
entrance slit of the spectrometer system. There are four different spectrometers, each with its own optics and
detector: mediumwave ultraviolet (UV), longwave ultraviolet combined with visible (UVIS), near infrared (NIR), and
shortwave infrared (SWIR). The spectrometers for UV, UVIS and NIR are jointly referred to as UVN. Radiation for the
SWIR spectrometer is transferred by an optical relay part in the UVN system from the telescope to an interface
position (the pupil stop) for the SWIR spectrometer. This is done because of the more stringent thermal requirements
on the SWIR part of the instrument.
Each of the detectors is divided in two halves, which yields a total of eight spectral bands.
instrument: TROPOMI
platform: SENTINEL5P
platformSerialIdentifier: S5P
processingLevel: L1B
keywords: SENTINEL,SENTINEL5P,S5P,L1,L1B,TROPOMI,IR,UVN,Irradiances
sensorType: ATMOSPHERIC
license: proprietary
title: Sentinel-5 Precursor Level 1B Irradiances for the UVN bands
missionStartDate: "2017-10-13T00:00:00Z"
S5P_L1B_RA_BD1:
abstract: |
Sentinel-5 Precursor Level 1B Radiances for spectral band 1.
TROPOMI utilises a single telescope to form an image of the target area onto a rectangular slit that acts as the
entrance slit of the spectrometer system. There are four different spectrometers, each with its own optics and
detector: mediumwave ultraviolet (UV), longwave ultraviolet combined with visible (UVIS), near infrared (NIR), and
shortwave infrared (SWIR). The spectrometers for UV, UVIS and NIR are jointly referred to as UVN. Radiation for the
SWIR spectrometer is transferred by an optical relay part in the UVN system from the telescope to an interface
position (the pupil stop) for the SWIR spectrometer. This is done because of the more stringent thermal requirements
on the SWIR part of the instrument.
Each of the detectors is divided in two halves, which yields a total of eight spectral bands.
instrument: TROPOMI
platform: SENTINEL5P
platformSerialIdentifier: S5P
processingLevel: L1B
keywords: SENTINEL,SENTINEL5P,S5P,L1,L1B,TROPOMI,RA,Radiances,BD1,BAND1,B01
sensorType: ATMOSPHERIC
license: proprietary
title: Sentinel-5 Precursor Level 1B Radiances for spectral band 1
missionStartDate: "2017-10-13T00:00:00Z"
S5P_L1B_RA_BD2:
abstract: |
Sentinel-5 Precursor Level 1B Radiances for spectral band 2.
TROPOMI utilises a single telescope to form an image of the target area onto a rectangular slit that acts as the
entrance slit of the spectrometer system. There are four different spectrometers, each with its own optics and
detector: mediumwave ultraviolet (UV), longwave ultraviolet combined with visible (UVIS), near infrared (NIR), and
shortwave infrared (SWIR). The spectrometers for UV, UVIS and NIR are jointly referred to as UVN. Radiation for the
SWIR spectrometer is transferred by an optical relay part in the UVN system from the telescope to an interface
position (the pupil stop) for the SWIR spectrometer. This is done because of the more stringent thermal requirements
on the SWIR part of the instrument.
Each of the detectors is divided in two halves, which yields a total of eight spectral bands.
instrument: TROPOMI
platform: SENTINEL5P
platformSerialIdentifier: S5P
processingLevel: L1B
keywords: SENTINEL,SENTINEL5P,S5P,L1,L1B,TROPOMI,RA,Radiances,BD2,BAND2,B02
sensorType: ATMOSPHERIC
license: proprietary
title: Sentinel-5 Precursor Level 1B Radiances for spectral band 2
missionStartDate: "2017-10-13T00:00:00Z"
S5P_L1B_RA_BD3:
abstract: |
Sentinel-5 Precursor Level 1B Radiances for spectral band 3.
TROPOMI utilises a single telescope to form an image of the target area onto a rectangular slit that acts as the
entrance slit of the spectrometer system. There are four different spectrometers, each with its own optics and
detector: mediumwave ultraviolet (UV), longwave ultraviolet combined with visible (UVIS), near infrared (NIR), and
shortwave infrared (SWIR). The spectrometers for UV, UVIS and NIR are jointly referred to as UVN. Radiation for the
SWIR spectrometer is transferred by an optical relay part in the UVN system from the telescope to an interface
position (the pupil stop) for the SWIR spectrometer. This is done because of the more stringent thermal requirements
on the SWIR part of the instrument.
Each of the detectors is divided in two halves, which yields a total of eight spectral bands.
instrument: TROPOMI
platform: SENTINEL5P
platformSerialIdentifier: S5P
processingLevel: L1B
keywords: SENTINEL,SENTINEL5P,S5P,L1,L1B,TROPOMI,RA,Radiances,BD3,BAND3,B03
sensorType: ATMOSPHERIC
license: proprietary
title: Sentinel-5 Precursor Level 1B Radiances for spectral band 3
missionStartDate: "2017-10-13T00:00:00Z"
S5P_L1B_RA_BD4:
abstract: |
Sentinel-5 Precursor Level 1B Radiances for spectral band 4.
TROPOMI utilises a single telescope to form an image of the target area onto a rectangular slit that acts as the
entrance slit of the spectrometer system. There are four different spectrometers, each with its own optics and
detector: mediumwave ultraviolet (UV), longwave ultraviolet combined with visible (UVIS), near infrared (NIR), and
shortwave infrared (SWIR). The spectrometers for UV, UVIS and NIR are jointly referred to as UVN. Radiation for the
SWIR spectrometer is transferred by an optical relay part in the UVN system from the telescope to an interface
position (the pupil stop) for the SWIR spectrometer. This is done because of the more stringent thermal requirements
on the SWIR part of the instrument.
Each of the detectors is divided in two halves, which yields a total of eight spectral bands.
instrument: TROPOMI
platform: SENTINEL5P
platformSerialIdentifier: S5P
processingLevel: L1B
keywords: SENTINEL,SENTINEL5P,S5P,L1,L1B,TROPOMI,RA,Radiances,BD4,BAND4,B04
sensorType: ATMOSPHERIC
license: proprietary
title: Sentinel-5 Precursor Level 1B Radiances for spectral band 4
missionStartDate: "2017-10-13T00:00:00Z"
S5P_L1B_RA_BD5:
abstract: |
Sentinel-5 Precursor Level 1B Radiances for spectral band 5.
TROPOMI utilises a single telescope to form an image of the target area onto a rectangular slit that acts as the
entrance slit of the spectrometer system. There are four different spectrometers, each with its own optics and
detector: mediumwave ultraviolet (UV), longwave ultraviolet combined with visible (UVIS), near infrared (NIR), and
shortwave infrared (SWIR). The spectrometers for UV, UVIS and NIR are jointly referred to as UVN. Radiation for the
SWIR spectrometer is transferred by an optical relay part in the UVN system from the telescope to an interface
position (the pupil stop) for the SWIR spectrometer. This is done because of the more stringent thermal requirements
on the SWIR part of the instrument.
Each of the detectors is divided in two halves, which yields a total of eight spectral bands.
instrument: TROPOMI
platform: SENTINEL5P
platformSerialIdentifier: S5P
processingLevel: L1B
keywords: SENTINEL,SENTINEL5P,S5P,L1,L1B,TROPOMI,RA,Radiances,BD5,BAND5,B05
sensorType: ATMOSPHERIC
license: proprietary
title: Sentinel-5 Precursor Level 1B Radiances for spectral band 5
missionStartDate: "2017-10-13T00:00:00Z"
S5P_L1B_RA_BD6:
abstract: |
Sentinel-5 Precursor Level 1B Radiances for spectral band 6.
TROPOMI utilises a single telescope to form an image of the target area onto a rectangular slit that acts as the
entrance slit of the spectrometer system. There are four different spectrometers, each with its own optics and
detector: mediumwave ultraviolet (UV), longwave ultraviolet combined with visible (UVIS), near infrared (NIR), and
shortwave infrared (SWIR). The spectrometers for UV, UVIS and NIR are jointly referred to as UVN. Radiation for the
SWIR spectrometer is transferred by an optical relay part in the UVN system from the telescope to an interface
position (the pupil stop) for the SWIR spectrometer. This is done because of the more stringent thermal requirements
on the SWIR part of the instrument.
Each of the detectors is divided in two halves, which yields a total of eight spectral bands.
instrument: TROPOMI
platform: SENTINEL5P
platformSerialIdentifier: S5P
processingLevel: L1B
keywords: SENTINEL,SENTINEL5P,S5P,L1,L1B,TROPOMI,RA,Radiances,BD6,BAND6,B06
sensorType: ATMOSPHERIC
license: proprietary
title: Sentinel-5 Precursor Level 1B Radiances for spectral band 6
missionStartDate: "2017-10-13T00:00:00Z"
S5P_L1B_RA_BD7:
abstract: |
Sentinel-5 Precursor Level 1B Radiances for spectral band 7.
TROPOMI utilises a single telescope to form an image of the target area onto a rectangular slit that acts as the
entrance slit of the spectrometer system. There are four different spectrometers, each with its own optics and
detector: mediumwave ultraviolet (UV), longwave ultraviolet combined with visible (UVIS), near infrared (NIR), and
shortwave infrared (SWIR). The spectrometers for UV, UVIS and NIR are jointly referred to as UVN. Radiation for the
SWIR spectrometer is transferred by an optical relay part in the UVN system from the telescope to an interface
position (the pupil stop) for the SWIR spectrometer. This is done because of the more stringent thermal requirements
on the SWIR part of the instrument.
Each of the detectors is divided in two halves, which yields a total of eight spectral bands.
instrument: TROPOMI
platform: SENTINEL5P
platformSerialIdentifier: S5P
processingLevel: L1B
keywords: SENTINEL,SENTINEL5P,S5P,L1,L1B,TROPOMI,RA,Radiances,BD7,BAND7,B07
sensorType: ATMOSPHERIC
license: proprietary
title: Sentinel-5 Precursor Level 1B Radiances for spectral band 7
missionStartDate: "2017-10-13T00:00:00Z"
S5P_L1B_RA_BD8:
abstract: |
Sentinel-5 Precursor Level 1B Radiances for spectral band 8.
TROPOMI utilises a single telescope to form an image of the target area onto a rectangular slit that acts as the
entrance slit of the spectrometer system. There are four different spectrometers, each with its own optics and
detector: mediumwave ultraviolet (UV), longwave ultraviolet combined with visible (UVIS), near infrared (NIR), and
shortwave infrared (SWIR). The spectrometers for UV, UVIS and NIR are jointly referred to as UVN. Radiation for the
SWIR spectrometer is transferred by an optical relay part in the UVN system from the telescope to an interface
position (the pupil stop) for the SWIR spectrometer. This is done because of the more stringent thermal requirements
on the SWIR part of the instrument.
Each of the detectors is divided in two halves, which yields a total of eight spectral bands.
instrument: TROPOMI
platform: SENTINEL5P
platformSerialIdentifier: S5P
processingLevel: L1B
keywords: SENTINEL,SENTINEL5P,S5P,L1,L1B,TROPOMI,RA,Radiances,BD8,BAND8,B08
sensorType: ATMOSPHERIC
license: proprietary
title: Sentinel-5 Precursor Level 1B Radiances for spectral band 8
missionStartDate: "2017-10-13T00:00:00Z"
S5P_L2_NO2:
abstract: |
The TROPOMI instrument, single payload onboard Sentinel-5 Precursor, retrieves operationally tropospheric and
stratospheric NO2 column products. The TROPOMI NO2 data products pose an improvement over previous NO2 data sets,
particularly in their unprecedented spatial resolution, but also in the separation of the stratospheric and
tropospheric contributions of the retrieved slant columns, and in the calculation of the air-mass factors used to
convert slant to total columns.
instrument: TROPOMI
platform: SENTINEL5P
platformSerialIdentifier: S5P
processingLevel: L2
keywords: SENTINEL,SENTINEL5P,S5P,L2,TROPOMI,NO2,Nitrogen,Dioxide
sensorType: ATMOSPHERIC
license: proprietary
title: Sentinel-5 Precursor Level 2 Nitrogen Dioxide
missionStartDate: "2017-10-13T00:00:00Z"
S5P_L2_CLOUD:
abstract: |
The TROPOMI instrument, single payload onboard Sentinel-5 Precursor, retrieves operationally the most important
quantities for cloud correction of satellite trace gas retrievals: cloud fraction, cloud optical thickness (albedo),
and cloud-top pressure (height). Cloud parameters from TROPOMI are not only used for enhancing the accuracy of trace
gas retrievals, but also to extend the satellite data record of cloud information derived from oxygen A-band
measurements initiated with GOME.
instrument: TROPOMI
platform: SENTINEL5P
platformSerialIdentifier: S5P
processingLevel: L2
keywords: SENTINEL,SENTINEL5P,S5P,L2,TROPOMI,CLOUD
sensorType: ATMOSPHERIC
license: proprietary
title: Sentinel-5 Precursor Level 2 Cloud
missionStartDate: "2017-10-13T00:00:00Z"
S5P_L2_O3:
abstract: |
Ozone (O3) is of crucial importance for the equilibrium of the Earth's atmosphere. In the stratosphere, the ozone
layer shields the biosphere from dangerous solar ultraviolet radiation. In the troposphere, it acts as an efficient
cleansing agent, but at high concentration it also becomes harmful to the health of humans, animals, and vegetation.
Ozone is also an important greenhouse-gas contributor to ongoing climate change.
These products are provided in NetCDF-CF format and contain total ozone, ozone temperature, and error information
including averaging kernels.
instrument: TROPOMI
platform: SENTINEL5P
platformSerialIdentifier: S5P
processingLevel: L2
keywords: SENTINEL,SENTINEL5P,S5P,L2,TROPOMI,O3,Ozone
sensorType: ATMOSPHERIC
license: proprietary
title: Sentinel-5 Precursor Level 2 Ozone
missionStartDate: "2017-10-13T00:00:00Z"
S5P_L2_CO:
abstract: |
The TROPOMI instrument, single payload onboard Sentinel-5 Precursor, retrieves the CO global abundance exploiting
clear-sky and cloudy-sky Earth radiance measurements in the 2.3 µm spectral range of the shortwave infrared (SWIR)
part of the solar spectrum. TROPOMI clear sky observations provide CO total columns with sensitivity to the
tropospheric boundary layer. For cloudy atmospheres, the column sensitivity changes according to the light path.
The TROPOMI CO retrieval uses the same method employed by SCIAMACHY.
instrument: TROPOMI
platform: SENTINEL5P
platformSerialIdentifier: S5P
processingLevel: L2
keywords: SENTINEL,SENTINEL5P,S5P,L2,TROPOMI,CO,Carbon,Monoxide
sensorType: ATMOSPHERIC
license: proprietary
title: Sentinel-5 Precursor Level 2 Carbon Monoxide
missionStartDate: "2017-10-13T00:00:00Z"
S5P_L2_AER_AI:
abstract: |
TROPOMI aerosol index is referred to as the Ultraviolet Aerosol Index (UVAI). The relatively simple calculation of
the Aerosol Index is based on wavelength dependent changes in Rayleigh scattering in the UV spectral range where
ozone absorption is very small. UVAI can also be calculated in the presence of clouds so that daily, global coverage
is possible. This is ideal for tracking the evolution of episodic aerosol plumes from dust outbreaks, volcanic ash,
and biomass burning.
instrument: TROPOMI
platform: SENTINEL5P
platformSerialIdentifier: S5P
processingLevel: L2
keywords: SENTINEL,SENTINEL5P,S5P,L2,TROPOMI,AER,AI,Ultraviolet,Aerosol,Index
sensorType: ATMOSPHERIC
license: proprietary
title: Sentinel-5 Precursor Level 2 Ultraviolet Aerosol Index
missionStartDate: "2017-10-13T00:00:00Z"
S5P_L2_O3_PR:
abstract: |
Retrieved ozone profiles are used to monitor the evolution of stratospheric and tropospheric ozone. Such monitoring
is important as the ozone layer protects life on Earth against harmful UV radiation. The ozone layer is recovering
from depletion due to manmade Chlorofluorocarbons (CFCs). Tropospheric ozone is toxic and it plays an important role
in tropospheric chemistry. Also, ozone is a greenhouse gas and is therefore also relevant for climate change.
The main parameters in the file are the retrieved ozone profile at 33 levels and the retrieved sub-columns of ozone
in 6 layers. In addition, the total ozone column and tropospheric ozone columns are provided. For the ozone profile,
the precision and smoothing errors, the a-priori profile and the averaging kernel are also provided.
instrument: TROPOMI
platform: SENTINEL5P
platformSerialIdentifier: S5P
processingLevel: L2
keywords: SENTINEL,SENTINEL5P,S5P,L2,TROPOMI,O3,PR,Ozone,Profile
sensorType: ATMOSPHERIC
license: proprietary
title: Sentinel-5 Precursor Level 2 Ozone Profile
missionStartDate: "2017-10-13T00:00:00Z"
S5P_L2_O3_TCL:
abstract: |
Ozone in the tropical troposphere plays various important roles. The intense UV radiation and high humidity in the
tropics stimulate the formation of the hydroxyl radical (OH) by the photolysis of ozone. OH is the most important
oxidant in the troposphere because it reacts with virtually all trace gases, such as CO, CH4 and other hydrocarbons.
The tropics are also characterized by large emissions of nitrogen oxides (NOx), carbon monoxide (CO) and
hydrocarbons, both from natural and anthropogenic sources. Ozone that is formed over regions where large amounts of
these ozone precursors are emitted, can be transported over great distances and affects areas far from the source.
The TROPOMI tropospheric ozone product is a level-2c product that represents three day averaged tropospheric ozone
columns on a 0.5° by 1° latitude-longitude grid for the tropical region between 20°N and 20°S. The TROPOMI
tropospheric ozone column product uses the TROPOMI Level-2 total OZONE and CLOUD products as input.
instrument: TROPOMI
platform: SENTINEL5P
platformSerialIdentifier: S5P
processingLevel: L2
keywords: SENTINEL,SENTINEL5P,S5P,L2,TROPOMI,O3,TCL,Tropospheric,Ozone
sensorType: ATMOSPHERIC
license: proprietary
title: Sentinel-5 Precursor Level 2 Tropospheric Ozone
missionStartDate: "2017-10-13T00:00:00Z"
S5P_L2_AER_LH:
abstract: |
The TROPOMI Aerosol Layer Height product focuses on retrieval of vertically localised aerosol layers in the free
troposphere, such as desert dust, biomass burning aerosol, or volcanic ash plumes. The height of such layers is
retrieved for cloud-free conditions. Height information for aerosols in the free troposphere is particularly
important for aviation safety. Scientific applications include radiative forcing studies, long-range transport
modelling and studies of cloud formation processes. Aerosol height information also helps to interpret the UV
Aerosol Index (UVAI) in terms of aerosol absorption as the index is strongly height-dependent.
instrument: TROPOMI
platform: SENTINEL5P
platformSerialIdentifier: S5P
processingLevel: L2
keywords: SENTINEL,SENTINEL5P,S5P,L2,TROPOMI,AER,LH,Aerosol,Layer,Height
sensorType: ATMOSPHERIC
license: proprietary
title: Sentinel-5 Precursor Level 2 Aerosol Layer Height
missionStartDate: "2017-10-13T00:00:00Z"
S5P_L2_HCHO:
abstract: |
Formaldehyde is an intermediate gas in almost all oxidation chains of Non-Methane Volatile Organic Compounds
(NMVOC), leading eventually to CO2. NMVOCs are, together with NOx, CO and CH4, among the most important precursors
of tropospheric O3. The major HCHO source in the remote atmosphere is CH4 oxidation. Over the continents, the
oxidation of higher NMVOCs emitted from vegetation, fires, traffic and industrial sources results in important and
localised enhancements of the HCHO levels.
In addition to the main product results, such as HCHO slant column, vertical column and air mass factor, the level 2
data files contain several additional parameters and diagnostic information.
instrument: TROPOMI
platform: SENTINEL5P
platformSerialIdentifier: S5P
processingLevel: L2
keywords: SENTINEL,SENTINEL5P,S5P,L2,TROPOMI,HCHO,Formaldehyde
sensorType: ATMOSPHERIC
license: proprietary
title: Sentinel-5 Precursor Level 2 Formaldehyde
missionStartDate: "2017-10-13T00:00:00Z"
S5P_L2_CH4:
abstract: |
Methane (CH4) is, after carbon dioxide (CO2), the most important contributor to the anthropogenically enhanced
greenhouse effect. Roughly three-quarters of methane emissions are anthropogenic and as such it is important to
continue the record of satellite-based measurements. TROPOMI aims at providing CH4 column concentrations with high
sensitivity to the Earth's surface, good spatio/temporal coverage, and sufficient accuracy to facilitate inverse
modelling of sources and sinks.
The output product consists of the retrieved methane column and a row vector referred to as the column averaging
kernel A. The column averaging kernel describes how the retrieved column relates to the true profile and should be
used in validation exercises (when possible) or use of the product in source/sink inverse modelling. The output
product also contains altitude levels of the layer interfaces to which the column averaging kernel corresponds.
Additional output for Level-2 data products: viewing geometry, precision of retrieved methane, residuals of the fit,
quality flags (cloudiness, terrain roughness etc.) and retrieved albedo and aerosol properties. The latter
properties are required for a posteriori filtering and for estimation of total retrieval error.
The Sentinel-5 Precursor mission flies in loose formation (about 3.5 - 5 minutes behind) with the S-NPP
(SUOMI-National Polar-orbiting Partnership) mission to use VIIRS (Visible Infrared Imaging Radiometer Suite) cloud
information to select cloud free TROPOMI pixels for high quality methane retrieval.
instrument: TROPOMI
platform: SENTINEL5P
platformSerialIdentifier: S5P
processingLevel: L2
keywords: SENTINEL,SENTINEL5P,S5P,L2,TROPOMI,CH4,Methane
sensorType: ATMOSPHERIC
license: proprietary
title: Sentinel-5 Precursor Level 2 Methane
missionStartDate: "2017-10-13T00:00:00Z"
S5P_L2_NP_BD3:
abstract: |
S5P-NPP Cloud for spectral band 3.
The S5P level 2 methane product is dependent on having information on cloud occurrence at spatial resolution finer
than that achievable from TROPOMI itself. This information is also useful for other purposes, including assessing
the influence of cloud on other L2 products and issues related to spatial co-registration. A level 2 auxiliary
product was therefore developed to describe cloud in the TROPOMI field of view (FOV), using co-located observations
of VIIRS (Visible Infra-red Imaging Radiometer Suite) on the U.S. S-NPP (Suomi - National Polar-orbiting
Partnership). S5P flies in a so-called loose formation with the S-NPP with a temporal separation between them of
less than 5 minutes.
The main information contained in the S5P-NPP product is:
1. A statistical summary for each S5P FOV of the NPP-VIIRS L2 Cloud Mask (VCM).
2. The mean and standard deviation of the sun-normalised radiance in a number of VIIRS moderate resolution bands.
This information is provided for three S5P spectral bands (to account for differences in spatial sampling).
instrument: TROPOMI
platform: SENTINEL5P
platformSerialIdentifier: S5P
processingLevel: L2
keywords: SENTINEL,SENTINEL5P,S5P,L2,TROPOMI,NP,NPP,Cloud,BD3,B03,BAND3
sensorType: ATMOSPHERIC
license: proprietary
title: Sentinel-5 Precursor Level 2 NPP Cloud for band 3
missionStartDate: "2017-10-13T00:00:00Z"
S5P_L2_NP_BD6:
abstract: |
S5P-NPP Cloud for spectral band 6.
The S5P level 2 methane product is dependent on having information on cloud occurrence at spatial resolution finer
than that achievable from TROPOMI itself. This information is also useful for other purposes, including assessing
the influence of cloud on other L2 products and issues related to spatial co-registration. A level 2 auxiliary
product was therefore developed to describe cloud in the TROPOMI field of view (FOV), using co-located observations
of VIIRS (Visible Infra-red Imaging Radiometer Suite) on the U.S. S-NPP (Suomi - National Polar-orbiting
Partnership). S5P flies in a so-called loose formation with the S-NPP with a temporal separation between them of
less than 5 minutes.
The main information contained in the S5P-NPP product is:
1. A statistical summary for each S5P FOV of the NPP-VIIRS L2 Cloud Mask (VCM).
2. The mean and standard deviation of the sun-normalised radiance in a number of VIIRS moderate resolution bands.
This information is provided for three S5P spectral bands (to account for differences in spatial sampling).
instrument: TROPOMI
platform: SENTINEL5P
platformSerialIdentifier: S5P
processingLevel: L2
keywords: SENTINEL,SENTINEL5P,S5P,L2,TROPOMI,NP,NPP,Cloud,BD6,B06,BAND6
sensorType: ATMOSPHERIC
license: proprietary
title: Sentinel-5 Precursor Level 2 NPP Cloud for band 6
missionStartDate: "2017-10-13T00:00:00Z"
S5P_L2_NP_BD7:
abstract: |
S5P-NPP Cloud for spectral band 7.
The S5P level 2 methane product is dependent on having information on cloud occurrence at spatial resolution finer
than that achievable from TROPOMI itself. This information is also useful for other purposes, including assessing
the influence of cloud on other L2 products and issues related to spatial co-registration. A level 2 auxiliary
product was therefore developed to describe cloud in the TROPOMI field of view (FOV), using co-located observations
of VIIRS (Visible Infra-red Imaging Radiometer Suite) on the U.S. S-NPP (Suomi - National Polar-orbiting
Partnership). S5P flies in a so-called loose formation with the S-NPP with a temporal separation between them of
less than 5 minutes.
The main information contained in the S5P-NPP product is:
1. A statistical summary for each S5P FOV of the NPP-VIIRS L2 Cloud Mask (VCM).
2. The mean and standard deviation of the sun-normalised radiance in a number of VIIRS moderate resolution bands.
This information is provided for three S5P spectral bands (to account for differences in spatial sampling).
instrument: TROPOMI
platform: SENTINEL5P
platformSerialIdentifier: S5P
processingLevel: L2
keywords: SENTINEL,SENTINEL5P,S5P,L2,TROPOMI,NP,NPP,Cloud,BD7,B07,BAND7
sensorType: ATMOSPHERIC
license: proprietary
title: Sentinel-5 Precursor Level 2 NPP Cloud for band 7
missionStartDate: "2017-10-13T00:00:00Z"
S5P_L2_SO2:
abstract: |
Sulphur dioxide (SO2) enters the Earth's atmosphere through both natural (~30%) and anthropogenic processes (~70%).
It plays a role in chemistry on a local and global scale and its impact ranges from short term pollution to effects
on climate.
Beside the total column of SO2, enhanced levels of SO2 are flagged within the products. The recognition of enhanced
SO2 values is essential in order to detect and monitor volcanic eruptions and anthropogenic pollution sources.
Volcanic SO2 emissions may also pose a threat to aviation, along with volcanic ash.
instrument: TROPOMI
platform: SENTINEL5P
platformSerialIdentifier: S5P
processingLevel: L2
keywords: SENTINEL,SENTINEL5P,S5P,L2,TROPOMI,SO2,Sulphur,Dioxide
sensorType: ATMOSPHERIC
license: proprietary
title: Sentinel-5 Precursor Level 2 Sulphur Dioxide
missionStartDate: "2017-10-13T00:00:00Z"
# Sentinel 6
S6_P4_L1AHR_F06:
abstract: |
This is a reprocessed dataset at baseline F06, which is continued by the NRT/NTC data stream from 29/April/2022
onwards. The Level-1A product contains Level 1 intermediate output of the HR processor (RAW and RMC). It
includes geo-located bursts of Ku echoes (at ~9 kHz) with all instrument calibrations applied. It includes the full
rate complex waveforms input to the delay/Doppler or SAR processor. This product is most relevant to altimetry
specialists, working on fundamental SAR processing techniques and calibration studies. Sentinel-6 is part of a
series of Sentinel satellites, under the umbrella of the EU Copernicus programme. It is a collaborative Copernicus
mission, implemented and co-funded by the European Commission, ESA, EUMETSAT and the USA, through NASA and the
National Oceanic and Atmospheric Administration (NOAA).
instrument: Poseidon-4
platform: SENTINEL6-A
platformSerialIdentifier: S6A
processingLevel: L1A
keywords: SENTINEL,SENTINEL6,S6,S6A,LEO,L1A,ALTIMETRIC,HR,POSEIDON4,P4,F06
sensorType: ALTIMETRIC
license: proprietary
title: Sentinel 6 - Poseidon-4 Altimetry Level 1A High Resolution Reprocessed at F06
missionStartDate: "2020-12-17T00:00:00Z"
S6_P4_L1BLR_F06:
abstract: |
This is a reprocessed dataset at baseline F06, which is continued by the NRT/NTC data stream from 29/April/2022
onwards. The Level-1B LR product is output of the LR processor. It includes geo-located, and fully calibrated
pulse-limited low-resolution Ku-band and C-band waveforms. This product is most relevant to geophysical retrieval
algorithm developers (over ocean, land and ice surfaces), surface characterisations studies (e.g. impact of sea
state bias, wave directional effects etc) and Quality Control systems. Sentinel-6 is part of a series of Sentinel
satellites, under the umbrella of the EU Copernicus programme. It is a collaborative Copernicus mission, implemented
and co-funded by the European Commission, ESA, EUMETSAT and the USA, through NASA and the National Oceanic and
Atmospheric Administration (NOAA).
instrument: Poseidon-4
platform: SENTINEL6-A
platformSerialIdentifier: S6A
processingLevel: L1B
keywords: SENTINEL,SENTINEL6,S6,S6A,LEO,L1B,ALTIMETRIC,LR,POSEIDON4,P4,F06
sensorType: ALTIMETRIC
license: proprietary
title: Sentinel 6 - Poseidon-4 Altimetry Level 1B Low Resolution Reprocessed at F06
missionStartDate: "2020-12-17T00:00:00Z"
S6_P4_L1BAHR_F06:
abstract: |
This is a reprocessed dataset at baseline F06, which is continued by the NRT/NTC data stream from 29/April/2022
onwards. The Level-1B HR product is output of the HR processor. It includes geo-located, and fully calibrated
multi-looked high-resolution Ku-band waveforms. This product is most relevant to geophysical retrieval algorithm
developers (over ocean, land and ice surfaces), surface characterisations studies (e.g. impact of sea state bias,
wave directional effects etc.) and Quality Control systems. Sentinel-6 is part of a series of Sentinel satellites,
under the umbrella of the EU Copernicus programme. It is a collaborative Copernicus mission, implemented and
co-funded by the European Commission, ESA, EUMETSAT and the USA, through NASA and the National Oceanic and
Atmospheric Administration (NOAA).
instrument: Poseidon-4
platform: SENTINEL6-A
platformSerialIdentifier: S6A
processingLevel: L1B
keywords: SENTINEL,SENTINEL6,S6,S6A,LEO,L1B,ALTIMETRIC,HR,POSEIDON4,P4,F06
sensorType: ALTIMETRIC
license: proprietary
title: Sentinel 6 - Poseidon-4 Altimetry Level 1B High Resolution Reprocessed at F06
missionStartDate: "2020-12-17T00:00:00Z"
S6_P4_L2LR_F06:
abstract: |
This is a reprocessed dataset at baseline F06, which is continued by the NRT/NTC data stream from 29/April/2022
onwards. The product contain the typical altimetry measurements, like the altimeter range, the sea surface height,
the wind speed, significant wave height and all required geophysical corrections and related flags derived from LR.
Two measurement data files are available (standard and reduced), each with a different number of variables. The
standard data file includes 1 Hz and 20 Hz measurements for the Ku- and C-bands as well as geophysical corrections
at 1 Hz and some at 20 Hz. The reduced data file contains only 1 Hz measurements for the Ku- and C-bands as well as
geophysical corrections at 1 Hz. These products are suitable for users seeking information on sea state and those
creating downstream added value products from multiple altimeters. Sentinel-6 is part of a series of Sentinel
satellites, under the umbrella of the EU Copernicus programme. It is a collaborative Copernicus mission, implemented
and co-funded by the European Commission, ESA, EUMETSAT and the USA, through NASA and the National Oceanic and
Atmospheric Administration (NOAA).
instrument: Poseidon-4
platform: SENTINEL6-A
platformSerialIdentifier: S6A
processingLevel: L2
keywords: SENTINEL,SENTINEL6,S6,S6A,LEO,L2,ALTIMETRIC,LR,POSEIDON4,P4,F06
sensorType: ALTIMETRIC
license: proprietary
title: Sentinel 6 - Poseidon-4 Altimetry Level 2 Low Resolution Reprocessed at F06
missionStartDate: "2020-12-17T00:00:00Z"
S6_P4_L2HR_F06:
abstract: |
This is a reprocessed dataset at baseline F06, which is continued by the NRT/NTC data stream from 29/April/2022
onwards. The level-2 high resolution products contain the typical altimetry measurements, like the altimeter range,
the sea surface height, the wind speed, significant wave height and all required geophysical corrections and related
flags derived either from RAW or RMC, or the combination of both. Two measurement data files are available
(standard and reduced), each with a different number of variables. The standard data file includes 1 Hz and 20 Hz
measurements for the Ku- band as well as geophysical corrections at 1 Hz and some at 20 Hz. The reduced data file
contains only 1 Hz measurements for the Ku- and C-bands as well as geophysical corrections at 1 Hz. Note that the
HR data products only contain Ku-band measurements. These products are suitable for users seeking information on
sea state and those creating downstream added value products from multiple altimeters. Particularly for those
seeking the highest resolution measurements. Sentinel-6 is part of a series of Sentinel satellites, under the
umbrella of the EU Copernicus programme. It is a collaborative Copernicus mission, implemented and co-funded by the
European Commission, ESA, EUMETSAT and the USA, through NASA and the National Oceanic and Atmospheric
Administration (NOAA).
instrument: Poseidon-4
platform: SENTINEL6-A
platformSerialIdentifier: S6A
processingLevel: L2
keywords: SENTINEL,SENTINEL6,S6,S6A,LEO,L2,ALTIMETRIC,HR,POSEIDON4,P4,F06
sensorType: ALTIMETRIC
license: proprietary
title: Sentinel 6 - Poseidon-4 Altimetry Level 2 High Resolution Reprocessed at F06
missionStartDate: "2020-12-17T00:00:00Z"
S6_AMR_L2_F06:
abstract: |
This is a reprocessed dataset at baseline F06, which is continued by the NRT/NTC data stream from 29/April/2022
onwards. AMR-C Level 2 Products as generated by the AMR-C CFI Processor. These products include antenna and
brightness temperatures, wet tropospheric correction, water vapour content, and a rain flag. Sentinel-6 is part of
a series of Sentinel satellites, under the umbrella of the EU Copernicus programme. It is a collaborative
Copernicus mission, implemented and co-funded by the European Commission, ESA, EUMETSAT and the USA, through NASA
and the National Oceanic and Atmospheric Administration (NOAA).
instrument: AMR-C
platform: SENTINEL6-A
platformSerialIdentifier: S6A
processingLevel: L2
keywords: SENTINEL,SENTINEL6,S6,S6A,LEO,L2,AMR-C,RADIOMETER,MICROWAVE,F06
sensorType: RADIOMETER
license: proprietary
title: Sentinel 6 - Climate-quality Advanced Microwave Radiometer Level 2 Products Reprocessed at F06
missionStartDate: "2020-11-28T00: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: ATMOSPHERIC
license: proprietary
title: TIGGE ECMWF Surface Control forecast
missionStartDate: "2003-01-01T00:00:00Z"
# COPERNICUS ADS ----------------------------------------------------------------------
CAMS_GACF_AOT:
abstract: |
CAMS (Copernicus Atmosphere Monitoring Service) Global Atmospheric Composition Forecast
of Aerosol Optical Thickness from Copernicus ADS
instrument:
platform: CAMS
platformSerialIdentifier: CAMS
processingLevel:
keywords: Copernicus,Atmosphere,Atmospheric,Forecast,CAMS,GACF,AOT,ADS
sensorType: ATMOSPHERIC
license: proprietary
title: CAMS GACF Aerosol Optical Thickness
missionStartDate: "2003-01-01T00:00:00Z"
CAMS_GACF_RH:
abstract: |
CAMS (Copernicus Atmosphere Monitoring Service) Global Atmospheric Composition Forecast
of Relative Humidity from Copernicus ADS
instrument:
platform: CAMS
platformSerialIdentifier: CAMS
processingLevel:
keywords: Copernicus,Atmosphere,Atmospheric,Forecast,CAMS,GACF,RH,ADS
sensorType: ATMOSPHERIC
license: proprietary
title: CAMS GACF Relative Humidity
missionStartDate: "2003-01-01T00:00:00Z"
CAMS_GACF_MR:
abstract: |
CAMS (Copernicus Atmosphere Monitoring Service) Global Atmospheric Composition Forecast
of Mixing Ratios from Copernicus ADS
instrument:
platform: CAMS
platformSerialIdentifier: CAMS
processingLevel:
keywords: Copernicus,Atmosphere,Atmospheric,Forecast,CAMS,GACF,MR,ADS
sensorType: ATMOSPHERIC
license: proprietary
title: CAMS GACF Mixing Ratios
missionStartDate: "2003-01-01T00:00:00Z"
CAMS_EAC4:
abstract: |
CAMS (Copernicus Atmosphere Monitoring Service) ECMWF Atmospheric Composition Reanalysis 4
from Copernicus ADS
instrument:
platform: CAMS
platformSerialIdentifier: CAMS
processingLevel:
keywords: Copernicus,Atmosphere,Atmospheric,Reanalysis,CAMS,EAC4,ADS,ECMWF
sensorType: ATMOSPHERIC
license: proprietary
title: CAMS ECMWF Atmospheric Composition Reanalysis 4
missionStartDate: "2003-01-01T00:00:00Z"
# COPERNICUS CDS ----------------------------------------------------------------------
ERA5_SL:
abstract: |
ERA5 is the fifth generation ECMWF reanalysis for the global climate and weather for the past 8 decades.
Data is available from 1940 onwards. ERA5 replaces the ERA-Interim reanalysis. Reanalysis combines model
data with observations from across the world into a globally complete and consistent dataset using the
laws of physics. This principle, called data assimilation, is based on the method used by numerical
weather prediction centres, where every so many hours (12 hours at ECMWF) a previous forecast is combined
with newly available observations in an optimal way to produce a new best estimate of the state of the
atmosphere, called analysis, from which an updated, improved forecast is issued. Reanalysis works in the
same way, but at reduced resolution to allow for the provision of a dataset spanning back several decades.
Reanalysis does not have the constraint of issuing timely forecasts, so there is more time to collect
observations, and when going further back in time, to allow for the ingestion of improved versions of
the original observations, which all benefit the quality of the reanalysis product. ERA5 provides hourly
estimates for a large number of atmospheric, ocean-wave and land-surface quantities. An uncertainty
estimate is sampled by an underlying 10-member ensemble at three-hourly intervals. Ensemble mean and
spread have been pre-computed for convenience. Such uncertainty estimates are closely related to the
information content of the available observing system which has evolved considerably over time. They
also indicate flow-dependent sensitive areas. To facilitate many climate applications, monthly-mean
averages have been pre-calculated too, though monthly means are not available for the ensemble mean
and spread. ERA5 is updated daily with a latency of about 5 days. In case that serious flaws are
detected in this early release (called ERA5T), this data could be different from the final release
2 to 3 months later. In case that this occurs users are notified. The data set presented here is a
regridded subset of the full ERA5 data set on native resolution. It is online on spinning disk, which
should ensure fast and easy access. It should satisfy the requirements for most common applications.
Data has been regridded to a regular lat-lon grid of 0.25 degrees for the reanalysis and 0.5 degrees
for the uncertainty estimate (0.5 and 1 degree respectively for ocean waves). There are four main sub
sets: hourly and monthly products, both on pressure levels (upper air fields) and single levels
(atmospheric,ocean-wave and land surface quantities).
instrument:
platform: ERA5
platformSerialIdentifier: ERA5
processingLevel:
keywords: ECMWF,Reanalysis,ERA5,CDS,Atmospheric,land,sea,hourly,single,levels
sensorType: ATMOSPHERIC
license: proprietary
title: ERA5 hourly data on single levels from 1940 to present
missionStartDate: "1940-01-01T00:00:00Z"
ERA5_SL_MONTHLY:
abstract: |
ERA5 is the fifth generation ECMWF reanalysis for the global climate and weather for the past 8 decades.
Data is available from 1940 onwards. ERA5 replaces the ERA-Interim reanalysis. Reanalysis combines model
data with observations from across the world into a globally complete and consistent dataset using the
laws of physics. This principle, called data assimilation, is based on the method used by numerical
weather prediction centres, where every so many hours (12 hours at ECMWF) a previous forecast is combined
with newly available observations in an optimal way to produce a new best estimate of the state of the
atmosphere, called analysis, from which an updated, improved forecast is issued. Reanalysis works in the
same way, but at reduced resolution to allow for the provision of a dataset spanning back several decades.
Reanalysis does not have the constraint of issuing timely forecasts, so there is more time to collect
observations, and when going further back in time, to allow for the ingestion of improved versions of the
original observations, which all benefit the quality of the reanalysis product. ERA5 provides hourly
estimates for a large number of atmospheric, ocean-wave and land-surface quantities. An uncertainty
estimate is sampled by an underlying 10-member ensemble at three-hourly intervals. Ensemble mean and
spread have been pre-computed for convenience. Such uncertainty estimates are closely related to the
information content of the available observing system which has evolved considerably over time. They
also indicate flow-dependent sensitive areas. To facilitate many climate applications, monthly-mean
averages have been pre-calculated too, though monthly means are not available for the ensemble mean
and spread. ERA5 is updated daily with a latency of about 5 days (monthly means are available around
the 6th of each month). In case that serious flaws are detected in this early release (called ERA5T),
this data could be different from the final release 2 to 3 months later. In case that this occurs users
are notified. The data set presented here is a regridded subset of the full ERA5 data set on native
resolution. It is online on spinning disk, which should ensure fast and easy access. It should satisfy
the requirements for most common applications. Data has been regridded to a regular lat-lon grid of 0.25
degrees for the reanalysis and 0.5 degrees for the uncertainty estimate (0.5 and 1 degree respectively for
ocean waves). There are four main sub sets: hourly and monthly products, both on pressure levels (upper
air fields) and single levels (atmospheric, ocean-wave and land surface quantities).
instrument:
platform: ERA5
platformSerialIdentifier: ERA5
processingLevel:
keywords: Climate,ECMWF,Reanalysis,ERA5,CDS,Atmospheric,land,sea,monthly,single,levels
sensorType: ATMOSPHERIC
license: proprietary
title: ERA5 monthly averaged data on single levels from 1940 to present
missionStartDate: "1940-01-01T00:00:00Z"
ERA5_PL:
abstract: |
ERA5 is the fifth generation ECMWF reanalysis for the global climate and weather for the past 4 to 7 decades.
Currently data is available from 1950, split into Climate Data Store entries for 1950-1978 (preliminary back
extension) and from 1979 onwards (final release plus timely updates, this page). ERA5 replaces the ERA-Interim
reanalysis. Reanalysis combines model data with observations from across the world into a globally complete and
consistent dataset using the laws of physics. This principle, called data assimilation, is based on the method used
by numerical weather prediction centres, where every so many hours (12 hours at ECMWF) a previous forecast is
combined with newly available observations in an optimal way to produce a new best estimate of the state of the
atmosphere, called analysis, from which an updated, improved forecast is issued. Reanalysis works in the same way,
but at reduced resolution to allow for the provision of a dataset spanning back several decades. Reanalysis does
not have the constraint of issuing timely forecasts, so there is more time to collect observations, and when going
further back in time, to allow for the ingestion of improved versions of the original observations, which all
benefit the quality of the reanalysis product. ERA5 provides hourly estimates for a large number of atmospheric,
ocean-wave and land-surface quantities. An uncertainty estimate is sampled by an underlying 10-member ensemble at
three-hourly intervals. Ensemble mean and spread have been pre-computed for convenience. Such uncertainty estimates
are closely related to the information content of the available observing system which has evolved considerably over
time. They also indicate flow-dependent sensitive areas. To facilitate many climate applications, monthly-mean
averages have been pre-calculated too, though monthly means are not available for the ensemble mean and spread.
ERA5 is updated daily with a latency of about 5 days. In case that serious flaws are detected in this early release
(called ERA5T), this data could be different from the final release 2 to 3 months later. So far this has not been
the case and when this does occur users will be notified. The data set presented here is a regridded subset of the
full ERA5 data set on native resolution. It is online on spinning disk, which should ensure fast and easy access.
It should satisfy the requirements for most common applications. An overview of all ERA5 datasets can be found in
this article. Information on access to ERA5 data on native resolution is provided in these guidelines. Data has been
regridded to a regular lat-lon grid of 0.25 degrees for the reanalysis and 0.5 degrees for the uncertainty estimate
(0.5 and 1 degree respectively for ocean waves). There are four main sub sets: hourly and monthly products, both on
pressure levels (upper air fields) and single levels (atmospheric, ocean-wave and land surface quantities). The
present entry is "ERA5 hourly data on pressure levels from 1979 to present". Variables in the dataset/application
are: Divergence, Fraction of cloud cover, Geopotential, Ozone mass mixing ratio, Potential vorticity, Relative
humidity, Specific cloud ice water content, Specific cloud liquid water content, Specific humidity, Specific rain
water content, Specific snow water content, Temperature, U-component of wind, V-component of wind, Vertical
velocity, Vorticity (relative)
instrument:
platform: ERA5
platformSerialIdentifier: ERA5
processingLevel:
keywords: ECMWF,Reanalysis,ERA5,CDS,Atmospheric,land,sea,hourly,pressure,levels
sensorType: ATMOSPHERIC
license: proprietary
title: ERA5 hourly data on pressure levels from 1940 to present
missionStartDate: "1940-01-01T00:00:00Z"
ERA5_PL_MONTHLY:
abstract: |
ERA5 is the fifth generation ECMWF reanalysis for the global climate and weather for the past 8 decades.
Data is available from 1940 onwards. ERA5 replaces the ERA-Interim reanalysis. Reanalysis combines model
data with observations from across the world into a globally complete and consistent dataset using the
laws of physics. This principle, called data assimilation, is based on the method used by numerical
weather prediction centres, where every so many hours (12 hours at ECMWF) a previous forecast is combined
with newly available observations in an optimal way to produce a new best estimate of the state of the
atmosphere, called analysis, from which an updated, improved forecast is issued. Reanalysis works in the
same way, but at reduced resolution to allow for the provision of a dataset spanning back several decades.
Reanalysis does not have the constraint of issuing timely forecasts, so there is more time to collect
observations, and when going further back in time, to allow for the ingestion of improved versions of
the original observations, which all benefit the quality of the reanalysis product. ERA5 provides hourly
estimates for a large number of atmospheric, ocean-wave and land-surface quantities. An uncertainty
estimate is sampled by an underlying 10-member ensemble at three-hourly intervals. Ensemble mean and
spread have been pre-computed for convenience. Such uncertainty estimates are closely related to the
information content of the available observing system which has evolved considerably over time. They
also indicate flow-dependent sensitive areas. To facilitate many climate applications, monthly-mean
averages have been pre-calculated too, though monthly means are not available for the ensemble mean and
spread. ERA5 is updated daily with a latency of about 5 days (monthly means are available around the 6th
of each month). In case that serious flaws are detected in this early release (called ERA5T), this data
could be different from the final release 2 to 3 months later. So far this has only been the case for
the month September 2021, while it will also be the case for October, November and December 2021. For
months prior to September 2021 the final release has always been equal to ERA5T, and the goal is to
align the two again after December 2021. ERA5 is updated daily with a latency of about 5 days (monthly
means are available around the 6th of each month). In case that serious flaws are detected in this early
release (called ERA5T), this data could be different from the final release 2 to 3 months later. In case
that this occurs users are notified. The data set presented here is a regridded subset of the full ERA5
data set on native resolution. It is online on spinning disk, which should ensure fast and easy access.
It should satisfy the requirements for most common applications. Data has been regridded to a regular
lat-lon grid of 0.25 degrees for the reanalysis and 0.5 degrees for the uncertainty estimate (0.5 and 1
degree respectively for ocean waves). There are four main sub sets: hourly and monthly products, both on
pressure levels (upper air fields) and single levels (atmospheric, ocean-wave and land surface quantities).
instrument:
platform: ERA5
platformSerialIdentifier: ERA5
processingLevel:
keywords: Climate,ECMWF,Reanalysis,ERA5,CDS,Atmospheric,land,sea,monthly,pressure,levels
sensorType: ATMOSPHERIC
license: proprietary
title: ERA5 monthly averaged data on pressure levels from 1940 to present
missionStartDate: "1940-01-01T00:00:00Z"
ERA5_LAND:
abstract: |
ERA5-Land is a reanalysis dataset providing a consistent view of the evolution of land variables over several
decades at an enhanced resolution compared to ERA5. ERA5-Land has been produced by replaying the land component of
the ECMWF ERA5 climate reanalysis. Reanalysis combines model data with observations from across the world into a
globally complete and consistent dataset using the laws of physics. Reanalysis produces data that goes several
decades back in time, providing an accurate description of the climate of the past. ERA5-Land uses as input to
control the simulated land fields ERA5 atmospheric variables, such as air temperature and air humidity. This is
called the atmospheric forcing. Without the constraint of the atmospheric forcing, the model-based estimates can
rapidly deviate from reality. Therefore, while observations are not directly used in the production of ERA5-Land,
they have an indirect influence through the atmospheric forcing used to run the simulation. In addition, the input
air temperature, air humidity and pressure used to run ERA5-Land are corrected to account for the altitude difference
between the grid of the forcing and the higher resolution grid of ERA5-Land. This correction is called 'lapse rate
correction'. The ERA5-Land dataset, as any other simulation, provides estimates which have some degree of
uncertainty. Numerical models can only provide a more or less accurate representation of the real physical processes
governing different components of the Earth System. In general, the uncertainty of model estimates grows as we go
back in time, because the number of observations available to create a good quality atmospheric forcing is lower.
ERA5-land parameter fields can currently be used in combination with the uncertainty of the equivalent ERA5 fields.
The temporal and spatial resolutions of ERA5-Land makes this dataset very useful for all kind of land surface
applications such as flood or drought forecasting. The temporal and spatial resolution of this dataset, the period
covered in time, as well as the fixed grid used for the data distribution at any period enables decisions makers,
businesses and individuals to access and use more accurate information on land states. Variables in the
dataset/application are: 10m u-component of wind, 10m v-component of wind, 2m dewpoint temperature, 2m temperature,
Evaporation from bare soil, Evaporation from open water surfaces excluding oceans, Evaporation from the top of
canopy, Evaporation from vegetation transpiration, Forecast albedo, Lake bottom temperature, Lake ice depth, Lake
ice temperature, Lake mix-layer depth, Lake mix-layer temperature, Lake shape factor, Lake total layer temperature,
Leaf area index, high vegetation, Leaf area index, low vegetation, Potential evaporation, Runoff, Skin reservoir
content, Skin temperature, Snow albedo, Snow cover, Snow density, Snow depth, Snow depth water equivalent, Snow
evaporation, Snowfall, Snowmelt, Soil temperature level 1, Soil temperature level 2, Soil temperature level 3,
Soil temperature level 4, Sub-surface runoff, Surface latent heat flux, Surface net solar radiation, Surface net
thermal radiation, Surface pressure, Surface runoff, Surface sensible heat flux, Surface solar radiation downwards,
Surface thermal radiation downwards, Temperature of snow layer, Total evaporation, Total precipitation, Volumetric
soil water layer 1, Volumetric soil water layer 2, Volumetric soil water layer 3, Volumetric soil water layer 4
platform: ERA5
instrument:
platformSerialIdentifier: ERA5
processingLevel:
keywords: ECMWF,Reanalysis,ERA5,CDS,Atmospheric,land,hourly,evolution
sensorType: ATMOSPHERIC
license: proprietary
title: ERA5-Land hourly data from 1950 to present
missionStartDate: "1950-01-01T00:00:00Z"
ERA5_LAND_MONTHLY:
abstract: |
ERA5-Land is a reanalysis dataset providing a consistent view of the evolution of land variables over several
decades at an enhanced resolution compared to ERA5. ERA5-Land has been produced by replaying the land component of
the ECMWF ERA5 climate reanalysis. Reanalysis combines model data with observations from across the world into a
globally complete and consistent dataset using the laws of physics. Reanalysis produces data that goes several
decades back in time, providing an accurate description of the climate of the past. ERA5-Land provides a consistent
view of the water and energy cycles at surface level during several decades. It contains a detailed record from 1950
onwards, with a temporal resolution of 1 hour. The native spatial resolution of the ERA5-Land reanalysis dataset is
9km on a reduced Gaussian grid (TCo1279). The data in the CDS has been regridded to a regular lat-lon grid of
0.1x0.1 degrees. The data presented here is a post-processed subset of the full ERA5-Land dataset. Monthly-mean
averages have been pre-calculated to facilitate many applications requiring easy and fast access to the data, when
sub-monthly fields are not required. Hourly fields can be found in the ERA5-Land hourly fields CDS page.
Documentation can be found in the online ERA5-Land documentation. Variables in the dataset/application are: |
10m u-component of wind, 10m v-component of wind, 2m dewpoint temperature, 2m temperature, Evaporation from bare
soil, Evaporation from open water surfaces excluding oceans, Evaporation from the top of canopy, Evaporation from
vegetation transpiration, Forecast albedo, Lake bottom temperature, Lake ice depth, Lake ice temperature, Lake
mix-layer depth, Lake mix-layer temperature, Lake shape factor, Lake total layer temperature, Leaf area index, high
vegetation, Leaf area index, low vegetation, Potential evaporation, Runoff, Skin reservoir content, Skin temperature,
Snow albedo, Snow cover, Snow density, Snow depth, Snow depth water equivalent, Snow evaporation, Snowfall, Snowmelt,
Soil temperature level 1, Soil temperature level 2, Soil temperature level 3, Soil temperature level 4, Sub-surface
runoff, Surface latent heat flux, Surface net solar radiation, Surface net thermal radiation, Surface pressure,
Surface runoff, Surface sensible heat flux, Surface solar radiation downwards, Surface thermal radiation downwards,
Temperature of snow layer, Total evaporation, Total precipitation, Volumetric soil water layer 1, Volumetric soil
water layer 2, Volumetric soil water layer 3, Volumetric soil water layer 4
platform: ERA5
instrument:
platformSerialIdentifier: ERA5
processingLevel:
keywords: ECMWF,Reanalysis,ERA5,CDS,Atmospheric,land,monthly,evolution
sensorType: ATMOSPHERIC
license: proprietary
title: ERA5-Land monthly averaged data from 1950 to present
missionStartDate: "1950-01-01T00:00:00Z"
UERRA_EUROPE_SL:
abstract: |
This UERRA dataset contains analyses of surface and near-surface essential climate variables from UERRA-HARMONIE
and MESCAN-SURFEX systems. Forecasts up to 30 hours initialised from the analyses at 00 and 12 UTC are available
only through the CDS-API (see Documentation). UERRA-HARMONIE is a 3-dimensional variational data assimilation system,
while MESCAN-SURFEX is a complementary surface analysis system. Using the Optimal Interpolation method, MESCAN
provides the best estimate of daily accumulated precipitation and six-hourly air temperature and relative humidit
at 2 meters above the model topography. The land surface platform SURFEX is forced with downscaled forecast fields
from UERRA-HARMONIE as well as MESCAN analyses. It is run offline, i.e. without feedback to the atmospheric analysis
performed in MESCAN or the UERRA-HARMONIE data assimilation cycles. Using SURFEX offline allows to take full benefit
of precipitation analysis and to use the more advanced physics options to better represent surface variables such as
surface temperature and surface fluxes, and soil processes related to water and heat transfer in the soil and snow.
In general, the assimilation systems are able to estimate biases between observations and to sift good-quality data
from poor data. The laws of physics allow for estimates at locations where data coverage is low. The provision of
estimates at each grid point in Europe for each regular output time, over a long period, always using the same format,
makes reanalysis a very convenient and popular dataset to work with. The observing system has changed drastically over
time, and although the assimilation system can resolve data holes, the much sparser observational networks, e.g. in
1960s, will have an impact on the quality of analyses leading to less accurate estimates. The improvement over global
reanalysis products comes with the higher horizontal resolution that allows incorporating more regional details
(e.g. topography). Moreover, it enables the system even to use more observations at places with dense observation
networks. Variables in the dataset/application are: 10m wind direction, 10m wind speed, 2m relative humidity, 2m
temperature, Albedo, High cloud cover, Land sea mask, Low cloud cover, Mean sea level pressure, Medium cloud cover,
Orography, Skin temperature, Snow density, Snow depth water equivalent, Surface pressure, Surface roughness, Total
cloud cover, Total column integrated water vapour, Total precipitation
platform: SURFEX
instrument:
platformSerialIdentifier: SURFEX
processingLevel:
keywords: Climate,ECMWF,Reanalysis,Regional,Europe,UERRA,UERRA-HARMONIE,SURFEX,MESCAN-SURFEX,CDS,Atmospheric,single,levels
sensorType: ATMOSPHERIC
license: proprietary
title: UERRA regional reanalysis for Europe on single levels from 1961 to 2019
missionStartDate: "1918-10-18T00:00:00Z"
GLACIERS_ELEVATION_AND_MASS_CHANGE:
abstract: |
This dataset provides in situ and remote sensing derived glacier changes from individual glaciers globally.
The dataset represents the latest homogenized state-of-the-art glacier change data collected by scientists
and the national correspondents of each country as provided to the World Glacier Monitoring Service (WGMS).
The product is an extract of the WGMS Fluctuations of Glacier (FoG) database and consists of two data sets
providing time series of glacier changes: glacier elevation change series from the geodetic method and glacier
mass-balance series from the glaciological method
platform: INSITU
instrument:
platformSerialIdentifier: INSITU
processingLevel:
keywords: ECMWF,WGMS,INSITU,CDS,C3S,glacier,elevation,mass,change
sensorType: ATMOSPHERIC
license: proprietary
title: Glaciers elevation and mass change data from 1850 to present from the Fluctuations of Glaciers Database
missionStartDate: "1850-01-01T00:00:00Z"
GLACIERS_DIST_RANDOLPH:
abstract: |
A glacier is defined as a perennial mass of ice, and possibly firn and snow, originating on the land surface
from the recrystallization of snow or other forms of solid precipitation and showing evidence of past or
present flow. There are several types of glaciers such as glacierets, mountain glaciers, valley glaciers and
ice fields, as well as ice caps. Some glacier tongues reach into lakes or the sea, and can develop floating
ice tongues or ice shelves. Glacier changes are recognized as independent and high-confidence natural
indicators of climate change. Past, current and future glacier changes affect global sea level, the regional
water cycle and local hazards.\nThis dataset is a snapshot of global glacier outlines compiled from\nmaps,
aerial photographs and satellite images mostly acquired in the period 2000-2010.
platform:
instrument:
platformSerialIdentifier: INSITU
processingLevel:
keywords: ECMWF,WGMS,INSITU,CDS,C3S,glacier,randolph,distribution,inventory
sensorType: ATMOSPHERIC
license: proprietary
title: Glaciers distribution data from the Randolph Glacier Inventory for year 2000
missionStartDate: "2000-01-01T00:00:00Z"
missionEndDate: "2000-12-31T23:59:00Z"
SATELLITE_CARBON_DIOXIDE:
abstract: |
This dataset provides observations of atmospheric carbon dioxide (CO2)\namounts obtained from observations
collected by several current and historical \nsatellite instruments. Carbon dioxide is a naturally occurring
Greenhouse Gas (GHG), but one whose abundance has been increased substantially above its pre-industrial value
of some 280 ppm by human activities, primarily because of emissions from combustion of fossil fuels,
deforestation and other land-use change. The annual cycle (especially in the northern hemisphere) is primarily
due to seasonal uptake and release of atmospheric CO2 by terrestrial vegetation.\nAtmospheric carbon dioxide
abundance is indirectly observed by various satellite instruments. These instruments measure spectrally
resolved near-infrared and/or infrared radiation reflected or emitted by the Earth and its atmosphere. In the
measured signal, molecular absorption signatures from carbon dioxide and other constituent gasses can be
identified. It is through analysis of those absorption lines in these radiance observations that the averaged
carbon dioxide abundance in the sampled atmospheric column can be determined.\nThe software used to analyse
the absorption lines and determine the carbon dioxide concentration in the sampled atmospheric column is
referred to as the retrieval algorithm. For this dataset, carbon dioxide abundances have been determined by
applying several algorithms to different satellite \ninstruments. Typically, different algorithms have
different strengths and weaknesses and therefore, which product to use for a given application typically
depends on the application.\nThe data set consists of 2 types of products: (i) column-averaged mixing ratios
of CO2, denoted XCO2 and (ii) mid-tropospheric CO2 columns. The XCO2 products have been retrieved from
SCIAMACHY/ENVISAT, TANSO-FTS/GOSAT and OCO-2. The mid-tropospheric CO2 product has been retrieved from the
IASI instruments on-board the Metop satellite series and from AIRS. \nThe XCO2 products are available as Level
2 (L2) products (satellite orbit tracks) and as Level 3 (L3) product (gridded). The L2 products are available
as individual sensor products (SCIAMACHY: BESD and WFMD algorithms; GOSAT: OCFP and SRFP algorithms) and as a
multi-sensor merged product (EMMA algorithm). The L3 XCO2 product is provided in OBS4MIPS format. \nThe IASI
and AIRS products are available as L2 products generated with the NLIS algorithm.\nThis data set is updated on
a yearly basis, with each update cycle adding (if required) a new data version for the entire period, up to
one year behind real time.\nThis dataset is produced on behalf of C3S with the exception of the SCIAMACHY and
AIRS L2 products that were generated in the framework of the GHG-CCI project of the European Space Agency (ESA)
Climate Change Initiative (CCI).\n\nVariables in the dataset/application are:\nColumn-average dry-air mole
fraction of atmospheric carbon dioxide (XCO2), Mid-tropospheric columns of atmospheric carbon dioxide (CO2)
platform:
instrument:
platformSerialIdentifier:
processingLevel:
keywords: ECMWF,CDS,C3S,carbon-dioxide
sensorType: ATMOSPHERIC
license: proprietary
title: Carbon dioxide data from 2002 to present derived from satellite observations
missionStartDate: "2002-10-01T00:00:00Z"
SATELLITE_METHANE:
abstract: |
This dataset provides observations of atmospheric methane (CH4)\namounts obtained from observations collected
by several current and historical \nsatellite instruments. Methane is a naturally occurring Greenhouse Gas
(GHG), but one whose abundance has been increased substantially above its pre-industrial value of some 720 ppb
by human activities, primarily because of agricultural emissions (e.g., rice production, ruminants) and fossil
fuel production and use. A clear annual cycle is largely due to seasonal wetland emissions.\nAtmospheric
methane abundance is indirectly observed by various satellite instruments. These instruments measure spectrally
resolved near-infrared and infrared radiation reflected or emitted by the Earth and its atmosphere. In the
measured signal, molecular absorption signatures from methane and constituent gasses can be identified. It is
through analysis of those absorption lines in these radiance observations that the averaged methane abundance
in the sampled atmospheric column can be determined.\nThe software used to analyse the absorption lines and
determine the methane concentration in the sampled atmospheric column is referred to as the retrieval algorithm.
For this dataset, methane abundances have been determined by applying several algorithms to different satellite
instruments.\nThe data set consists of 2 types of products: (i) column-averaged mixing ratios of CH4, denoted
XCH4 and (ii) mid-tropospheric CH4 columns. \nThe XCH4 products have been retrieved from SCIAMACHY/ENVISAT and
TANSO-FTS/GOSAT. The mid-tropospheric CH4 product has been retrieved from the IASI instruments onboard the
Metop satellite series. The XCH4 products are available as Level 2 (L2) products (satellite orbit tracks) and
as Level 3 (L3) product (gridded). The L2 products are available as individual sensor products (SCIAMACHY: WFMD
and IMAP algorithms; GOSAT: OCFP, OCPR, SRFP and SRPR algorithms) and as a multi-sensor merged product (EMMA
algorithm). The L3 XCH4 product is provided in OBS4MIPS format. The IASI products are available as L2 products
generated with the NLIS algorithm.\nThis data set is updated on a yearly basis, with each update cycle adding
(if required) a new data version for the entire period, up to one year behind real time.\nThis dataset is
produced on behalf of C3S with the exception of the SCIAMACHY L2 products that were generated in the framework
of the GHG-CCI project of the European Space Agency (ESA) Climate Change Initiative (CCI).\n\nVariables in the
dataset/application are:\nColumn-average dry-air mole fraction of atmospheric methane (XCH4), Mid-tropospheric
columns of atmospheric methane (CH4)
platform:
instrument:
platformSerialIdentifier:
processingLevel:
keywords: ECMWF,CDS,C3S,methane
sensorType: ATMOSPHERIC
license: proprietary
title: Methane data from 2002 to present derived from satellite observations
missionStartDate: "2002-10-01T00:00:00Z"
SEASONAL_POSTPROCESSED_PL:
abstract: |
This entry covers pressure-level data post-processed for bias adjustment on a monthly time resolution.
\nSeasonal forecasts provide a long-range outlook of changes in the Earth system over periods of a few weeks
or months, as a result of predictable changes in some of the slow-varying components of the system. For
example, ocean temperatures typically vary slowly, on timescales of weeks or months; as the ocean has an impact
on the overlaying atmosphere, the variability of its properties (e.g. temperature) can modify both local and
remote atmospheric conditions. Such modifications of the 'usual' atmospheric conditions are the essence of all
long-range (e.g. seasonal) forecasts. This is different from a weather forecast, which gives a lot more precise
detail - both in time and space - of the evolution of the state of the atmosphere over a few days into the
future. Beyond a few days, the chaotic nature of the atmosphere limits the possibility to predict precise
changes at local scales. This is one of the reasons long-range forecasts of atmospheric conditions have large
uncertainties. To quantify such uncertainties, long-range forecasts use ensembles, and meaningful forecast
products reflect a distributions of outcomes.\nGiven the complex, non-linear interactions between the individual
components of the Earth system, the best tools for long-range forecasting are climate models which include as
many of the key components of the system and possible; typically, such models include representations of the
atmosphere, ocean and land surface. These models are initialised with data describing the state of the system
at the starting point of the forecast, and used to predict the evolution of this state in time.\nWhile
uncertainties coming from imperfect knowledge of the initial conditions of the components of the Earth system
can be described with the use of ensembles, uncertainty arising from approximations made in the models are
very much dependent on the choice of model. A convenient way to quantify the effect of these approximations
is to combine outputs from several models, independently developed, initialised and operated.\nTo this effect,
the C3S provides a multi-system seasonal forecast service, where data produced by state-of-the-art seasonal
forecast systems developed, implemented and operated at forecast centres in several European countries is
collected, processed and combined to enable user-relevant applications. The composition of the C3S seasonal
multi-system and the full content of the database underpinning the service are described in the documentation.
The data is grouped in several catalogue entries (CDS datasets), currently defined by the type of variable
(single-level or multi-level, on pressure surfaces) and the level of post-processing applied (data at original
time resolution, processing on temporal aggregation and post-processing related to bias adjustment).\nThe
variables available in this data set are listed in the table below. The data includes forecasts created in
real-time since 2017.\n\nVariables in the dataset/application are:\nGeopotential anomaly, Specific humidity
anomaly, Temperature anomaly, U-component of wind anomaly, V-component of wind anomaly
keywords: ECMWF,CDS,C3S,seasonal,forecast,anomalies,pressure,levels
platform:
instrument:
platformSerialIdentifier:
processingLevel:
sensorType: ATMOSPHERIC
license: proprietary
title: Seasonal forecast anomalies on pressure levels
missionStartDate: "2017-01-01T00:00:00Z"
SATELLITE_SEA_LEVEL_BLACK_SEA:
abstract: |
Sea level anomaly is the height of water over the mean sea surface in a given time and region. Up-to-date
altimeter standards are used to estimate the sea level anomalies with a mapping algorithm dedicated to the
Black sea region. Anomalies are computed with respect to a twenty-year mean reference period (1993-2012).
The steady number of reference satellite used in the production of this dataset contributes to the long-term
stability of the sea level record. Improvements of the accuracy, sampling of meso-scale processes and of the
high-latitude coverage were achieved by using a few additional satellite missions. New data are provided with
a delay of about 4-5 months relatively to near-real time or interim sea level products. This delay is mainly
due to the timeliness of the input data, the centred processing temporal window and the validation process.
However, this processing and validation adds stability and accuracy to the sea level variables and make them
adapted to climate applications. This dataset includes uncertainties for each grid cell. More details about
the sea level retrieval, additional filters, optimisation procedures, and the error estimation are given in
the Documentation section. Variables in the dataset/application are: Absolute dynamic topography, Absolute
geostrophic velocity meridian component, Absolute geostrophic velocity zonal component, Geostrophic velocity
anomalies meridian component, Geostrophic velocity anomalies zonal component, Sea level anomaly
platform:
instrument:
platformSerialIdentifier:
processingLevel:
keywords: Climate,ECMWF,CDS,C3S,methane,sea
sensorType: HYDROLOGICAL
license: proprietary
title: Sea level daily gridded data from satellite observations for the Black Sea from 1993 to 2020
missionStartDate: "1993-01-01T00:00:00Z"
SEASONAL_POSTPROCESSED_SL:
abstract: |
This entry covers single-level data post-processed for bias adjustment on a monthly time resolution.
\nSeasonal forecasts provide a long-range outlook of changes in the Earth system over periods of a few weeks
or months, as a result of predictable changes in some of the slow-varying components of the system. For
example, ocean temperatures typically vary slowly, on timescales of weeks or months; as the ocean has an
impact on the overlaying atmosphere, the variability of its properties (e.g. temperature) can modify both
local and remote atmospheric conditions. Such modifications of the 'usual' atmospheric conditions are the
essence of all long-range (e.g. seasonal) forecasts. This is different from a weather forecast, which gives
a lot more precise detail - both in time and space - of the evolution of the state of the atmosphere over a
few days into the future. Beyond a few days, the chaotic nature of the atmosphere limits the possibility to
predict precise changes at local scales. This is one of the reasons long-range forecasts of atmospheric
conditions have large uncertainties. To quantify such uncertainties, long-range forecasts use ensembles, and
meaningful forecast products reflect a distributions of outcomes.\nGiven the complex, non-linear interactions
between the individual components of the Earth system, the best tools for long-range forecasting are climate
models which include as many of the key components of the system and possible; typically, such models include
representations of the atmosphere, ocean and land surface. These models are initialised with data describing
the state of the system at the starting point of the forecast, and used to predict the evolution of this state
in time.\nWhile uncertainties coming from imperfect knowledge of the initial conditions of the components of
the Earth system can be described with the use of ensembles, uncertainty arising from approximations made in
the models are very much dependent on the choice of model. A convenient way to quantify the effect of these
approximations is to combine outputs from several models, independently developed, initialised and operated.\nTo
this effect, the C3S provides a multi-system seasonal forecast service, where data produced by state-of-the-art
seasonal forecast systems developed, implemented and operated at forecast centres in several European countries
is collected, processed and combined to enable user-relevant applications. The composition of the C3S seasonal
multi-system and the full content of the database underpinning the service are described in the documentation.
The data is grouped in several catalogue entries (CDS datasets), currently defined by the type of variable
(single-level or multi-level, on pressure surfaces) and the level of post-processing applied (data at original
time resolution, processing on temporal aggregation and post-processing related to bias adjustment).\nThe
variables available in this data set are listed in the table below. The data includes forecasts created in
real-time since 2017.\n\nVariables in the dataset/application are:\n10m u-component of wind anomaly, 10m
v-component of wind anomaly, 10m wind gust anomaly, 10m wind speed anomaly, 2m dewpoint temperature anomaly,
2m temperature anomaly, East-west surface stress anomalous rate of accumulation, Evaporation anomalous rate
of accumulation, Maximum 2m temperature in the last 24 hours anomaly, Mean sea level pressure anomaly, Mean
sub-surface runoff rate anomaly, Mean surface runoff rate anomaly, Minimum 2m temperature in the last 24 hours
anomaly, North-south surface stress anomalous rate of accumulation, Runoff anomalous rate of accumulation,
Sea surface temperature anomaly, Sea-ice cover anomaly, Snow density anomaly, Snow depth anomaly, Snowfall
anomalous rate of accumulation, Soil temperature anomaly level 1, Solar insolation anomalous rate of
accumulation, Surface latent heat flux anomalous rate of accumulation, Surface sensible heat flux anomalous
rate of accumulation, Surface solar radiation anomalous rate of accumulation, Surface solar radiation
downwards anomalous rate of accumulation, Surface thermal radiation anomalous rate of accumulation, Surface
thermal radiation downwards anomalous rate of accumulation, Top solar radiation anomalous rate of accumulation,
Top thermal radiation anomalous rate of accumulation, Total cloud cover anomaly, Total precipitation anomalous
rate of accumulation
platform:
instrument:
platformSerialIdentifier:
processingLevel:
keywords: ECMWF,CDS,C3S,seasonal,forecast,anomalies,single,levels
sensorType: ATMOSPHERIC
license: proprietary
title: Seasonal forecast anomalies on single levels
missionStartDate: "2017-01-01T00:00:00Z"
SEASONAL_ORIGINAL_SL:
abstract: |
This entry covers single-level data at the original time resolution (once a day, or once every 6 hours,
depending on the variable). \nSeasonal forecasts provide a long-range outlook of changes in the Earth system
over periods of a few weeks or months, as a result of predictable changes in some of the slow-varying
components of the system. For example, ocean temperatures typically vary slowly, on timescales of weeks or
months; as the ocean has an impact on the overlaying atmosphere, the variability of its properties (e.g.
temperature) can modify both local and remote atmospheric conditions. Such modifications of the 'usual'
atmospheric conditions are the essence of all long-range (e.g. seasonal) forecasts. This is different from
a weather forecast, which gives a lot more precise detail - both in time and space - of the evolution of the
state of the atmosphere over a few days into the future. Beyond a few days, the chaotic nature of the
atmosphere limits the possibility to predict precise changes at local scales. This is one of the reasons
long-range forecasts of atmospheric conditions have large uncertainties. To quantify such uncertainties,
long-range forecasts use ensembles, and meaningful forecast products reflect a distributions of outcomes.\nGiven
the complex, non-linear interactions between the individual components of the Earth system, the best tools for
long-range forecasting are climate models which include as many of the key components of the system and
possible; typically, such models include representations of the atmosphere, ocean and land surface. These
models are initialised with data describing the state of the system at the starting point of the forecast,
and used to predict the evolution of this state in time.\nWhile uncertainties coming from imperfect knowledge
of the initial conditions of the components of the Earth system can be described with the use of ensembles,
uncertainty arising from approximations made in the models are very much dependent on the choice of model.
A convenient way to quantify the effect of these approximations is to combine outputs from several models,
independently developed, initialised and operated.\nTo this effect, the C3S provides a multi-system seasonal
forecast service, where data produced by state-of-the-art seasonal forecast systems developed, implemented and
operated at forecast centres in several European countries is collected, processed and combined to enable
user-relevant applications. The composition of the C3S seasonal multi-system and the full content of the
database underpinning the service are described in the documentation. The data is grouped in several catalogue
entries (CDS datasets), currently defined by the type of variable (single-level or multi-level, on pressure
surfaces) and the level of post-processing applied (data at original time resolution, processing on temporal
aggregation and post-processing related to bias adjustment).\nThe variables available in this data set are
listed in the table below. The data includes forecasts created in real-time (since 2017) and retrospective
forecasts (hindcasts) initialised at equivalent intervals during the period 1993-2016.\n\nVariables in the
dataset/application are:\n10m u-component of wind, 10m v-component of wind, 10m wind gust since previous
post-processing, 2m dewpoint temperature, 2m temperature, Eastward turbulent surface stress, Evaporation,
Land-sea mask, Maximum 2m temperature in the last 24 hours, Mean sea level pressure, Minimum 2m temperature
in the last 24 hours, Northward turbulent surface stress, Orography, Runoff, Sea surface temperature, Sea-ice
cover, Snow density, Snow depth, Snowfall, Soil temperature level 1, Sub-surface runoff, Surface latent heat
flux, Surface net solar radiation, Surface net thermal radiation, Surface runoff, Surface sensible heat flux,
Surface solar radiation downwards, Surface thermal radiation downwards, TOA incident solar radiation, Top net
solar radiation, Top net thermal radiation, Total cloud cover, Total precipitation
platform:
instrument:
platformSerialIdentifier:
processingLevel:
keywords: ECMWF,CDS,C3S,seasonal,forecast,daily,single,levels
sensorType: ATMOSPHERIC
license: proprietary
title: Seasonal forecast daily and subdaily data on single levels
missionStartDate: "2017-01-01T00:00:00Z"
SEASONAL_ORIGINAL_PL:
abstract: |
his entry covers pressure-level data at the original time resolution (once every 12 hours). \nSeasonal
forecasts provide a long-range outlook of changes in the Earth system over periods of a few weeks or months,
as a result of predictable changes in some of the slow-varying components of the system. For example, ocean
temperatures typically vary slowly, on timescales of weeks or months; as the ocean has an impact on the
overlaying atmosphere, the variability of its properties (e.g. temperature) can modify both local and remote
atmospheric conditions. Such modifications of the 'usual' atmospheric conditions are the essence of all
long-range (e.g. seasonal) forecasts. This is different from a weather forecast, which gives a lot more
precise detail - both in time and space - of the evolution of the state of the atmosphere over a few days
into the future. Beyond a few days, the chaotic nature of the atmosphere limits the possibility to predict
precise changes at local scales. This is one of the reasons long-range forecasts of atmospheric conditions
have large uncertainties. To quantify such uncertainties, long-range forecasts use ensembles, and meaningful
forecast products reflect a distributions of outcomes.\nGiven the complex, non-linear interactions between
the individual components of the Earth system, the best tools for long-range forecasting are climate models
which include as many of the key components of the system and possible; typically, such models include
representations of the atmosphere, ocean and land surface. These models are initialised with data describing
the state of the system at the starting point of the forecast, and used to predict the evolution of this state
in time.\nWhile uncertainties coming from imperfect knowledge of the initial conditions of the components of
the Earth system can be described with the use of ensembles, uncertainty arising from approximations made in
the models are very much dependent on the choice of model. A convenient way to quantify the effect of these
approximations is to combine outputs from several models, independently developed, initialised and
operated.\nTo this effect, the C3S provides a multi-system seasonal forecast service, where data produced
by state-of-the-art seasonal forecast systems developed, implemented and operated at forecast centres in
several European countries is collected, processed and combined to enable user-relevant applications. The
composition of the C3S seasonal multi-system and the full content of the database underpinning the service
are described in the documentation. The data is grouped in several catalogue entries (CDS datasets), currently
defined by the type of variable (single-level or multi-level, on pressure surfaces) and the level of
post-processing applied (data at original time resolution, processing on temporal aggregation and
post-processing related to bias adjustment).\nThe variables available in this data set are listed in the
table below. The data includes forecasts created in real-time (since 2017) and retrospective forecasts
(hindcasts) initialised at equivalent intervals during the period 1993-2016.\n\nVariables in the
dataset/application are:\nGeopotential, Specific humidity, Temperature, U-component of wind, V-component
of wind
platform:
instrument:
platformSerialIdentifier:
processingLevel:
keywords: ECMWF,CDS,C3S,seasonal,forecast,subdaily,pressure,levels
sensorType: ATMOSPHERIC
license: proprietary
title: Seasonal forecast subdaily data on pressure levels
missionStartDate: "1993-01-01T00:00:00Z"
SEASONAL_MONTHLY_PL:
abstract: |
This entry covers pressure-level data aggregated on a monthly time resolution. \nSeasonal forecasts provide
a long-range outlook of changes in the Earth system over periods of a few weeks or months, as a result of
predictable changes in some of the slow-varying components of the system. For example, ocean temperatures
typically vary slowly, on timescales of weeks or months; as the ocean has an impact on the overlaying
atmosphere, the variability of its properties (e.g. temperature) can modify both local and remote atmospheric
conditions. Such modifications of the 'usual' atmospheric conditions are the essence of all long-range
(e.g. seasonal) forecasts. This is different from a weather forecast, which gives a lot more precise detail
- both in time and space - of the evolution of the state of the atmosphere over a few days into the future.
Beyond a few days, the chaotic nature of the atmosphere limits the possibility to predict precise changes
at local scales. This is one of the reasons long-range forecasts of atmospheric conditions have large
uncertainties. To quantify such uncertainties, long-range forecasts use ensembles, and meaningful forecast
products reflect a distributions of outcomes.\nGiven the complex, non-linear interactions between the
individual components of the Earth system, the best tools for long-range forecasting are climate models
which include as many of the key components of the system and possible; typically, such models include
representations of the atmosphere, ocean and land surface. These models are initialised with data describing
the state of the system at the starting point of the forecast, and used to predict the evolution of this
state in time.\nWhile uncertainties coming from imperfect knowledge of the initial conditions of the components
of the Earth system can be described with the use of ensembles, uncertainty arising from approximations
made in the models are very much dependent on the choice of model. A convenient way to quantify the effect
of these approximations is to combine outputs from several models, independently developed, initialised and
operated.\nTo this effect, the C3S provides a multi-system seasonal forecast service, where data produced by
state-of-the-art seasonal forecast systems developed, implemented and operated at forecast centres in several
European countries is collected, processed and combined to enable user-relevant applications. The composition
of the C3S seasonal multi-system and the full content of the database underpinning the service are described
in the documentation. The data is grouped in several catalogue entries (CDS datasets), currently defined by
the type of variable (single-level or multi-level, on pressure surfaces) and the level of post-processing
applied (data at original time resolution, processing on temporal aggregation and post-processing related to
bias adjustment).\nThe variables available in this data set are listed in the table below. The data includes
forecasts created in real-time (since 2017) and retrospective forecasts (hindcasts) initialised at equivalent
intervals during the period 1993-2016.\n\nVariables in the dataset/application are:\nGeopotential, Specific
humidity, Temperature, U-component of wind, V-component of wind
platform:
instrument:
platformSerialIdentifier:
processingLevel:
keywords: ECMWF,CDS,C3S,seasonal,forecast,monthly,pressure,levels
sensorType: ATMOSPHERIC
license: proprietary
title: Seasonal forecast monthly statistics on pressure levels
missionStartDate: "1993-01-01T00:00:00Z"
SEASONAL_MONTHLY_SL:
abstract: |
This entry covers single-level data aggregated on a monthly time resolution. \nSeasonal forecasts provide
a long-range outlook of changes in the Earth system over periods of a few weeks or months, as a result of
predictable changes in some of the slow-varying components of the system. For example, ocean temperatures
typically vary slowly, on timescales of weeks or months; as the ocean has an impact on the overlaying
atmosphere, the variability of its properties (e.g. temperature) can modify both local and remote atmospheric
conditions. Such modifications of the 'usual' atmospheric conditions are the essence of all long-range
(e.g. seasonal) forecasts. This is different from a weather forecast, which gives a lot more precise detail
- both in time and space - of the evolution of the state of the atmosphere over a few days into the future.
Beyond a few days, the chaotic nature of the atmosphere limits the possibility to predict precise changes at
local scales. This is one of the reasons long-range forecasts of atmospheric conditions have large
uncertainties. To quantify such uncertainties, long-range forecasts use ensembles, and meaningful forecast
products reflect a distributions of outcomes.\nGiven the complex, non-linear interactions between the
individual components of the Earth system, the best tools for long-range forecasting are climate models
which include as many of the key components of the system and possible; typically, such models include
representations of the atmosphere, ocean and land surface. These models are initialised with data describing
the state of the system at the starting point of the forecast, and used to predict the evolution of this
state in time.\nWhile uncertainties coming from imperfect knowledge of the initial conditions of the
components of the Earth system can be described with the use of ensembles, uncertainty arising from
approximations made in the models are very much dependent on the choice of model. A convenient way to
quantify the effect of these approximations is to combine outputs from several models, independently
developed, initialised and operated.\nTo this effect, the C3S provides a multi-system seasonal forecast
service, where data produced by state-of-the-art seasonal forecast systems developed, implemented and
operated at forecast centres in several European countries is collected, processed and combined to enable
user-relevant applications. The composition of the C3S seasonal multi-system and the full content of the
database underpinning the service are described in the documentation. The data is grouped in several catalogue
entries (CDS datasets), currently defined by the type of variable (single-level or multi-level, on pressure
surfaces) and the level of post-processing applied (data at original time resolution, processing on temporal
aggregation and post-processing related to bias adjustment).\nThe variables available in this data set are
listed in the table below. The data includes forecasts created in real-time (since 2017) and retrospective
forecasts (hindcasts) initialised at equivalent intervals during the period 1993-2016.\n\nVariables in the
dataset/application are:\n10m u-component of wind, 10m v-component of wind, 10m wind gust since previous
post-processing, 10m wind speed, 2m dewpoint temperature, 2m temperature, East-west surface stress rate of
accumulation, Evaporation, Maximum 2m temperature in the last 24 hours, Mean sea level pressure, Mean
sub-surface runoff rate, Mean surface runoff rate, Minimum 2m temperature in the last 24 hours, North-south
surface stress rate of accumulation, Runoff, Sea surface temperature, Sea-ice cover, Snow density, Snow
depth, Snowfall, Soil temperature level 1, Solar insolation rate of accumulation, Surface latent heat flux,
Surface sensible heat flux, Surface solar radiation, Surface solar radiation downwards, Surface thermal
radiation, Surface thermal radiation downwards, Top solar radiation, Top thermal radiation, Total cloud cover,
Total precipitation
platform:
instrument:
platformSerialIdentifier:
processingLevel:
keywords: ECMWF,CDS,C3S,seasonal,forecast,monthly,single,levels
sensorType: ATMOSPHERIC
license: proprietary
title: Seasonal forecast monthly statistics on single levels
missionStartDate: "1993-01-01T00:00:00Z"
missionEndDate: "2023-05-01T00:00:00Z"
SIS_HYDRO_MET_PROJ:
abstract: |
This dataset provides precipitation and near surface air temperature for Europe as Essential Climate
Variables (ECVs) and as a set of Climate Impact Indicators (CIIs) based on the ECVs. \nECV datasets
provide the empirical evidence needed to understand the current climate and predict future changes.
\nCIIs contain condensed climate information which facilitate relatively quick and efficient subsequent
analysis. Therefore, CIIs make climate information accessible to application focussed users within a
sector.\nThe ECVs and CIIs provided here were derived within the water management sectoral information
service to address questions specific to the water sector. However, the products are provided in a generic
form and are relevant for a range of sectors, for example agriculture and energy.\nThe data represent
the current state-of-the-art in Europe for regional climate modelling and indicator production. Data
from eight model simulations included in the Coordinated Regional Climate Downscaling Experiment (CORDEX)
were used to calculate a total of two ECVs and five CIIs at a spatial resolution of 0.11° x 0.11° and 5km
x 5km.\nThe ECV data meet the technical specification set by the Global Climate Observing System (GCOS),
as such they are provided on a daily time step. They are bias adjusted using the EFAS gridded observations
as a reference dataset. Note these are model output data, not observation data as is the general case for
ECVs.\nThe CIIs are provided as mean values over a 30-year time period. For the reference period
(1971-2000) data is provided as absolute values, for the future periods the data is provided as absolute
values and as the relative or absolute change from the reference period. The future periods cover 3 fixed
time periods (2011-2040, 2041-2070 and 2071-2100) and 3 \"degree scenario\" periods defined by when global
warming exceeds a given threshold (1.5 °C, 2.0 °C or 3.0 °C). The global warming is calculated from the
global climate model (GCM) used, therefore the actual time period of the degree scenarios will be different
for each GCM.\nThis dataset is produced and quality assured by the Swedish Meteorological and Hydrological
Institute on behalf of the Copernicus Climate Change Service. \n\nVariables in the dataset/application
are:\n2m air temperature, Highest 5-day precipitation amount, Longest dry spells, Number of dry spells,
Precipitation
platform:
instrument:
platformSerialIdentifier:
processingLevel:
keywords: ECMWF,CDS,C3S,hydrology,meterology,water,precipitation,temperature
sensorType: ATMOSPHERIC
license: proprietary
title: Temperature and precipitation climate impact indicators from 1970 to 2100 derived from European climate projections
missionStartDate: "1970-01-01T00:00:00Z"
missionEndDate: "2100-12-31T23:59:00Z"
# CEMS
FIRE_HISTORICAL:
abstract: |
This data set provides complete historical reconstruction of meteorological conditions favourable to the start,
spread and sustainability of fires. The fire danger metrics provided are part of a vast dataset produced by the
Copernicus Emergency Management Service for the European Forest Fire Information System (EFFIS). The European
Forest Fire Information System incorporates the fire danger indices for three different models developed in Canada,
United States and Australia. In this dataset the fire danger indices are calculated using weather forecast from
historical simulations provided by ECMWF ERA5 reanalysis. ERA5 by combining model data and a vast set of quality
controlled observations provides a globally complete and consistent data-set and is regarded as a good proxy for
observed atmospheric conditions. The selected data records in this data set are regularly extended with time as
ERA5 forcing data become available. This dataset is produced by ECMWF in its role of the computational centre for
fire danger forecast of the CEMS, on behalf of the Joint Research Centre which is the managing entity of the service.
Variables in the dataset/application are: Build-up index, Burning index, Danger rating, Drought code, Duff moisture
code, Energy release component, Fine fuel moisture code, Fire daily severity index, Fire danger index, Fire weather
index, Ignition component, Initial spread index, Keetch-Byram drought index, Spread component
instrument:
platform: CEMS
platformSerialIdentifier: CEMS
processingLevel:
keywords: ECMWF,EFFIS,fire,historical,ERA5,european,sustainability,CEMS,system
sensorType: ATMOSPHERIC
license: proprietary
title: Fire danger indices historical data from the Copernicus Emergency Management Service
missionStartDate: "1979-01-01T00:00:00Z"
GLOFAS_FORECAST:
abstract: |
This dataset contains global modelled daily data of river discharge forced with meteorological forecasts.
The data was produced by the Global Flood Awareness System (GloFAS), which is part of the Copernicus Emergency
Management Service (CEMS). River discharge, or river flow as it is also known, is defined as the amount of water
that flows through a river section at a given time. \nThis dataset is simulated by forcing a hydrological modelling
chain with input from ECMWF ensemble forecast combined with the ECMWF extended-range ensemble forecast up to 30 days.
Data availability for the GloFAS forecast is from 2019-11-05 up to near real time.\n\nVariables in the
dataset/application are:\nRiver discharge in the last 24 hours\n\nVariables in the dataset/application
are:\nUpstream area
instrument:
platform: CEMS
platformSerialIdentifier: CEMS
processingLevel:
keywords: ECMWF,CEMS,GloFAS,forecast,river,discharge
sensorType: ATMOSPHERIC
license: proprietary
title: River discharge and related forecasted data by the Global Flood Awareness System
missionStartDate: "2019-11-05T00:00:00Z"
GLOFAS_HISTORICAL:
abstract: |
This dataset contains global modelled daily data of river discharge from the Global Flood Awareness System (GloFAS),
which is part of the Copernicus Emergency Management Service (CEMS). River discharge, or river flow as it is also known,
is defined as the amount of water that flows through a river section at a given time. \nThis dataset is simulated by
forcing a hydrological modelling chain with inputs from a global reanalysis. Data availability for the historical
simulation is from 1979-01-01 up to near real time.\n\nVariables in the dataset/application are:\nRiver discharge in the
last 24 hours\n\nVariables in the dataset/application are:\nUpstream area
instrument:
platform: CEMS
platformSerialIdentifier: CEMS
processingLevel:
keywords: ECMWF,CEMS,GloFAS,historical,river,discharge
sensorType: ATMOSPHERIC
license: proprietary
title: River discharge and related historical data from the Global Flood Awareness System
missionStartDate: "1991-01-01T00:00:00Z"
GLOFAS_REFORECAST:
abstract: |
This dataset provides a gridded modelled time series of river discharge, forced with medium-
to sub-seasonal range meteorological reforecasts. The data is a consistent representation of a
key hydrological variable across the global domain, and is a product of the Global Flood Awareness
System (GloFAS). It is accompanied by an ancillary file for interpretation that provides the
upstream area (see the related variables table and associated link in the documentation).\nThis
dataset was produced by forcing a hydrological modelling chain with input from the European
Centre for Medium-range Weather Forecasts (ECMWF) 11-member ensemble ECMWF-ENS reforecasts.
Reforecasts are forecasts run over past dates, and those presented here are used for providing
a suitably long time period against which the skill of the 30-day real-time operational forecast
can be assessed. The reforecasts are initialised twice weekly with lead times up to 46 days, at
24-hour steps for 20 years in the recent history. For more specific information on the how the
reforecast dataset is produced we refer to the documentation.\nCompanion datasets, also available
through the Climate Data Store (CDS), are the operational forecasts, historical simulations that
can be used to derive the hydrological climatology, and seasonal forecasts and reforecasts for
users looking for long term forecasts. For users looking specifically for European hydrological
data, we refer to the European Flood Awareness System (EFAS) forecasts and historical simulations.
All these datasets are part of the operational flood forecasting within the Copernicus Emergency
Management Service (CEMS).\n\nVariables in the dataset/application are:\nRiver discharge in the
last 24 hours\n\nVariables in the dataset/application are:\nUpstream area
instrument:
platform: CEMS
platformSerialIdentifier: CEMS
processingLevel:
keywords: ECMWF,CEMS,GloFAS,reforecast,river,discharge
sensorType: ATMOSPHERIC
license: proprietary
title: Reforecasts of river discharge and related data by the Global Flood Awareness System
missionStartDate: "1999-01-03T00:00:00Z"
missionEndDate: "2018-12-30T23:59:00Z"
GLOFAS_SEASONAL:
abstract: |
This dataset provides a gridded modelled time series of river discharge, forced with seasonal
range meteorological forecasts. The data is a consistent representation of a key hydrological
variable across the global domain, and is a product of the Global Flood Awareness System (GloFAS).
It is accompanied by an ancillary file for interpretation that provides the upstream area (see the
related variables table and associated link in the documentation).\nThis dataset was produced by
forcing the LISFLOOD hydrological model at a 0.1° (~11 km at the equator) resolution with downscaled
runoff forecasts from the European Centre for Medium-range Weather Forecasts (ECMWF) 51-member
ensemble seasonal forecasting system, SEAS5. The forecasts are initialised on the first of each
month with a 24-hourly time step, and cover 123 days.\nCompanion datasets, also available through
the Climate Data Store (CDS), are the operational forecasts, historical simulations that can be used
to derive the hydrological climatology, and medium-range and seasonal reforecasts. The latter dataset
enables research, local skill assessment and post-processing of the seasonal forecasts. In addition,
the seasonal reforecasts are also used to derive a specific range dependent climatology for the
seasonal system. For users looking specifically for European hydrological data, we refer to the
European Flood Awareness System (EFAS) forecasts and historical simulations. All these datasets are
part of the operational flood forecasting within the Copernicus Emergency Management Service
(CEMS).\n\nVariables in the dataset/application are:\nRiver discharge in the last 24
hours\n\nVariables in the dataset/application are:\nUpstream area
instrument:
platform: CEMS
platformSerialIdentifier: CEMS
processingLevel:
keywords: ECMWF,CEMS,GloFAS,seasonal,forecast,river,discharge
sensorType: ATMOSPHERIC
license: proprietary
title: Seasonal forecasts of river discharge and related data by the Global Flood Awareness System
missionStartDate: "2020-01-12T00:00:00Z"
GLOFAS_SEASONAL_REFORECAST:
abstract: |
This dataset provides a gridded modelled time series of river discharge forced with seasonal
range meteorological reforecasts. The data is a consistent representation of a key hydrological
variable across the global domain, and is a product of the Global Flood Awareness System (GloFAS).
It is accompanied by an ancillary file for interpretation that provides the upstream area (see the
related variables table and associated link in the documentation).\nThis dataset was produced by
forcing a hydrological modelling chain with input from the European Centre for Medium-range Weather
Forecasts (ECMWF) ensemble seasonal forecasting system, SEAS5. For the period of 1981 to 2016 the
number of ensemble members is 25, whilst reforecasts produced for 2017 onwards use a 51-member
ensemble. Reforecasts are forecasts run over past dates, with those presented here used for
producing the seasonal river discharge thresholds. In addition, they provide a suitably long time
period against which the skill of the seasonal forecast can be assessed. The reforecasts are
initialised monthly and run for 123 days, with a 24-hourly time step. For more specific information
on the how the seasonal reforecast dataset is produced we refer to the documentation.\nCompanion
datasets, also available through the Climate Data Store (CDS), include the seasonal forecasts, for
which the dataset provided here can be useful for local skill assessment and post-processing. For
users looking for shorter term forecasts there are also medium-range forecasts and reforecasts
available, as well as historical simulations that can be used to derive the hydrological
climatology. For users looking specifically for European hydrological data, we refer to the European
Flood Awareness System (EFAS) forecasts and historical simulations. All these datasets are part of
the operational flood forecasting within the Copernicus Emergency Management Service
(CEMS).\n\nVariables in the dataset/application are:\nRiver discharge in the last 24
hours\n\nVariables in the dataset/application are:\nUpstream area"
instrument:
platform: CEMS
platformSerialIdentifier: CEMS
processingLevel:
keywords: ECMWF,CEMS,GloFAS,seasonal,forecast,river,discharge
sensorType: ATMOSPHERIC
license: proprietary
title: Seasonal reforecasts of river discharge and related data from the Global Flood Awareness System
missionStartDate: "2020-01-12T00:00:00Z"
EFAS_FORECAST:
abstract: |
This dataset provides gridded modelled hydrological time series forced with medium-range
meteorological forecasts. The data is a consistent representation of the most important
hydrological variables across the European Flood Awareness System (EFAS) domain. The
temporal resolution is sub-daily high-resolution and ensemble forecasts of:\n\nRiver
discharge\nSoil moisture for three soil layers\nSnow water equivalent\n\nIt also provides
static data on soil depth for the three soil layers. Soil moisture and river discharge
data are accompanied by ancillary files for interpretation (see related variables and
links in the documentation).\nThis data set was produced by forcing the LISFLOOD
hydrological model at a 5x5km resolution with meteorological forecasts. The forecasts are
initialised twice daily at 00 and 12 UTC with time steps of 6 or 24 hours and lead times
between 5 and 15 days depending on the forcing numerical weather prediction model. The
forcing meteorological data are high-resolution and ensemble forecasts from the European
Centre of Medium-range Weather Forecasts (ECMWF) with 51 ensemble members, high-resolution
forecasts from the Deutsches Wetter Dienst (DWD) and the ensemble forecasts from the COSMO
Local Ensemble Prediction System (COSMO-LEPS) with 20 ensemble members. The hydrological
forecasts are available from 2018-10-10 up until present with a 30-day delay. The real-time
data is only available to EFAS partners.\nCompanion datasets, also available through the
CDS, are historical simulations which can be used to derive the hydrological climatology
and for verification; reforecasts for research, local skill assessment and post-processing;
and seasonal forecasts and reforecasts for users looking for longer leadtime forecasts.
For users looking for global hydrological data, we refer to the Global Flood Awareness
System (GloFAS) forecasts and historical simulations. All these datasets are part of the
operational flood forecasting within the Copernicus Emergency Management Service
(CEMS).\n\nVariables in the dataset/application are:\nRiver discharge in the last 24 hours,
River discharge in the last 6 hours, Snow depth water equivalent, Soil depth, Volumetric
soil moisture\n\nVariables in the dataset/application are:\nOrography, Upstream area
instrument:
platform: CEMS
platformSerialIdentifier: CEMS
processingLevel:
keywords: ECMWF,CEMS,EFAS,forecast,river,discharge
sensorType: ATMOSPHERIC
license: proprietary
title: River discharge and related forecasted data by the European Flood Awareness System
missionStartDate: "2018-10-10T00:00:00Z"
EFAS_HISTORICAL:
abstract: |
This dataset provides gridded modelled daily hydrological time series forced with
meteorological observations. The data set is a consistent representation of the most
important hydrological variables across the European Flood Awareness System (EFAS) domain.
The temporal resolution is up to 30 years modelled time series of:\n\nRiver discharge\nSoil
moisture for three soil layers\nSnow water equivalent\n\nIt also provides static data on soil
depth for the three soil layers. Soil moisture and river discharge data are accompanied by
ancillary files for interpretation (see related variables and links in the
documentation).\nThis dataset was produced by forcing the LISFLOOD hydrological model with
gridded observational data of precipitation and temperature at a 5x5 km resolution across
the EFAS domain. The most recent version\nuses a 6-hourly time step, whereas older versions
uses a 24-hour time step. It is available from 1991-01-01 up until near-real time, with a
delay of 6 days. The real-time data is only available to EFAS partners.\nCompanion datasets,
also available through the CDS, are forecasts for users who are looking medium-range
forecasts, reforecasts for research, local skill assessment and post-processing, and
seasonal forecasts and reforecasts for users looking for long-term forecasts. For users
looking for global hydrological data, we refer to the Global Flood Awareness System (GloFAS)
forecasts and historical simulations. All these datasets are part of the operational flood
forecasting within the Copernicus Emergency Management Service (CEMS).\n\nVariables in the
dataset/application are:\nRiver discharge in the last 24 hours, River discharge in the last
6 hours, Snow depth water equivalent, Soil depth, Volumetric soil moisture\n\nVariables in
the dataset/application are:\nOrography, Upstream area
instrument:
platform: CEMS
platformSerialIdentifier: CEMS
processingLevel:
keywords: ECMWF,CEMS,EFAS,historical,river,discharge
sensorType: ATMOSPHERIC
license: proprietary
title: River discharge and related historical data from the European Flood Awareness System
missionStartDate: "1991-01-01T00:00:00Z"
EFAS_REFORECAST:
abstract: |
This dataset provides gridded modelled hydrological time series forced with medium- to
sub-seasonal range meteorological reforecasts. The data is a consistent representation of
the most important hydrological variables across the European Flood Awareness System (EFAS)
domain. The temporal resolution is 20 years of sub-daily reforecasts initialised twice
weekly (Mondays and Thursdays) of:\n\nRiver discharge\nSoil moisture for three soil
layers\nSnow water equivalent\n\nIt also provides static data on soil depth for the three
soil layers. Soil moisture and river discharge data are accompanied by ancillary files for
interpretation (see related variables and links in the documentation).\nThis dataset was
produced by forcing the LISFLOOD hydrological model at a 5x5km resolution with ensemble
meteorological reforecasts from the European Centre of Medium-range Weather Forecasts
(ECMWF). Reforecasts are forecasts run over past dates and are typically used to assess
the skill of a forecast system or to develop tools for statistical error correction of the
forecasts. The reforecasts are initialised twice weekly with lead times up to 46 days, at
6-hourly time steps for 20 years. For more specific information on the how the reforecast
dataset is produced we refer to the documentation.\nCompanion datasets, also available
through the Climate Data Store (CDS), are the operational forecasts, historical simulations
which can be used to derive the hydrological climatology, and seasonal forecasts and
reforecasts for users looking for long term forecasts. For users looking for global
hydrological data, we refer to the Global Flood Awareness System (GloFAS) forecasts an
historical simulations. All these datasets are part of the operational flood forecasting
within the Copernicus Emergency Management Service (CEMS).\n\nVariables in the
dataset/application are:\nRiver discharge, Snow depth water equivalent, Soil depth,
Volumetric soil moisture\n\nVariables in the dataset/application are:\nOrography, Upstream
area
instrument:
platform: CEMS
platformSerialIdentifier: CEMS
processingLevel:
keywords: ECMWF,CEMS,EFAS,reforecast,river,discharge
sensorType: ATMOSPHERIC
license: proprietary
title: Reforecasts of river discharge and related data by the European Flood Awareness System
missionStartDate: "1999-01-03T00:00:00Z"
missionEndDate: "2018-12-30T00:00:00Z"
EFAS_SEASONAL:
abstract: |
This dataset provides gridded modelled daily hydrological time series forced with seasonal
meteorological forecasts. The dataset is a consistent representation of the most important
hydrological variables across the European Flood Awareness (EFAS) domain. The temporal
resolution is daily forecasts initialised once a month consisting of:\n\nRiver discharge\nSoil
moisture for three soil layers\nSnow water equivalent\n\nIt also provides static data on
soil depth for the three soil layers. Soil moisture and river discharge data are accompanied
by ancillary files for interpretation (see related variables and links in the
documentation).\nThis dataset was produced by forcing the LISFLOOD hydrological model at a
5x5km resolution with seasonal meteorological ensemble forecasts. The forecasts are
initialised on the first of each month with a lead time of 215 days at 24-hour time steps.
The meteorological data are seasonal forecasts (SEAS5) from the European Centre of
Medium-range Weather Forecasts (ECMWF) with 51 ensemble members. The forecasts are available
from November 2020.\nCompanion datasets, also available through the Climate Data Store (CDS),
are seasonal reforecasts for research, local skill assessment and post-processing of the
seasonal forecasts. There are also medium-range forecasts for users who want to look at
shorter time ranges. These are accompanied by historical simulations which can be used to
derive the hydrological climatology, and medium-range reforecasts. For users looking for
global hydrological data, we refer to the Global Flood Awareness System (GloFAS) forecasts
and historical simulations. All these datasets are part of the operational flood forecasting
within the Copernicus Emergency Management Service (CEMS).\n\nVariables in the
dataset/application are:\nRiver discharge in the last 24 hours, Snow depth water equivalent,
Soil depth, Volumetric soil moisture\n\nVariables in the dataset/application
are:\nOrography, Upstream area
instrument:
platform: CEMS
platformSerialIdentifier: CEMS
processingLevel:
keywords: ECMWF,CEMS,EFAS,seasonal,forecast,river,discharge
sensorType: ATMOSPHERIC
license: proprietary
title: Seasonal forecasts of river discharge and related data by the European Flood Awareness System
missionStartDate: "2020-11-01T00:00:00Z"
EFAS_SEASONAL_REFORECAST:
abstract: |
This dataset provides modelled daily hydrological time series forced with seasonal meteorological reforecasts.
The dataset is a consistent representation of the most important hydrological variables across the European
Flood Awareness (EFAS) domain. The temporal resolution is daily forecasts initialised once a month over the
reforecast period 1991-2020 of:\n\nRiver discharge\nSoil moisture for three soil layers\nSnow water
equivalent\n\nIt also provides static data on soil depth for the three soil layers. Soil moisture and river
discharge data are accompanied by ancillary files for interpretation (see related variables and links in the
documentation).\nThis dataset was produced by forcing the LISFLOOD hydrological model at a 5x5km gridded
resolution with seasonal meteorological ensemble reforecasts. Reforecasts are forecasts run over past dates
and are typically used to assess the skill of a forecast system or to develop tools for statistical error
correction of the forecasts. The reforecasts are initialised on the first of each month with a lead time of
215 days at 24-hour time steps. The forcing meteorological data are seasonal reforecasts from the European
Centre of Medium-range Weather Forecasts (ECMWF), consisting of 25 ensemble members up until December 2016,
and after that 51 members. Hydrometeorological reforecasts are available from 1991-01-01 up until 2020-10-01.
\nCompanion datasets, also available through the Climate Data Store (CDS), are seasonal forecasts, for which
the seasonal reforecasts can be useful for local skill assessment and post-processing of the seasonal forecasts.
For users looking for shorter time ranges there are medium-range forecasts and reforecasts, as well as
historical simulations which can be used to derive the hydrological climatology. For users looking for global
hydrological data, we refer to the Global Flood Awareness System (GloFAS) forecasts and historical simulations.
All these datasets are part of the operational flood forecasting within the Copernicus Emergency Management
Service (CEMS).\n\nVariables in the dataset/application are:\nRiver discharge in the last 24 hours, Snow
depth water equivalent, Soil depth, Volumetric soil moisture\n\nVariables in the dataset/application
are:\nOrography, Upstream area"
instrument:
platform: CEMS
platformSerialIdentifier: CEMS
processingLevel:
keywords: ECMWF,CEMS,EFAS,seasonal,reforecast,river,discharge
sensorType: ATMOSPHERIC
license: proprietary
title: Seasonal reforecasts of river discharge and related data by the European Flood Awareness System
missionStartDate: "1991-01-01T00:00:00Z"
missionEndDate: "2020-10-01T00:00:00Z"
# COPERNICUS Digital Elevation Model
COP_DEM_GLO30_DGED:
abstract: |
Defence Gridded Elevation Data (DGED) formatted Copernicus DEM GLO-30 data.
The Copernicus Digital Elevation Model is a Digital Surface Model (DSM) that represents the surface of the Earth
including buildings, infrastructure and vegetation. The Copernicus DEM is provided in 3 different instances: EEA-10,
GLO-30 and GLO-90. GLO-30 provides worldwide coverage at 30 meters.Data were acquired through the TanDEM-X mission
between 2011 and 2015. The datasets were made available for use in 2019 and will be maintained until 2026.
instrument:
platform: TerraSAR
platformSerialIdentifier:
processingLevel:
keywords: TerraSAR,TanDEM-X,DEM,surface,GLO-30,DSM,GDGED
sensorType: ALTIMETRIC
license: proprietary
title: Copernicus DEM GLO-30 DGED
missionStartDate: "2010-06-21T00:00:00Z"
COP_DEM_GLO30_DTED:
abstract: |
Digital Terrain Elevation Data (DTED) formatted Copernicus DEM GLO-30 data.
The Copernicus Digital Elevation Model is a Digital Surface Model (DSM) that represents the surface of the Earth
including buildings, infrastructure and vegetation. The Copernicus DEM is provided in 3 different instances: EEA-10,
GLO-30 and GLO-90. GLO-30 provides worldwide coverage at 30 meters.Data were acquired through the TanDEM-X mission
between 2011 and 2015. The datasets were made available for use in 2019 and will be maintained until 2026.
instrument:
platform: TerraSAR
platformSerialIdentifier:
processingLevel:
keywords: TerraSAR,TanDEM-X,DEM,surface,GLO-30,DSM,DTED
sensorType: ALTIMETRIC
license: proprietary
title: Copernicus DEM GLO-30 DTED
missionStartDate: "2010-06-21T00:00:00Z"
COP_DEM_GLO90_DGED:
abstract: |
Defence Gridded Elevation Data (DGED) formatted Copernicus DEM GLO-90 data.
The Copernicus Digital Elevation Model is a Digital Surface Model (DSM) that represents the surface of the Earth
including buildings, infrastructure and vegetation. The Copernicus DEM is provided in 3 different instances: EEA-10,
GLO-30 and GLO-90. GLO-90 provides worldwide coverage at 90 meters.Data were acquired through the TanDEM-X mission
between 2011 and 2015. The datasets were made available for use in 2019 and will be maintained until 2026.
instrument:
platform: TerraSAR
platformSerialIdentifier:
processingLevel:
keywords: TerraSAR,TanDEM-X,DEM,surface,GLO-90,DSM,GDGED
sensorType: ALTIMETRIC
license: proprietary
title: Copernicus DEM GLO-90 DGED
missionStartDate: "2010-06-21T00:00:00Z"
COP_DEM_GLO90_DTED:
abstract: |
Digital Terrain Elevation Data (DTED) formatted Copernicus DEM GLO-90 data.
The Copernicus Digital Elevation Model is a Digital Surface Model (DSM) that represents the surface of the Earth
including buildings, infrastructure and vegetation. The Copernicus DEM is provided in 3 different instances: EEA-10,
GLO-30 and GLO-90. GLO-90 provides worldwide coverage at 90 meters.Data were acquired through the TanDEM-X mission
between 2011 and 2015. The datasets were made available for use in 2019 and will be maintained until 2026.
instrument:
platform: TerraSAR
platformSerialIdentifier:
processingLevel:
keywords: TerraSAR,TanDEM-X,DEM,surface,GLO-90,DSM,DTED
sensorType: ALTIMETRIC
license: proprietary
title: Copernicus DEM GLO-90 DTED
missionStartDate: "2010-06-21T00:00:00Z"
# Copernicus Land Monitoring Service
CLMS_CORINE:
abstract: |
The CORINE Land Cover (CLC) inventory was initiated in 1985 (reference year 1990). Updates have been produced in
2000, 2006, 2012, and 2018. It consists of an inventory of land cover in 44 classes. CLC uses a Minimum Mapping
Unit (MMU) of 25 hectares (ha) for areal phenomena and a minimum width of 100 m for linear phenomena. The time
series are complemented by change layers, which highlight changes in land cover with an MMU of 5 ha. Different
MMUs mean that the change layer has higher resolution than the status layer. Due to differences in MMUs the
difference between two status layers will not equal to the corresponding CLC-Changes layer. If you are interested
in CLC-Changes between two neighbour surveys always use the CLC-Change layer.
instrument:
platform: Sentinel-2, LANDSAT, SPOT-4/5, IRS P6 LISS III
platformSerialIdentifier: S2, L5, L7, L8, SPOT4, SPOT5
processingLevel:
keywords: Land-cover,LCL,CORINE,CLMS
sensorType:
license: proprietary
title: CORINE Land Cover
missionStartDate: "1986-01-01T00:00:00Z"
CLMS_GLO_FCOVER_333M:
abstract: |
The Fraction of Vegetation Cover (FCover) corresponds to the fraction of ground covered by green vegetation.
Practically, it quantifies the spatial extent of the vegetation. Because it is independent from the illumination
direction and it is sensitive to the vegetation amount, FCover is a very good candidate for the replacement of
classical vegetation indices for the monitoring of ecosystems. The product at 333m resolution is provided in
Near Real Time and consolidated in the next six periods.
instrument: OLCI,PROBA-V
platform: Sentinel-3
platformSerialIdentifier:
processingLevel:
keywords: Land,Fraction-of-vegetation-cover,OLCI,PROBA-V,Sentinel-3
sensorType:
license: proprietary
title: Global 10-daily Fraction of Vegetation Cover 333m
missionStartDate: "2014-01-10T00:00:00Z"
CLMS_GLO_NDVI_333M:
abstract: |
The Normalized Difference Vegetation Index (NDVI) is a proxy to quantify the vegetation amount. It is defined
as NDVI=(NIR-Red)/(NIR+Red) where NIR corresponds to the reflectance in the near infrared band, and Red to the
reflectance in the red band. It is closely related to FAPAR and is little scale dependant.
instrument: PROBA-V
platform:
platformSerialIdentifier:
processingLevel:
keywords: Land,NDVI,PROBA-V
sensorType:
license: proprietary
title: Global 10-daily Normalized Difference Vegetation Index 333M
missionStartDate: "2014-01-01T00:00:00Z"
CLMS_GLO_NDVI_1KM_LTS:
abstract: |
The Normalized Difference Vegetation Index (NDVI) is a proxy to quantify the vegetation amount. It is defined
as NDVI=(NIR-Red)/(NIR+Red) where NIR corresponds to the reflectance in the near infrared band, and Red to the
reflectance in the red band. The time series of dekadal (10-daily) NDVI 1km version 2 observations over the
period 1999-2017 is used to calculate Long Term Statistics (LTS) for each of the 36 10-daily periods (dekads)
of the year. The calculated LTS include the minimum, median, maximum, average, standard deviation and the number
of observations in the covered time series period. These LTS can be used as a reference for actual NDVI observations,
which allows evaluating whether vegetation conditions deviate from a 'normal' situation.
instrument: VEGETATION,PROBA-V
platform: SPOT
platformSerialIdentifier:
processingLevel:
keywords: Land,NDVI,LTS,SPOT,VEGETATION,PROBA-V
sensorType:
license: proprietary
title: "Normalized Difference Vegetation Index: global Long Term Statistics (raster 1km) - version 2, Apr 2019"
missionStartDate: "1999-01-01T00:00:00Z"
CLMS_GLO_DMP_333M:
abstract: |
Dry matter Productivity (DMP) is an indication of the overall growth rate or dry biomass increase of the vegetation
and is directly related to ecosystem Net Primary Productivity (NPP), however its units (kilograms of gross dry
matter per hectare per day) are customized for agro-statistical purposes. Compared to the Gross DMP (GDMP), or its
equivalent Gross Primary Productivity, the main difference lies in the inclusion of the autotrophic respiration.
Like the FAPAR products that are used as input for the GDMP estimation, these GDMP products are provided in Near
Real Time, with consolidations in the next periods, or as offline product.
instrument: OLCI,PROBA-V
platform: Sentinel-3
platformSerialIdentifier:
processingLevel:
keywords: Land,Dry-matter-productivity,DMP,OLCI,PROBA-V,Sentinel-3
sensorType:
license: proprietary
title: 10-daily Dry Matter Productivity 333M
missionStartDate: "2014-01-10T00:00:00Z"
CLMS_GLO_GDMP_333M:
abstract: |
Gross dry matter Productivity (GDMP) is an indication of the overall growth rate or dry biomass increase of the
vegetation and is directly related to ecosystem Gross Primary Productivity (GPP), that reflects the ecosystem's
overall production of organic compounds from atmospheric carbon dioxide, however its units (kilograms of gross dry
matter per hectare per day) are customized for agro-statistical purposes. Like the FAPAR products that are used as
input for the GDMP estimation, these GDMP products are provided in Near Real Time, with consolidations in the next
periods, or as offline product.
instrument: OLCI,PROBA-V
platform: Sentinel-3
platformSerialIdentifier:
processingLevel:
keywords: Land,Gross-dry-matter-productivity,GDMP,GPP,OLCI,PROBA-V,Sentinel-3
sensorType:
license: proprietary
title: 10-daily Gross Dry Matter Productivity 333M
missionStartDate: "2014-01-10T00:00:00Z"
CLMS_GLO_LAI_333M:
abstract: |
LAI was defined by CEOS as half the developed area of the convex hull wrapping the green canopy elements per unit
horizontal ground. This definition allows accounting for elements which are not flat such as needles or stems.
LAI is strongly non linearly related to reflectance. Therefore, its estimation from remote sensing observations
will be scale dependant over heterogeneous landscapes. When observing a canopy made of different layers of vegetation,
it is therefore mandatory to consider all the green layers. This is particularly important for forest canopies where
the understory may represent a very significant contribution to the total canopy LAI. The derived LAI corresponds
therefore to the total green LAI, including the contribution of the green elements of the understory. The product at
333m resolution is provided in Near Real Time and consolidated in the next six periods.
instrument: OLCI,PROBA-V
platform: Sentinel-3
platformSerialIdentifier:
processingLevel:
keywords: Land,Leaf-area-index,LAI,OLCI,PROBA-V,Sentinel-3
sensorType:
license: proprietary
title: Global 10-daily Leaf Area Index 333m
missionStartDate: "2014-01-10T00:00:00Z"
CLMS_GLO_FAPAR_333M:
abstract: |
The FAPAR quantifies the fraction of the solar radiation absorbed by plants for photosynthesis. It refers only to
the green and living elements of the canopy. The FAPAR depends on the canopy structure, vegetation element optical
properties, atmospheric conditions and angular configuration. To overcome this latter dependency, a daily integrated
FAPAR value is assessed. FAPAR is very useful as input to a number of primary productivity models and is recognized
as an Essential Climate Variable (ECV) by the Global Climate Observing System (GCOS). The product at 333m resolution
is provided in Near Real Time and consolidated in the next six periods.
instrument: OLCI,PROBA-V
platform: Sentinel-3
platformSerialIdentifier:
processingLevel:
keywords: Land,Fraction-of-absorbed-PAR,FAPAR,OLCI,PROBA-V,Sentinel-3
sensorType:
license: proprietary
title: Global 10-daily Fraction of Absorbed PAR 333m
missionStartDate: "2014-01-10T00:00:00Z"
EEA_DAILY_SWI_1KM:
abstract: |
The Soil Water Index (SWI) quantifies the moisture condition at various depths in the soil. It is mainly driven by
the precipitation via the process of infiltration. Soil moisture is a very heterogeneous variable and varies on
small scales with soil properties and drainage patterns. Satellite measurements integrate over relative large-scale
areas, with the presence of vegetation adding complexity to the interpretation. Soil moisture is a key parameter in
numerous environmental studies including hydrology, meteorology and agriculture, and is recognized as an Essential
Climate Variable (ECV) by the Global Climate Observing System (GCOS). The SWI product provides daily information about
moisture conditions in different soil layers. It includes a quality flag (QFLAG) indicating the availability of SSM
measurements for SWI calculations, and a Surface State Flag (SSF) indicating frozen or snow covered soils.
instrument: C-SAR,Metop ASCAT
platform: Sentinel-1
platformSerialIdentifier:
processingLevel:
keywords: SWI,QFLAG,SSF,C-SAR,Metop-ASCAT,Sentinel-1
sensorType: RADAR
license: proprietary
title: "Soil Water Index: continental Europe daily (raster 1km) - version 1, Apr 2019"
missionStartDate: "2015-01-01T00:00:00Z"
EEA_DAILY_SSM_1KM:
abstract: |
Surface Soil Moisture (SSM) is the relative water content of the top few centimetres soil, describing how wet or
dry the soil is in its topmost layer, expressed in percent saturation. It is measured by satellite radar sensors and
allows insights in local precipitation impacts and soil conditions. SSM is a key driver of water and heat fluxes
between the ground and the atmosphere, regulating air temperature and humidity. Moreover, in its role as water supply,
it is vital to vegetation health. Vice versa, SSM is very sensitive to external forcing in the form of precipitation,
temperature, solar irradiation, humidity, and wind. SSM is thus both an integrator of climatic conditions and a driver
of local weather and climate, and plays a major role in global water-, energy- and carbon- cycles. Knowledge on the
dynamics of soil moisture is important in the understanding of processes in many environmental and socio-economic fields,
e.g., its impact on vegetation vitality, crop yield, droughts or exposure to flood threats.
instrument: C-SAR,Metop ASCAT
platform: Sentinel-1
platformSerialIdentifier:
processingLevel:
keywords: SSM,C-SAR,Metop-ASCAT,Sentinel-1
sensorType: RADAR
license: proprietary
title: "Surface Soil Moisture: continental Europe daily (raster 1km) - version 1, Apr 2019"
missionStartDate: "2015-01-01T00:00:00Z"
EEA_DAILY_VI:
abstract: |
Vegetation Indices (VI) comprises four daily vegetation indices (PPI, NDVI, LAI and FAPAR) and quality information,
that are part of the Copernicus Land Monitoring Service (CLMS) HR-VPP product suite. The 10m resolution, daily updated
Plant Phenology Index (PPI), Normalized Difference Vegetation Index (NDVI), Leaf Area Index (LAI) and Fraction of Absorbed
Photosynthetically Active Radiation (fAPAR) are derived from Copernicus Sentinel-2 satellite observations. They are
provided together with a related quality indicator (QFLAG2) that flags clouds, shadows, snow, open water and other areas
where the VI retrieval is less reliable. These Vegetation Indices are made available as a set of raster files with 10 x 10m
resolution, in UTM/WGS84 projection corresponding to the Sentinel-2 tiling grid, for those tiles that cover the EEA38
countries and the United Kingdom and for the period from 2017 until today, with daily updates. The Vegetation Indices
are part of the pan-European High Resolution Vegetation Phenology and Productivity (HR-VPP) component of the Copernicus
Land Monitoring Service (CLMS).
instrument:
platform: Sentinel-2
platformSerialIdentifier: S2A, S2B
processingLevel:
keywords: Land,Plant-phenology-index,Phenology,Vegetation,Sentinel-2,S2A,S2B
sensorType: RADAR
license: proprietary
title: Vegetation Indices, daily, UTM projection
missionStartDate:
# METEOBLUE --------------------------------------------------------------------------
NEMSGLOBAL_TCDC:
abstract: |
Total cloud cover from NOAAmodel Environment Monitoring System (NEMS) global model.
NEMSGLOBAL has 30km spatial and 1h temporal resolutions and produces seamless
datasets from 1984 to 7 days ahead.
instrument:
platform: NEMSGLOBAL
platformSerialIdentifier: NEMSGLOBAL
processingLevel:
keywords: meteoblue,NEMS,NEMSGLOBAL,CLOUD,COVER,TOTAL,TCDC,DAILY,MEAN
sensorType: ATMOSPHERIC
license: proprietary
title: NEMSGLOBAL Total Cloud Cover daily mean
missionStartDate: "1984-01-01T00:00:00Z"
NEMSAUTO_TCDC:
abstract: |
Total cloud cover from NOAAmodel Environment Monitoring System (NEMS) automatic
domain switch. NEMSAUTO is the automatic delivery of the highest resolution meteoblue
model available for any requested period of time and location. The NEMS model family
are improved NMM successors (operational since 2013). NEMS is a multi-scale model
(used from global down to local domains) and significantly improves cloud-development
and precipitation forecast.
Note that Automatic domain switching is only supported for multi point queries.
Support for polygons may follow later.
instrument:
platform: NEMSAUTO
platformSerialIdentifier: NEMSAUTO
processingLevel:
keywords: meteoblue,NEMS,NEMSAUTO,CLOUD,COVER,TOTAL,TCDC,DAILY,MEAN
sensorType: ATMOSPHERIC
license: proprietary
title: NEMSAUTO Total Cloud Cover daily mean
missionStartDate: "1984-01-01T00:00:00Z"
# GENERIC----------------------------------------------------------------------
GENERIC_PRODUCT_TYPE:
abstract:
instrument:
platform:
platformSerialIdentifier:
processingLevel:
keywords:
sensorType:
license:
title:
missionStartDate:
The following table lists the metadata parameters of the product types, and shows whether these product types are available for providers or not. The table allows you to display desired columns only, sort, and filter its content.
Product types information (CSV)#
product type |
abstract |
instrument |
platform |
platformSerialIdentifier |
processingLevel |
keywords |
sensorType |
license |
title |
missionStartDate |
astraea_eod |
aws_eos |
cop_ads |
cop_cds |
cop_dataspace |
creodias |
earth_search |
earth_search_cog |
earth_search_gcs |
ecmwf |
hydroweb_next |
meteoblue |
onda |
peps |
planetary_computer |
sara |
theia |
usgs |
usgs_satapi_aws |
wekeo |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
CAMS_EAC4 |
CAMS (Copernicus Atmosphere Monitoring Service) ECMWF Atmospheric Composition Reanalysis 4 from Copernicus ADS |
CAMS |
CAMS |
Copernicus,Atmosphere,Atmospheric,Reanalysis,CAMS,EAC4,ADS,ECMWF |
ATMOSPHERIC |
proprietary |
CAMS ECMWF Atmospheric Composition Reanalysis 4 |
2003-01-01T00:00:00Z |
available |
|||||||||||||||||||||
CAMS_GACF_AOT |
CAMS (Copernicus Atmosphere Monitoring Service) Global Atmospheric Composition Forecast of Aerosol Optical Thickness from Copernicus ADS |
CAMS |
CAMS |
Copernicus,Atmosphere,Atmospheric,Forecast,CAMS,GACF,AOT,ADS |
ATMOSPHERIC |
proprietary |
CAMS GACF Aerosol Optical Thickness |
2003-01-01T00:00:00Z |
available |
|||||||||||||||||||||
CAMS_GACF_MR |
CAMS (Copernicus Atmosphere Monitoring Service) Global Atmospheric Composition Forecast of Mixing Ratios from Copernicus ADS |
CAMS |
CAMS |
Copernicus,Atmosphere,Atmospheric,Forecast,CAMS,GACF,MR,ADS |
ATMOSPHERIC |
proprietary |
CAMS GACF Mixing Ratios |
2003-01-01T00:00:00Z |
available |
|||||||||||||||||||||
CAMS_GACF_RH |
CAMS (Copernicus Atmosphere Monitoring Service) Global Atmospheric Composition Forecast of Relative Humidity from Copernicus ADS |
CAMS |
CAMS |
Copernicus,Atmosphere,Atmospheric,Forecast,CAMS,GACF,RH,ADS |
ATMOSPHERIC |
proprietary |
CAMS GACF Relative Humidity |
2003-01-01T00:00:00Z |
available |
|||||||||||||||||||||
CBERS4_AWFI_L2 |
China-Brazil Earth Resources Satellite, CBERS-4 AWFI camera Level-2 product. System corrected images, expect some translation error. |
AWFI |
CBERS |
CBERS-4 |
L2 |
AWFI,CBERS,CBERS-4,L2 |
OPTICAL |
proprietary |
CBERS-4 AWFI Level-2 |
2014-12-07T00:00:00Z |
available |
|||||||||||||||||||
CBERS4_AWFI_L4 |
China-Brazil Earth Resources Satellite, CBERS-4 AWFI camera Level-4 product. Orthorectified with ground control points. |
AWFI |
CBERS |
CBERS-4 |
L4 |
AWFI,CBERS,CBERS-4,L4 |
OPTICAL |
proprietary |
CBERS-4 AWFI Level-4 |
2014-12-07T00:00:00Z |
available |
|||||||||||||||||||
CBERS4_MUX_L2 |
China-Brazil Earth Resources Satellite, CBERS-4 MUX camera Level-2 product. System corrected images, expect some translation error. |
MUX |
CBERS |
CBERS-4 |
L2 |
MUX,CBERS,CBERS-4,L2 |
OPTICAL |
proprietary |
CBERS-4 MUX Level-2 |
2014-12-07T00:00:00Z |
available |
|||||||||||||||||||
CBERS4_MUX_L4 |
China-Brazil Earth Resources Satellite, CBERS-4 MUX camera Level-4 product. Orthorectified with ground control points. |
MUX |
CBERS |
CBERS-4 |
L4 |
MUX,CBERS,CBERS-4,L4 |
OPTICAL |
proprietary |
CBERS-4 MUX Level-4 |
2014-12-07T00:00:00Z |
available |
|||||||||||||||||||
CBERS4_PAN10M_L2 |
China-Brazil Earth Resources Satellite, CBERS-4 PAN10M camera Level-2 product. System corrected images, expect some translation error. |
PAN10M |
CBERS |
CBERS-4 |
L2 |
PAN10M,CBERS,CBERS-4,L2 |
OPTICAL |
proprietary |
CBERS-4 PAN10M Level-2 |
2014-12-07T00:00:00Z |
available |
|||||||||||||||||||
CBERS4_PAN10M_L4 |
China-Brazil Earth Resources Satellite, CBERS-4 PAN10M camera Level-4 product. Orthorectified with ground control points. |
PAN10M |
CBERS |
CBERS-4 |
L4 |
PAN10M,CBERS,CBERS-4,L4 |
OPTICAL |
proprietary |
CBERS-4 PAN10M Level-4 |
2014-12-07T00:00:00Z |
available |
|||||||||||||||||||
CBERS4_PAN5M_L2 |
China-Brazil Earth Resources Satellite, CBERS-4 PAN5M camera Level-2 product. System corrected images, expect some translation error. |
PAN5M |
CBERS |
CBERS-4 |
L2 |
PAN5M,CBERS,CBERS-4,L2 |
OPTICAL |
proprietary |
CBERS-4 PAN5M Level-2 |
2014-12-07T00:00:00Z |
available |
|||||||||||||||||||
CBERS4_PAN5M_L4 |
China-Brazil Earth Resources Satellite, CBERS-4 PAN5M camera Level-4 product. Orthorectified with ground control points. |
PAN5M |
CBERS |
CBERS-4 |
L4 |
PAN5M,CBERS,CBERS-4,L4 |
OPTICAL |
proprietary |
CBERS-4 PAN5M Level-4 |
2014-12-07T00:00:00Z |
available |
|||||||||||||||||||
CLMS_CORINE |
The CORINE Land Cover (CLC) inventory was initiated in 1985 (reference year 1990). Updates have been produced in 2000, 2006, 2012, and 2018. It consists of an inventory of land cover in 44 classes. CLC uses a Minimum Mapping Unit (MMU) of 25 hectares (ha) for areal phenomena and a minimum width of 100 m for linear phenomena. The time series are complemented by change layers, which highlight changes in land cover with an MMU of 5 ha. Different MMUs mean that the change layer has higher resolution than the status layer. Due to differences in MMUs the difference between two status layers will not equal to the corresponding CLC-Changes layer. If you are interested in CLC-Changes between two neighbour surveys always use the CLC-Change layer. |
Sentinel-2, LANDSAT, SPOT-4/5, IRS P6 LISS III |
S2, L5, L7, L8, SPOT4, SPOT5 |
Land-cover,LCL,CORINE,CLMS |
proprietary |
CORINE Land Cover |
1986-01-01T00:00:00Z |
available |
||||||||||||||||||||||
CLMS_GLO_DMP_333M |
Dry matter Productivity (DMP) is an indication of the overall growth rate or dry biomass increase of the vegetation and is directly related to ecosystem Net Primary Productivity (NPP), however its units (kilograms of gross dry matter per hectare per day) are customized for agro-statistical purposes. Compared to the Gross DMP (GDMP), or its equivalent Gross Primary Productivity, the main difference lies in the inclusion of the autotrophic respiration. Like the FAPAR products that are used as input for the GDMP estimation, these GDMP products are provided in Near Real Time, with consolidations in the next periods, or as offline product. |
OLCI,PROBA-V |
Sentinel-3 |
Land,Dry-matter-productivity,DMP,OLCI,PROBA-V,Sentinel-3 |
proprietary |
10-daily Dry Matter Productivity 333M |
2014-01-10T00:00:00Z |
available |
||||||||||||||||||||||
CLMS_GLO_FAPAR_333M |
The FAPAR quantifies the fraction of the solar radiation absorbed by plants for photosynthesis. It refers only to the green and living elements of the canopy. The FAPAR depends on the canopy structure, vegetation element optical properties, atmospheric conditions and angular configuration. To overcome this latter dependency, a daily integrated FAPAR value is assessed. FAPAR is very useful as input to a number of primary productivity models and is recognized as an Essential Climate Variable (ECV) by the Global Climate Observing System (GCOS). The product at 333m resolution is provided in Near Real Time and consolidated in the next six periods. |
OLCI,PROBA-V |
Sentinel-3 |
Land,Fraction-of-absorbed-PAR,FAPAR,OLCI,PROBA-V,Sentinel-3 |
proprietary |
Global 10-daily Fraction of Absorbed PAR 333m |
2014-01-10T00:00:00Z |
available |
||||||||||||||||||||||
CLMS_GLO_FCOVER_333M |
The Fraction of Vegetation Cover (FCover) corresponds to the fraction of ground covered by green vegetation. Practically, it quantifies the spatial extent of the vegetation. Because it is independent from the illumination direction and it is sensitive to the vegetation amount, FCover is a very good candidate for the replacement of classical vegetation indices for the monitoring of ecosystems. The product at 333m resolution is provided in Near Real Time and consolidated in the next six periods. |
OLCI,PROBA-V |
Sentinel-3 |
Land,Fraction-of-vegetation-cover,OLCI,PROBA-V,Sentinel-3 |
proprietary |
Global 10-daily Fraction of Vegetation Cover 333m |
2014-01-10T00:00:00Z |
available |
||||||||||||||||||||||
CLMS_GLO_GDMP_333M |
Gross dry matter Productivity (GDMP) is an indication of the overall growth rate or dry biomass increase of the vegetation and is directly related to ecosystem Gross Primary Productivity (GPP), that reflects the ecosystem’s overall production of organic compounds from atmospheric carbon dioxide, however its units (kilograms of gross dry matter per hectare per day) are customized for agro-statistical purposes. Like the FAPAR products that are used as input for the GDMP estimation, these GDMP products are provided in Near Real Time, with consolidations in the next periods, or as offline product. |
OLCI,PROBA-V |
Sentinel-3 |
Land,Gross-dry-matter-productivity,GDMP,GPP,OLCI,PROBA-V,Sentinel-3 |
proprietary |
10-daily Gross Dry Matter Productivity 333M |
2014-01-10T00:00:00Z |
available |
||||||||||||||||||||||
CLMS_GLO_LAI_333M |
LAI was defined by CEOS as half the developed area of the convex hull wrapping the green canopy elements per unit horizontal ground. This definition allows accounting for elements which are not flat such as needles or stems. LAI is strongly non linearly related to reflectance. Therefore, its estimation from remote sensing observations will be scale dependant over heterogeneous landscapes. When observing a canopy made of different layers of vegetation, it is therefore mandatory to consider all the green layers. This is particularly important for forest canopies where the understory may represent a very significant contribution to the total canopy LAI. The derived LAI corresponds therefore to the total green LAI, including the contribution of the green elements of the understory. The product at 333m resolution is provided in Near Real Time and consolidated in the next six periods. |
OLCI,PROBA-V |
Sentinel-3 |
Land,Leaf-area-index,LAI,OLCI,PROBA-V,Sentinel-3 |
proprietary |
Global 10-daily Leaf Area Index 333m |
2014-01-10T00:00:00Z |
available |
||||||||||||||||||||||
CLMS_GLO_NDVI_1KM_LTS |
The Normalized Difference Vegetation Index (NDVI) is a proxy to quantify the vegetation amount. It is defined as NDVI=(NIR-Red)/(NIR+Red) where NIR corresponds to the reflectance in the near infrared band, and Red to the reflectance in the red band. The time series of dekadal (10-daily) NDVI 1km version 2 observations over the period 1999-2017 is used to calculate Long Term Statistics (LTS) for each of the 36 10-daily periods (dekads) of the year. The calculated LTS include the minimum, median, maximum, average, standard deviation and the number of observations in the covered time series period. These LTS can be used as a reference for actual NDVI observations, which allows evaluating whether vegetation conditions deviate from a ‘normal’ situation. |
VEGETATION,PROBA-V |
SPOT |
Land,NDVI,LTS,SPOT,VEGETATION,PROBA-V |
proprietary |
Normalized Difference Vegetation Index: global Long Term Statistics (raster 1km) - version 2, Apr 2019 |
1999-01-01T00:00:00Z |
available |
||||||||||||||||||||||
CLMS_GLO_NDVI_333M |
The Normalized Difference Vegetation Index (NDVI) is a proxy to quantify the vegetation amount. It is defined as NDVI=(NIR-Red)/(NIR+Red) where NIR corresponds to the reflectance in the near infrared band, and Red to the reflectance in the red band. It is closely related to FAPAR and is little scale dependant. |
PROBA-V |
Land,NDVI,PROBA-V |
proprietary |
Global 10-daily Normalized Difference Vegetation Index 333M |
2014-01-01T00:00:00Z |
available |
|||||||||||||||||||||||
COP_DEM_GLO30_DGED |
Defence Gridded Elevation Data (DGED) formatted Copernicus DEM GLO-30 data. The Copernicus Digital Elevation Model is a Digital Surface Model (DSM) that represents the surface of the Earth including buildings, infrastructure and vegetation. The Copernicus DEM is provided in 3 different instances: EEA-10, GLO-30 and GLO-90. GLO-30 provides worldwide coverage at 30 meters.Data were acquired through the TanDEM-X mission between 2011 and 2015. The datasets were made available for use in 2019 and will be maintained until 2026. |
TerraSAR |
TerraSAR,TanDEM-X,DEM,surface,GLO-30,DSM,GDGED |
ALTIMETRIC |
proprietary |
Copernicus DEM GLO-30 DGED |
2010-06-21T00:00:00Z |
available |
available |
|||||||||||||||||||||
COP_DEM_GLO30_DTED |
Digital Terrain Elevation Data (DTED) formatted Copernicus DEM GLO-30 data. The Copernicus Digital Elevation Model is a Digital Surface Model (DSM) that represents the surface of the Earth including buildings, infrastructure and vegetation. The Copernicus DEM is provided in 3 different instances: EEA-10, GLO-30 and GLO-90. GLO-30 provides worldwide coverage at 30 meters.Data were acquired through the TanDEM-X mission between 2011 and 2015. The datasets were made available for use in 2019 and will be maintained until 2026. |
TerraSAR |
TerraSAR,TanDEM-X,DEM,surface,GLO-30,DSM,DTED |
ALTIMETRIC |
proprietary |
Copernicus DEM GLO-30 DTED |
2010-06-21T00:00:00Z |
available |
||||||||||||||||||||||
COP_DEM_GLO90_DGED |
Defence Gridded Elevation Data (DGED) formatted Copernicus DEM GLO-90 data. The Copernicus Digital Elevation Model is a Digital Surface Model (DSM) that represents the surface of the Earth including buildings, infrastructure and vegetation. The Copernicus DEM is provided in 3 different instances: EEA-10, GLO-30 and GLO-90. GLO-90 provides worldwide coverage at 90 meters.Data were acquired through the TanDEM-X mission between 2011 and 2015. The datasets were made available for use in 2019 and will be maintained until 2026. |
TerraSAR |
TerraSAR,TanDEM-X,DEM,surface,GLO-90,DSM,GDGED |
ALTIMETRIC |
proprietary |
Copernicus DEM GLO-90 DGED |
2010-06-21T00:00:00Z |
available |
available |
|||||||||||||||||||||
COP_DEM_GLO90_DTED |
Digital Terrain Elevation Data (DTED) formatted Copernicus DEM GLO-90 data. The Copernicus Digital Elevation Model is a Digital Surface Model (DSM) that represents the surface of the Earth including buildings, infrastructure and vegetation. The Copernicus DEM is provided in 3 different instances: EEA-10, GLO-30 and GLO-90. GLO-90 provides worldwide coverage at 90 meters.Data were acquired through the TanDEM-X mission between 2011 and 2015. The datasets were made available for use in 2019 and will be maintained until 2026. |
TerraSAR |
TerraSAR,TanDEM-X,DEM,surface,GLO-90,DSM,DTED |
ALTIMETRIC |
proprietary |
Copernicus DEM GLO-90 DTED |
2010-06-21T00:00:00Z |
available |
||||||||||||||||||||||
EEA_DAILY_SSM_1KM |
Surface Soil Moisture (SSM) is the relative water content of the top few centimetres soil, describing how wet or dry the soil is in its topmost layer, expressed in percent saturation. It is measured by satellite radar sensors and allows insights in local precipitation impacts and soil conditions. SSM is a key driver of water and heat fluxes between the ground and the atmosphere, regulating air temperature and humidity. Moreover, in its role as water supply, it is vital to vegetation health. Vice versa, SSM is very sensitive to external forcing in the form of precipitation, temperature, solar irradiation, humidity, and wind. SSM is thus both an integrator of climatic conditions and a driver of local weather and climate, and plays a major role in global water-, energy- and carbon- cycles. Knowledge on the dynamics of soil moisture is important in the understanding of processes in many environmental and socio-economic fields, e.g., its impact on vegetation vitality, crop yield, droughts or exposure to flood threats. |
C-SAR,Metop ASCAT |
Sentinel-1 |
SSM,C-SAR,Metop-ASCAT,Sentinel-1 |
RADAR |
proprietary |
Surface Soil Moisture: continental Europe daily (raster 1km) - version 1, Apr 2019 |
2015-01-01T00:00:00Z |
available |
|||||||||||||||||||||
EEA_DAILY_SWI_1KM |
The Soil Water Index (SWI) quantifies the moisture condition at various depths in the soil. It is mainly driven by the precipitation via the process of infiltration. Soil moisture is a very heterogeneous variable and varies on small scales with soil properties and drainage patterns. Satellite measurements integrate over relative large-scale areas, with the presence of vegetation adding complexity to the interpretation. Soil moisture is a key parameter in numerous environmental studies including hydrology, meteorology and agriculture, and is recognized as an Essential Climate Variable (ECV) by the Global Climate Observing System (GCOS). The SWI product provides daily information about moisture conditions in different soil layers. It includes a quality flag (QFLAG) indicating the availability of SSM measurements for SWI calculations, and a Surface State Flag (SSF) indicating frozen or snow covered soils. |
C-SAR,Metop ASCAT |
Sentinel-1 |
SWI,QFLAG,SSF,C-SAR,Metop-ASCAT,Sentinel-1 |
RADAR |
proprietary |
Soil Water Index: continental Europe daily (raster 1km) - version 1, Apr 2019 |
2015-01-01T00:00:00Z |
available |
|||||||||||||||||||||
EEA_DAILY_VI |
Vegetation Indices (VI) comprises four daily vegetation indices (PPI, NDVI, LAI and FAPAR) and quality information, that are part of the Copernicus Land Monitoring Service (CLMS) HR-VPP product suite. The 10m resolution, daily updated Plant Phenology Index (PPI), Normalized Difference Vegetation Index (NDVI), Leaf Area Index (LAI) and Fraction of Absorbed Photosynthetically Active Radiation (fAPAR) are derived from Copernicus Sentinel-2 satellite observations. They are provided together with a related quality indicator (QFLAG2) that flags clouds, shadows, snow, open water and other areas where the VI retrieval is less reliable. These Vegetation Indices are made available as a set of raster files with 10 x 10m resolution, in UTM/WGS84 projection corresponding to the Sentinel-2 tiling grid, for those tiles that cover the EEA38 countries and the United Kingdom and for the period from 2017 until today, with daily updates. The Vegetation Indices are part of the pan-European High Resolution Vegetation Phenology and Productivity (HR-VPP) component of the Copernicus Land Monitoring Service (CLMS). |
Sentinel-2 |
S2A, S2B |
Land,Plant-phenology-index,Phenology,Vegetation,Sentinel-2,S2A,S2B |
RADAR |
proprietary |
Vegetation Indices, daily, UTM projection |
available |
||||||||||||||||||||||
EFAS_FORECAST |
This dataset provides gridded modelled hydrological time series forced with medium-range meteorological forecasts. The data is a consistent representation of the most important hydrological variables across the European Flood Awareness System (EFAS) domain. The temporal resolution is sub-daily high-resolution and ensemble forecasts of:nnRiver dischargenSoil moisture for three soil layersnSnow water equivalentnnIt also provides static data on soil depth for the three soil layers. Soil moisture and river discharge data are accompanied by ancillary files for interpretation (see related variables and links in the documentation).nThis data set was produced by forcing the LISFLOOD hydrological model at a 5x5km resolution with meteorological forecasts. The forecasts are initialised twice daily at 00 and 12 UTC with time steps of 6 or 24 hours and lead times between 5 and 15 days depending on the forcing numerical weather prediction model. The forcing meteorological data are high-resolution and ensemble forecasts from the European Centre of Medium-range Weather Forecasts (ECMWF) with 51 ensemble members, high-resolution forecasts from the Deutsches Wetter Dienst (DWD) and the ensemble forecasts from the COSMO Local Ensemble Prediction System (COSMO-LEPS) with 20 ensemble members. The hydrological forecasts are available from 2018-10-10 up until present with a 30-day delay. The real-time data is only available to EFAS partners.nCompanion datasets, also available through the CDS, are historical simulations which can be used to derive the hydrological climatology and for verification; reforecasts for research, local skill assessment and post-processing; and seasonal forecasts and reforecasts for users looking for longer leadtime forecasts. For users looking for global hydrological data, we refer to the Global Flood Awareness System (GloFAS) forecasts and historical simulations. All these datasets are part of the operational flood forecasting within the Copernicus Emergency Management Service (CEMS).nnVariables in the dataset/application are:nRiver discharge in the last 24 hours, River discharge in the last 6 hours, Snow depth water equivalent, Soil depth, Volumetric soil moisturennVariables in the dataset/application are:nOrography, Upstream area |
CEMS |
CEMS |
ECMWF,CEMS,EFAS,forecast,river,discharge |
ATMOSPHERIC |
proprietary |
River discharge and related forecasted data by the European Flood Awareness System |
2018-10-10T00:00:00Z |
available |
|||||||||||||||||||||
EFAS_HISTORICAL |
This dataset provides gridded modelled daily hydrological time series forced with meteorological observations. The data set is a consistent representation of the most important hydrological variables across the European Flood Awareness System (EFAS) domain. The temporal resolution is up to 30 years modelled time series of:nnRiver dischargenSoil moisture for three soil layersnSnow water equivalentnnIt also provides static data on soil depth for the three soil layers. Soil moisture and river discharge data are accompanied by ancillary files for interpretation (see related variables and links in the documentation).nThis dataset was produced by forcing the LISFLOOD hydrological model with gridded observational data of precipitation and temperature at a 5x5 km resolution across the EFAS domain. The most recent versionnuses a 6-hourly time step, whereas older versions uses a 24-hour time step. It is available from 1991-01-01 up until near-real time, with a delay of 6 days. The real-time data is only available to EFAS partners.nCompanion datasets, also available through the CDS, are forecasts for users who are looking medium-range forecasts, reforecasts for research, local skill assessment and post-processing, and seasonal forecasts and reforecasts for users looking for long-term forecasts. For users looking for global hydrological data, we refer to the Global Flood Awareness System (GloFAS) forecasts and historical simulations. All these datasets are part of the operational flood forecasting within the Copernicus Emergency Management Service (CEMS).nnVariables in the dataset/application are:nRiver discharge in the last 24 hours, River discharge in the last 6 hours, Snow depth water equivalent, Soil depth, Volumetric soil moisturennVariables in the dataset/application are:nOrography, Upstream area |
CEMS |
CEMS |
ECMWF,CEMS,EFAS,historical,river,discharge |
ATMOSPHERIC |
proprietary |
River discharge and related historical data from the European Flood Awareness System |
1991-01-01T00:00:00Z |
available |
|||||||||||||||||||||
EFAS_REFORECAST |
This dataset provides gridded modelled hydrological time series forced with medium- to sub-seasonal range meteorological reforecasts. The data is a consistent representation of the most important hydrological variables across the European Flood Awareness System (EFAS) domain. The temporal resolution is 20 years of sub-daily reforecasts initialised twice weekly (Mondays and Thursdays) of:nnRiver dischargenSoil moisture for three soil layersnSnow water equivalentnnIt also provides static data on soil depth for the three soil layers. Soil moisture and river discharge data are accompanied by ancillary files for interpretation (see related variables and links in the documentation).nThis dataset was produced by forcing the LISFLOOD hydrological model at a 5x5km resolution with ensemble meteorological reforecasts from the European Centre of Medium-range Weather Forecasts (ECMWF). Reforecasts are forecasts run over past dates and are typically used to assess the skill of a forecast system or to develop tools for statistical error correction of the forecasts. The reforecasts are initialised twice weekly with lead times up to 46 days, at 6-hourly time steps for 20 years. For more specific information on the how the reforecast dataset is produced we refer to the documentation.nCompanion datasets, also available through the Climate Data Store (CDS), are the operational forecasts, historical simulations which can be used to derive the hydrological climatology, and seasonal forecasts and reforecasts for users looking for long term forecasts. For users looking for global hydrological data, we refer to the Global Flood Awareness System (GloFAS) forecasts an historical simulations. All these datasets are part of the operational flood forecasting within the Copernicus Emergency Management Service (CEMS).nnVariables in the dataset/application are:nRiver discharge, Snow depth water equivalent, Soil depth, Volumetric soil moisturennVariables in the dataset/application are:nOrography, Upstream area |
CEMS |
CEMS |
ECMWF,CEMS,EFAS,reforecast,river,discharge |
ATMOSPHERIC |
proprietary |
Reforecasts of river discharge and related data by the European Flood Awareness System |
1999-01-03T00:00:00Z |
available |
|||||||||||||||||||||
EFAS_SEASONAL |
This dataset provides gridded modelled daily hydrological time series forced with seasonal meteorological forecasts. The dataset is a consistent representation of the most important hydrological variables across the European Flood Awareness (EFAS) domain. The temporal resolution is daily forecasts initialised once a month consisting of:nnRiver dischargenSoil moisture for three soil layersnSnow water equivalentnnIt also provides static data on soil depth for the three soil layers. Soil moisture and river discharge data are accompanied by ancillary files for interpretation (see related variables and links in the documentation).nThis dataset was produced by forcing the LISFLOOD hydrological model at a 5x5km resolution with seasonal meteorological ensemble forecasts. The forecasts are initialised on the first of each month with a lead time of 215 days at 24-hour time steps. The meteorological data are seasonal forecasts (SEAS5) from the European Centre of Medium-range Weather Forecasts (ECMWF) with 51 ensemble members. The forecasts are available from November 2020.nCompanion datasets, also available through the Climate Data Store (CDS), are seasonal reforecasts for research, local skill assessment and post-processing of the seasonal forecasts. There are also medium-range forecasts for users who want to look at shorter time ranges. These are accompanied by historical simulations which can be used to derive the hydrological climatology, and medium-range reforecasts. For users looking for global hydrological data, we refer to the Global Flood Awareness System (GloFAS) forecasts and historical simulations. All these datasets are part of the operational flood forecasting within the Copernicus Emergency Management Service (CEMS).nnVariables in the dataset/application are:nRiver discharge in the last 24 hours, Snow depth water equivalent, Soil depth, Volumetric soil moisturennVariables in the dataset/application are:nOrography, Upstream area |
CEMS |
CEMS |
ECMWF,CEMS,EFAS,seasonal,forecast,river,discharge |
ATMOSPHERIC |
proprietary |
Seasonal forecasts of river discharge and related data by the European Flood Awareness System |
2020-11-01T00:00:00Z |
available |
|||||||||||||||||||||
EFAS_SEASONAL_REFORECAST |
This dataset provides modelled daily hydrological time series forced with seasonal meteorological reforecasts. The dataset is a consistent representation of the most important hydrological variables across the European Flood Awareness (EFAS) domain. The temporal resolution is daily forecasts initialised once a month over the reforecast period 1991-2020 of:nnRiver dischargenSoil moisture for three soil layersnSnow water equivalentnnIt also provides static data on soil depth for the three soil layers. Soil moisture and river discharge data are accompanied by ancillary files for interpretation (see related variables and links in the documentation).nThis dataset was produced by forcing the LISFLOOD hydrological model at a 5x5km gridded resolution with seasonal meteorological ensemble reforecasts. Reforecasts are forecasts run over past dates and are typically used to assess the skill of a forecast system or to develop tools for statistical error correction of the forecasts. The reforecasts are initialised on the first of each month with a lead time of 215 days at 24-hour time steps. The forcing meteorological data are seasonal reforecasts from the European Centre of Medium-range Weather Forecasts (ECMWF), consisting of 25 ensemble members up until December 2016, and after that 51 members. Hydrometeorological reforecasts are available from 1991-01-01 up until 2020-10-01. nCompanion datasets, also available through the Climate Data Store (CDS), are seasonal forecasts, for which the seasonal reforecasts can be useful for local skill assessment and post-processing of the seasonal forecasts. For users looking for shorter time ranges there are medium-range forecasts and reforecasts, as well as historical simulations which can be used to derive the hydrological climatology. For users looking for global hydrological data, we refer to the Global Flood Awareness System (GloFAS) forecasts and historical simulations. All these datasets are part of the operational flood forecasting within the Copernicus Emergency Management Service (CEMS).nnVariables in the dataset/application are:nRiver discharge in the last 24 hours, Snow depth water equivalent, Soil depth, Volumetric soil moisturennVariables in the dataset/application are:nOrography, Upstream area” |
CEMS |
CEMS |
ECMWF,CEMS,EFAS,seasonal,reforecast,river,discharge |
ATMOSPHERIC |
proprietary |
Seasonal reforecasts of river discharge and related data by the European Flood Awareness System |
1991-01-01T00:00:00Z |
available |
|||||||||||||||||||||
ERA5_LAND |
ERA5-Land is a reanalysis dataset providing a consistent view of the evolution of land variables over several decades at an enhanced resolution compared to ERA5. ERA5-Land has been produced by replaying the land component of the ECMWF ERA5 climate reanalysis. Reanalysis combines model data with observations from across the world into a globally complete and consistent dataset using the laws of physics. Reanalysis produces data that goes several decades back in time, providing an accurate description of the climate of the past. ERA5-Land uses as input to control the simulated land fields ERA5 atmospheric variables, such as air temperature and air humidity. This is called the atmospheric forcing. Without the constraint of the atmospheric forcing, the model-based estimates can rapidly deviate from reality. Therefore, while observations are not directly used in the production of ERA5-Land, they have an indirect influence through the atmospheric forcing used to run the simulation. In addition, the input air temperature, air humidity and pressure used to run ERA5-Land are corrected to account for the altitude difference between the grid of the forcing and the higher resolution grid of ERA5-Land. This correction is called ‘lapse rate correction’. The ERA5-Land dataset, as any other simulation, provides estimates which have some degree of uncertainty. Numerical models can only provide a more or less accurate representation of the real physical processes governing different components of the Earth System. In general, the uncertainty of model estimates grows as we go back in time, because the number of observations available to create a good quality atmospheric forcing is lower. ERA5-land parameter fields can currently be used in combination with the uncertainty of the equivalent ERA5 fields. The temporal and spatial resolutions of ERA5-Land makes this dataset very useful for all kind of land surface applications such as flood or drought forecasting. The temporal and spatial resolution of this dataset, the period covered in time, as well as the fixed grid used for the data distribution at any period enables decisions makers, businesses and individuals to access and use more accurate information on land states. Variables in the dataset/application are: 10m u-component of wind, 10m v-component of wind, 2m dewpoint temperature, 2m temperature, Evaporation from bare soil, Evaporation from open water surfaces excluding oceans, Evaporation from the top of canopy, Evaporation from vegetation transpiration, Forecast albedo, Lake bottom temperature, Lake ice depth, Lake ice temperature, Lake mix-layer depth, Lake mix-layer temperature, Lake shape factor, Lake total layer temperature, Leaf area index, high vegetation, Leaf area index, low vegetation, Potential evaporation, Runoff, Skin reservoir content, Skin temperature, Snow albedo, Snow cover, Snow density, Snow depth, Snow depth water equivalent, Snow evaporation, Snowfall, Snowmelt, Soil temperature level 1, Soil temperature level 2, Soil temperature level 3, Soil temperature level 4, Sub-surface runoff, Surface latent heat flux, Surface net solar radiation, Surface net thermal radiation, Surface pressure, Surface runoff, Surface sensible heat flux, Surface solar radiation downwards, Surface thermal radiation downwards, Temperature of snow layer, Total evaporation, Total precipitation, Volumetric soil water layer 1, Volumetric soil water layer 2, Volumetric soil water layer 3, Volumetric soil water layer 4 |
ERA5 |
ERA5 |
ECMWF,Reanalysis,ERA5,CDS,Atmospheric,land,hourly,evolution |
ATMOSPHERIC |
proprietary |
ERA5-Land hourly data from 1950 to present |
1950-01-01T00:00:00Z |
available |
|||||||||||||||||||||
ERA5_LAND_MONTHLY |
ERA5-Land is a reanalysis dataset providing a consistent view of the evolution of land variables over several decades at an enhanced resolution compared to ERA5. ERA5-Land has been produced by replaying the land component of the ECMWF ERA5 climate reanalysis. Reanalysis combines model data with observations from across the world into a globally complete and consistent dataset using the laws of physics. Reanalysis produces data that goes several decades back in time, providing an accurate description of the climate of the past. ERA5-Land provides a consistent view of the water and energy cycles at surface level during several decades. It contains a detailed record from 1950 onwards, with a temporal resolution of 1 hour. The native spatial resolution of the ERA5-Land reanalysis dataset is 9km on a reduced Gaussian grid (TCo1279). The data in the CDS has been regridded to a regular lat-lon grid of 0.1x0.1 degrees. The data presented here is a post-processed subset of the full ERA5-Land dataset. Monthly-mean averages have been pre-calculated to facilitate many applications requiring easy and fast access to the data, when sub-monthly fields are not required. Hourly fields can be found in the ERA5-Land hourly fields CDS page. Documentation can be found in the online ERA5-Land documentation. Variables in the dataset/application are: | 10m u-component of wind, 10m v-component of wind, 2m dewpoint temperature, 2m temperature, Evaporation from bare soil, Evaporation from open water surfaces excluding oceans, Evaporation from the top of canopy, Evaporation from vegetation transpiration, Forecast albedo, Lake bottom temperature, Lake ice depth, Lake ice temperature, Lake mix-layer depth, Lake mix-layer temperature, Lake shape factor, Lake total layer temperature, Leaf area index, high vegetation, Leaf area index, low vegetation, Potential evaporation, Runoff, Skin reservoir content, Skin temperature, Snow albedo, Snow cover, Snow density, Snow depth, Snow depth water equivalent, Snow evaporation, Snowfall, Snowmelt, Soil temperature level 1, Soil temperature level 2, Soil temperature level 3, Soil temperature level 4, Sub-surface runoff, Surface latent heat flux, Surface net solar radiation, Surface net thermal radiation, Surface pressure, Surface runoff, Surface sensible heat flux, Surface solar radiation downwards, Surface thermal radiation downwards, Temperature of snow layer, Total evaporation, Total precipitation, Volumetric soil water layer 1, Volumetric soil water layer 2, Volumetric soil water layer 3, Volumetric soil water layer 4 |
ERA5 |
ERA5 |
ECMWF,Reanalysis,ERA5,CDS,Atmospheric,land,monthly,evolution |
ATMOSPHERIC |
proprietary |
ERA5-Land monthly averaged data from 1950 to present |
1950-01-01T00:00:00Z |
available |
|||||||||||||||||||||
ERA5_PL |
ERA5 is the fifth generation ECMWF reanalysis for the global climate and weather for the past 4 to 7 decades. Currently data is available from 1950, split into Climate Data Store entries for 1950-1978 (preliminary back extension) and from 1979 onwards (final release plus timely updates, this page). ERA5 replaces the ERA-Interim reanalysis. Reanalysis combines model data with observations from across the world into a globally complete and consistent dataset using the laws of physics. This principle, called data assimilation, is based on the method used by numerical weather prediction centres, where every so many hours (12 hours at ECMWF) a previous forecast is combined with newly available observations in an optimal way to produce a new best estimate of the state of the atmosphere, called analysis, from which an updated, improved forecast is issued. Reanalysis works in the same way, but at reduced resolution to allow for the provision of a dataset spanning back several decades. Reanalysis does not have the constraint of issuing timely forecasts, so there is more time to collect observations, and when going further back in time, to allow for the ingestion of improved versions of the original observations, which all benefit the quality of the reanalysis product. ERA5 provides hourly estimates for a large number of atmospheric, ocean-wave and land-surface quantities. An uncertainty estimate is sampled by an underlying 10-member ensemble at three-hourly intervals. Ensemble mean and spread have been pre-computed for convenience. Such uncertainty estimates are closely related to the information content of the available observing system which has evolved considerably over time. They also indicate flow-dependent sensitive areas. To facilitate many climate applications, monthly-mean averages have been pre-calculated too, though monthly means are not available for the ensemble mean and spread. ERA5 is updated daily with a latency of about 5 days. In case that serious flaws are detected in this early release (called ERA5T), this data could be different from the final release 2 to 3 months later. So far this has not been the case and when this does occur users will be notified. The data set presented here is a regridded subset of the full ERA5 data set on native resolution. It is online on spinning disk, which should ensure fast and easy access. It should satisfy the requirements for most common applications. An overview of all ERA5 datasets can be found in this article. Information on access to ERA5 data on native resolution is provided in these guidelines. Data has been regridded to a regular lat-lon grid of 0.25 degrees for the reanalysis and 0.5 degrees for the uncertainty estimate (0.5 and 1 degree respectively for ocean waves). There are four main sub sets: hourly and monthly products, both on pressure levels (upper air fields) and single levels (atmospheric, ocean-wave and land surface quantities). The present entry is “ERA5 hourly data on pressure levels from 1979 to present”. Variables in the dataset/application are: Divergence, Fraction of cloud cover, Geopotential, Ozone mass mixing ratio, Potential vorticity, Relative humidity, Specific cloud ice water content, Specific cloud liquid water content, Specific humidity, Specific rain water content, Specific snow water content, Temperature, U-component of wind, V-component of wind, Vertical velocity, Vorticity (relative) |
ERA5 |
ERA5 |
ECMWF,Reanalysis,ERA5,CDS,Atmospheric,land,sea,hourly,pressure,levels |
ATMOSPHERIC |
proprietary |
ERA5 hourly data on pressure levels from 1940 to present |
1940-01-01T00:00:00Z |
available |
|||||||||||||||||||||
ERA5_PL_MONTHLY |
ERA5 is the fifth generation ECMWF reanalysis for the global climate and weather for the past 8 decades. Data is available from 1940 onwards. ERA5 replaces the ERA-Interim reanalysis. Reanalysis combines model data with observations from across the world into a globally complete and consistent dataset using the laws of physics. This principle, called data assimilation, is based on the method used by numerical weather prediction centres, where every so many hours (12 hours at ECMWF) a previous forecast is combined with newly available observations in an optimal way to produce a new best estimate of the state of the atmosphere, called analysis, from which an updated, improved forecast is issued. Reanalysis works in the same way, but at reduced resolution to allow for the provision of a dataset spanning back several decades. Reanalysis does not have the constraint of issuing timely forecasts, so there is more time to collect observations, and when going further back in time, to allow for the ingestion of improved versions of the original observations, which all benefit the quality of the reanalysis product. ERA5 provides hourly estimates for a large number of atmospheric, ocean-wave and land-surface quantities. An uncertainty estimate is sampled by an underlying 10-member ensemble at three-hourly intervals. Ensemble mean and spread have been pre-computed for convenience. Such uncertainty estimates are closely related to the information content of the available observing system which has evolved considerably over time. They also indicate flow-dependent sensitive areas. To facilitate many climate applications, monthly-mean averages have been pre-calculated too, though monthly means are not available for the ensemble mean and spread. ERA5 is updated daily with a latency of about 5 days (monthly means are available around the 6th of each month). In case that serious flaws are detected in this early release (called ERA5T), this data could be different from the final release 2 to 3 months later. So far this has only been the case for the month September 2021, while it will also be the case for October, November and December 2021. For months prior to September 2021 the final release has always been equal to ERA5T, and the goal is to align the two again after December 2021. ERA5 is updated daily with a latency of about 5 days (monthly means are available around the 6th of each month). In case that serious flaws are detected in this early release (called ERA5T), this data could be different from the final release 2 to 3 months later. In case that this occurs users are notified. The data set presented here is a regridded subset of the full ERA5 data set on native resolution. It is online on spinning disk, which should ensure fast and easy access. It should satisfy the requirements for most common applications. Data has been regridded to a regular lat-lon grid of 0.25 degrees for the reanalysis and 0.5 degrees for the uncertainty estimate (0.5 and 1 degree respectively for ocean waves). There are four main sub sets: hourly and monthly products, both on pressure levels (upper air fields) and single levels (atmospheric, ocean-wave and land surface quantities). |
ERA5 |
ERA5 |
Climate,ECMWF,Reanalysis,ERA5,CDS,Atmospheric,land,sea,monthly,pressure,levels |
ATMOSPHERIC |
proprietary |
ERA5 monthly averaged data on pressure levels from 1940 to present |
1940-01-01T00:00:00Z |
available |
|||||||||||||||||||||
ERA5_SL |
ERA5 is the fifth generation ECMWF reanalysis for the global climate and weather for the past 8 decades. Data is available from 1940 onwards. ERA5 replaces the ERA-Interim reanalysis. Reanalysis combines model data with observations from across the world into a globally complete and consistent dataset using the laws of physics. This principle, called data assimilation, is based on the method used by numerical weather prediction centres, where every so many hours (12 hours at ECMWF) a previous forecast is combined with newly available observations in an optimal way to produce a new best estimate of the state of the atmosphere, called analysis, from which an updated, improved forecast is issued. Reanalysis works in the same way, but at reduced resolution to allow for the provision of a dataset spanning back several decades. Reanalysis does not have the constraint of issuing timely forecasts, so there is more time to collect observations, and when going further back in time, to allow for the ingestion of improved versions of the original observations, which all benefit the quality of the reanalysis product. ERA5 provides hourly estimates for a large number of atmospheric, ocean-wave and land-surface quantities. An uncertainty estimate is sampled by an underlying 10-member ensemble at three-hourly intervals. Ensemble mean and spread have been pre-computed for convenience. Such uncertainty estimates are closely related to the information content of the available observing system which has evolved considerably over time. They also indicate flow-dependent sensitive areas. To facilitate many climate applications, monthly-mean averages have been pre-calculated too, though monthly means are not available for the ensemble mean and spread. ERA5 is updated daily with a latency of about 5 days. In case that serious flaws are detected in this early release (called ERA5T), this data could be different from the final release 2 to 3 months later. In case that this occurs users are notified. The data set presented here is a regridded subset of the full ERA5 data set on native resolution. It is online on spinning disk, which should ensure fast and easy access. It should satisfy the requirements for most common applications. Data has been regridded to a regular lat-lon grid of 0.25 degrees for the reanalysis and 0.5 degrees for the uncertainty estimate (0.5 and 1 degree respectively for ocean waves). There are four main sub sets: hourly and monthly products, both on pressure levels (upper air fields) and single levels (atmospheric,ocean-wave and land surface quantities). |
ERA5 |
ERA5 |
ECMWF,Reanalysis,ERA5,CDS,Atmospheric,land,sea,hourly,single,levels |
ATMOSPHERIC |
proprietary |
ERA5 hourly data on single levels from 1940 to present |
1940-01-01T00:00:00Z |
available |
available |
||||||||||||||||||||
ERA5_SL_MONTHLY |
ERA5 is the fifth generation ECMWF reanalysis for the global climate and weather for the past 8 decades. Data is available from 1940 onwards. ERA5 replaces the ERA-Interim reanalysis. Reanalysis combines model data with observations from across the world into a globally complete and consistent dataset using the laws of physics. This principle, called data assimilation, is based on the method used by numerical weather prediction centres, where every so many hours (12 hours at ECMWF) a previous forecast is combined with newly available observations in an optimal way to produce a new best estimate of the state of the atmosphere, called analysis, from which an updated, improved forecast is issued. Reanalysis works in the same way, but at reduced resolution to allow for the provision of a dataset spanning back several decades. Reanalysis does not have the constraint of issuing timely forecasts, so there is more time to collect observations, and when going further back in time, to allow for the ingestion of improved versions of the original observations, which all benefit the quality of the reanalysis product. ERA5 provides hourly estimates for a large number of atmospheric, ocean-wave and land-surface quantities. An uncertainty estimate is sampled by an underlying 10-member ensemble at three-hourly intervals. Ensemble mean and spread have been pre-computed for convenience. Such uncertainty estimates are closely related to the information content of the available observing system which has evolved considerably over time. They also indicate flow-dependent sensitive areas. To facilitate many climate applications, monthly-mean averages have been pre-calculated too, though monthly means are not available for the ensemble mean and spread. ERA5 is updated daily with a latency of about 5 days (monthly means are available around the 6th of each month). In case that serious flaws are detected in this early release (called ERA5T), this data could be different from the final release 2 to 3 months later. In case that this occurs users are notified. The data set presented here is a regridded subset of the full ERA5 data set on native resolution. It is online on spinning disk, which should ensure fast and easy access. It should satisfy the requirements for most common applications. Data has been regridded to a regular lat-lon grid of 0.25 degrees for the reanalysis and 0.5 degrees for the uncertainty estimate (0.5 and 1 degree respectively for ocean waves). There are four main sub sets: hourly and monthly products, both on pressure levels (upper air fields) and single levels (atmospheric, ocean-wave and land surface quantities). |
ERA5 |
ERA5 |
Climate,ECMWF,Reanalysis,ERA5,CDS,Atmospheric,land,sea,monthly,single,levels |
ATMOSPHERIC |
proprietary |
ERA5 monthly averaged data on single levels from 1940 to present |
1940-01-01T00:00:00Z |
available |
|||||||||||||||||||||
FIRE_HISTORICAL |
This data set provides complete historical reconstruction of meteorological conditions favourable to the start, spread and sustainability of fires. The fire danger metrics provided are part of a vast dataset produced by the Copernicus Emergency Management Service for the European Forest Fire Information System (EFFIS). The European Forest Fire Information System incorporates the fire danger indices for three different models developed in Canada, United States and Australia. In this dataset the fire danger indices are calculated using weather forecast from historical simulations provided by ECMWF ERA5 reanalysis. ERA5 by combining model data and a vast set of quality controlled observations provides a globally complete and consistent data-set and is regarded as a good proxy for observed atmospheric conditions. The selected data records in this data set are regularly extended with time as ERA5 forcing data become available. This dataset is produced by ECMWF in its role of the computational centre for fire danger forecast of the CEMS, on behalf of the Joint Research Centre which is the managing entity of the service. Variables in the dataset/application are: Build-up index, Burning index, Danger rating, Drought code, Duff moisture code, Energy release component, Fine fuel moisture code, Fire daily severity index, Fire danger index, Fire weather index, Ignition component, Initial spread index, Keetch-Byram drought index, Spread component |
CEMS |
CEMS |
ECMWF,EFFIS,fire,historical,ERA5,european,sustainability,CEMS,system |
ATMOSPHERIC |
proprietary |
Fire danger indices historical data from the Copernicus Emergency Management Service |
1979-01-01T00:00:00Z |
available |
|||||||||||||||||||||
GLACIERS_DIST_RANDOLPH |
A glacier is defined as a perennial mass of ice, and possibly firn and snow, originating on the land surface from the recrystallization of snow or other forms of solid precipitation and showing evidence of past or present flow. There are several types of glaciers such as glacierets, mountain glaciers, valley glaciers and ice fields, as well as ice caps. Some glacier tongues reach into lakes or the sea, and can develop floating ice tongues or ice shelves. Glacier changes are recognized as independent and high-confidence natural indicators of climate change. Past, current and future glacier changes affect global sea level, the regional water cycle and local hazards.nThis dataset is a snapshot of global glacier outlines compiled fromnmaps, aerial photographs and satellite images mostly acquired in the period 2000-2010. |
INSITU |
ECMWF,WGMS,INSITU,CDS,C3S,glacier,randolph,distribution,inventory |
ATMOSPHERIC |
proprietary |
Glaciers distribution data from the Randolph Glacier Inventory for year 2000 |
2000-01-01T00:00:00Z |
available |
||||||||||||||||||||||
GLACIERS_ELEVATION_AND_MASS_CHANGE |
This dataset provides in situ and remote sensing derived glacier changes from individual glaciers globally. The dataset represents the latest homogenized state-of-the-art glacier change data collected by scientists and the national correspondents of each country as provided to the World Glacier Monitoring Service (WGMS). The product is an extract of the WGMS Fluctuations of Glacier (FoG) database and consists of two data sets providing time series of glacier changes: glacier elevation change series from the geodetic method and glacier mass-balance series from the glaciological method |
INSITU |
INSITU |
ECMWF,WGMS,INSITU,CDS,C3S,glacier,elevation,mass,change |
ATMOSPHERIC |
proprietary |
Glaciers elevation and mass change data from 1850 to present from the Fluctuations of Glaciers Database |
1850-01-01T00:00:00Z |
available |
|||||||||||||||||||||
GLOFAS_FORECAST |
This dataset contains global modelled daily data of river discharge forced with meteorological forecasts. The data was produced by the Global Flood Awareness System (GloFAS), which is part of the Copernicus Emergency Management Service (CEMS). River discharge, or river flow as it is also known, is defined as the amount of water that flows through a river section at a given time. nThis dataset is simulated by forcing a hydrological modelling chain with input from ECMWF ensemble forecast combined with the ECMWF extended-range ensemble forecast up to 30 days. Data availability for the GloFAS forecast is from 2019-11-05 up to near real time.nnVariables in the dataset/application are:nRiver discharge in the last 24 hoursnnVariables in the dataset/application are:nUpstream area |
CEMS |
CEMS |
ECMWF,CEMS,GloFAS,forecast,river,discharge |
ATMOSPHERIC |
proprietary |
River discharge and related forecasted data by the Global Flood Awareness System |
2019-11-05T00:00:00Z |
available |
|||||||||||||||||||||
GLOFAS_HISTORICAL |
This dataset contains global modelled daily data of river discharge from the Global Flood Awareness System (GloFAS), which is part of the Copernicus Emergency Management Service (CEMS). River discharge, or river flow as it is also known, is defined as the amount of water that flows through a river section at a given time. nThis dataset is simulated by forcing a hydrological modelling chain with inputs from a global reanalysis. Data availability for the historical simulation is from 1979-01-01 up to near real time.nnVariables in the dataset/application are:nRiver discharge in the last 24 hoursnnVariables in the dataset/application are:nUpstream area |
CEMS |
CEMS |
ECMWF,CEMS,GloFAS,historical,river,discharge |
ATMOSPHERIC |
proprietary |
River discharge and related historical data from the Global Flood Awareness System |
1991-01-01T00:00:00Z |
available |
|||||||||||||||||||||
GLOFAS_REFORECAST |
This dataset provides a gridded modelled time series of river discharge, forced with medium- to sub-seasonal range meteorological reforecasts. The data is a consistent representation of a key hydrological variable across the global domain, and is a product of the Global Flood Awareness System (GloFAS). It is accompanied by an ancillary file for interpretation that provides the upstream area (see the related variables table and associated link in the documentation).nThis dataset was produced by forcing a hydrological modelling chain with input from the European Centre for Medium-range Weather Forecasts (ECMWF) 11-member ensemble ECMWF-ENS reforecasts. Reforecasts are forecasts run over past dates, and those presented here are used for providing a suitably long time period against which the skill of the 30-day real-time operational forecast can be assessed. The reforecasts are initialised twice weekly with lead times up to 46 days, at 24-hour steps for 20 years in the recent history. For more specific information on the how the reforecast dataset is produced we refer to the documentation.nCompanion datasets, also available through the Climate Data Store (CDS), are the operational forecasts, historical simulations that can be used to derive the hydrological climatology, and seasonal forecasts and reforecasts for users looking for long term forecasts. For users looking specifically for European hydrological data, we refer to the European Flood Awareness System (EFAS) forecasts and historical simulations. All these datasets are part of the operational flood forecasting within the Copernicus Emergency Management Service (CEMS).nnVariables in the dataset/application are:nRiver discharge in the last 24 hoursnnVariables in the dataset/application are:nUpstream area |
CEMS |
CEMS |
ECMWF,CEMS,GloFAS,reforecast,river,discharge |
ATMOSPHERIC |
proprietary |
Reforecasts of river discharge and related data by the Global Flood Awareness System |
1999-01-03T00:00:00Z |
available |
|||||||||||||||||||||
GLOFAS_SEASONAL |
This dataset provides a gridded modelled time series of river discharge, forced with seasonal range meteorological forecasts. The data is a consistent representation of a key hydrological variable across the global domain, and is a product of the Global Flood Awareness System (GloFAS). It is accompanied by an ancillary file for interpretation that provides the upstream area (see the related variables table and associated link in the documentation).nThis dataset was produced by forcing the LISFLOOD hydrological model at a 0.1° (~11 km at the equator) resolution with downscaled runoff forecasts from the European Centre for Medium-range Weather Forecasts (ECMWF) 51-member ensemble seasonal forecasting system, SEAS5. The forecasts are initialised on the first of each month with a 24-hourly time step, and cover 123 days.nCompanion datasets, also available through the Climate Data Store (CDS), are the operational forecasts, historical simulations that can be used to derive the hydrological climatology, and medium-range and seasonal reforecasts. The latter dataset enables research, local skill assessment and post-processing of the seasonal forecasts. In addition, the seasonal reforecasts are also used to derive a specific range dependent climatology for the seasonal system. For users looking specifically for European hydrological data, we refer to the European Flood Awareness System (EFAS) forecasts and historical simulations. All these datasets are part of the operational flood forecasting within the Copernicus Emergency Management Service (CEMS).nnVariables in the dataset/application are:nRiver discharge in the last 24 hoursnnVariables in the dataset/application are:nUpstream area |
CEMS |
CEMS |
ECMWF,CEMS,GloFAS,seasonal,forecast,river,discharge |
ATMOSPHERIC |
proprietary |
Seasonal forecasts of river discharge and related data by the Global Flood Awareness System |
2020-01-12T00:00:00Z |
available |
|||||||||||||||||||||
GLOFAS_SEASONAL_REFORECAST |
This dataset provides a gridded modelled time series of river discharge forced with seasonal range meteorological reforecasts. The data is a consistent representation of a key hydrological variable across the global domain, and is a product of the Global Flood Awareness System (GloFAS). It is accompanied by an ancillary file for interpretation that provides the upstream area (see the related variables table and associated link in the documentation).nThis dataset was produced by forcing a hydrological modelling chain with input from the European Centre for Medium-range Weather Forecasts (ECMWF) ensemble seasonal forecasting system, SEAS5. For the period of 1981 to 2016 the number of ensemble members is 25, whilst reforecasts produced for 2017 onwards use a 51-member ensemble. Reforecasts are forecasts run over past dates, with those presented here used for producing the seasonal river discharge thresholds. In addition, they provide a suitably long time period against which the skill of the seasonal forecast can be assessed. The reforecasts are initialised monthly and run for 123 days, with a 24-hourly time step. For more specific information on the how the seasonal reforecast dataset is produced we refer to the documentation.nCompanion datasets, also available through the Climate Data Store (CDS), include the seasonal forecasts, for which the dataset provided here can be useful for local skill assessment and post-processing. For users looking for shorter term forecasts there are also medium-range forecasts and reforecasts available, as well as historical simulations that can be used to derive the hydrological climatology. For users looking specifically for European hydrological data, we refer to the European Flood Awareness System (EFAS) forecasts and historical simulations. All these datasets are part of the operational flood forecasting within the Copernicus Emergency Management Service (CEMS).nnVariables in the dataset/application are:nRiver discharge in the last 24 hoursnnVariables in the dataset/application are:nUpstream area” |
CEMS |
CEMS |
ECMWF,CEMS,GloFAS,seasonal,forecast,river,discharge |
ATMOSPHERIC |
proprietary |
Seasonal reforecasts of river discharge and related data from the Global Flood Awareness System |
2020-01-12T00:00:00Z |
available |
|||||||||||||||||||||
L57_REFLECTANCE |
Landsat 5,7,8 L2A data (old format) distributed by Theia (2014 to 2017-03-20) using MUSCATE prototype, Lamber 93 projection. |
OLI,TIRS |
LANDSAT |
L5,L7,L8 |
L2A |
OLI,TIRS,LANDSAT,L5,L7,L8,L2,L2A,MUSCATE |
OPTICAL |
proprietary |
Landsat 5,7,8 Level-2A |
2014-01-01T00:00:00Z |
available |
|||||||||||||||||||
L8_OLI_TIRS_C1L1 |
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 |
OLI,TIRS |
LANDSAT8 |
L8 |
L1 |
OLI,TIRS,LANDSAT,LANDSAT8,L8,L1,C1,COLLECTION1 |
OPTICAL |
proprietary |
Landsat 8 Level-1 |
2013-02-11T00:00:00Z |
available |
available |
available |
available |
||||||||||||||||
L8_REFLECTANCE |
Landsat 8 L2A data distributed by Theia since 2017-03-20 using operational version of MUSCATE, UTM projection, and tiled using Sentinel-2 tiles. |
OLI,TIRS |
LANDSAT8 |
L8 |
L2A |
OLI,TIRS,LANDSAT,LANDSAT8,L8,L2,L2A,MUSCATE |
OPTICAL |
proprietary |
Landsat 8 Level-2A |
2013-02-11T00:00:00Z |
available |
|||||||||||||||||||
LANDSAT_C2L1 |
The Landsat Level-1 product is a top of atmosphere product distributed as scaled and calibrated digital numbers. |
OLI,TIRS |
LANDSAT |
L1,L2,L3,L4,L5,L6,L7,L8 |
L1 |
OLI,TIRS,LANDSAT,L1,L2,L3,L4,L5,L6,L7,L8,C2,COLLECTION2 |
OPTICAL |
proprietary |
Landsat Collection 2 Level-1 Product |
1972-07-25T00:00:00Z |
available |
available |
available |
available |
||||||||||||||||
LANDSAT_C2L2 |
Collection 2 Landsat OLI/TIRS Level-2 Science Products (L2SP) include Surface Reflectance and Surface Temperature scene-based products. |
OLI,TIRS |
LANDSAT |
L8,L9 |
L1 |
OLI,TIRS,LANDSAT,L8,L9,L2,C2,COLLECTION2 |
OPTICAL |
proprietary |
Landsat OLI and TIRS Collection 2 Level-2 Science Products 30-meter multispectral data. |
2013-02-11T00:00:00Z |
available |
available |
||||||||||||||||||
LANDSAT_C2L2ALB_BT |
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. |
OLI,TIRS |
LANDSAT |
L4,L5,L7,L8 |
L2 |
OLI,TIRS,LANDSAT,L4,L5,L7,L8,L2,BT,Brightness,Temperature,C2,COLLECTION2 |
OPTICAL |
proprietary |
Landsat Collection 2 Level-2 Albers Top of Atmosphere Brightness Temperature (BT) Product |
1982-08-22T00:00:00Z |
available |
|||||||||||||||||||
LANDSAT_C2L2ALB_SR |
The Landsat Surface Reflectance (SR) product measures the fraction of incoming solar radiation that is reflected from Earth’s surface to the Landsat sensor. |
OLI,TIRS |
LANDSAT |
L4,L5,L7,L8 |
L2 |
OLI,TIRS,LANDSAT,L4,L5,L7,L8,L2,L2ALB,SR,Surface,Reflectance,C2,COLLECTION2 |
OPTICAL |
proprietary |
Landsat Collection 2 Level-2 Albers Surface Reflectance (SR) Product |
1982-08-22T00:00:00Z |
available |
|||||||||||||||||||
LANDSAT_C2L2ALB_ST |
The Landsat Surface Temperature (ST) product represents the temperature of the Earth’s surface in Kelvin (K). |
OLI,TIRS |
LANDSAT |
L4,L5,L7,L8 |
L2 |
OLI,TIRS,LANDSAT,L4,L5,L7,L8,L2,L2ALB,Surface,Temperature,ST,C2,COLLECTION2 |
OPTICAL |
proprietary |
Landsat Collection 2 Level-2 Albers Surface Temperature (ST) Product |
1982-08-22T00:00:00Z |
available |
|||||||||||||||||||
LANDSAT_C2L2ALB_TA |
The Landsat Top of Atmosphere (TA) Reflectance product applies per pixel angle band corrections to the Level-1 radiance product. |
OLI,TIRS |
LANDSAT |
L4,L5,L7,L8 |
L2 |
OLI,TIRS,LANDSAT,L4,L5,L7,L8,L2,L2ALB,TA,Top,Atmosphere,Reflectance,C2,COLLECTION2 |
OPTICAL |
proprietary |
Landsat Collection 2 Level-2 Albers Top of Atmosphere (TA) Reflectance Product |
1982-08-22T00:00:00Z |
available |
|||||||||||||||||||
LANDSAT_C2L2_SR |
The Landsat Surface Reflectance (SR) product measures the fraction of incoming solar radiation that is reflected from Earth’s surface to the Landsat sensor. |
OLI,TIRS |
LANDSAT |
L4,L5,L7,L8 |
L2 |
OLI,TIRS,LANDSAT,L4,L5,L7,L8,L2,SR,surface,reflectance,C2,COLLECTION2 |
OPTICAL |
proprietary |
Landsat Collection 2 Level-2 UTM Surface Reflectance (SR) Product |
1982-08-22T00:00:00Z |
available |
|||||||||||||||||||
LANDSAT_C2L2_ST |
The Landsat Surface Temperature (ST) product represents the temperature of the Earth’s surface in Kelvin (K). |
OLI,TIRS |
LANDSAT |
L4,L5,L7,L8 |
L2 |
OLI,TIRS,LANDSAT,L4,L5,L7,L8,L2,ST,surface,temperature,C2,COLLECTION2 |
OPTICAL |
proprietary |
Landsat Collection 2 Level-2 UTM Surface Temperature (ST) Product |
1982-08-22T00:00:00Z |
available |
|||||||||||||||||||
MODIS_MCD43A4 |
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. |
MODIS |
Terra+Aqua |
EOS AM-1+PM-1 |
L3 |
MODIS,Terra,Aqua,EOS,AM-1+PM-1,L3,MCD43A4 |
OPTICAL |
proprietary |
MODIS MCD43A4 |
2000-03-05T00:00:00Z |
available |
available |
available |
|||||||||||||||||
NAIP |
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. |
film and digital cameras |
National Agriculture Imagery Program |
NAIP |
N/A |
film,digital,cameras,Agriculture,NAIP |
OPTICAL |
proprietary |
National Agriculture Imagery Program |
2003-01-01T00:00:00Z |
available |
available |
available |
|||||||||||||||||
NEMSAUTO_TCDC |
Total cloud cover from NOAAmodel Environment Monitoring System (NEMS) automatic domain switch. NEMSAUTO is the automatic delivery of the highest resolution meteoblue model available for any requested period of time and location. The NEMS model family are improved NMM successors (operational since 2013). NEMS is a multi-scale model (used from global down to local domains) and significantly improves cloud-development and precipitation forecast. Note that Automatic domain switching is only supported for multi point queries. Support for polygons may follow later. |
NEMSAUTO |
NEMSAUTO |
meteoblue,NEMS,NEMSAUTO,CLOUD,COVER,TOTAL,TCDC,DAILY,MEAN |
ATMOSPHERIC |
proprietary |
NEMSAUTO Total Cloud Cover daily mean |
1984-01-01T00:00:00Z |
available |
|||||||||||||||||||||
NEMSGLOBAL_TCDC |
Total cloud cover from NOAAmodel Environment Monitoring System (NEMS) global model. NEMSGLOBAL has 30km spatial and 1h temporal resolutions and produces seamless datasets from 1984 to 7 days ahead. |
NEMSGLOBAL |
NEMSGLOBAL |
meteoblue,NEMS,NEMSGLOBAL,CLOUD,COVER,TOTAL,TCDC,DAILY,MEAN |
ATMOSPHERIC |
proprietary |
NEMSGLOBAL Total Cloud Cover daily mean |
1984-01-01T00:00:00Z |
available |
|||||||||||||||||||||
OSO |
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/ |
L3B |
L3B,OSO,land,cover |
proprietary |
OSO Land Cover |
2016-01-01T00:00:00Z |
available |
|||||||||||||||||||||||
PLD_BUNDLE |
Pleiades Bundle (Pan, XS) |
PHR |
PLEIADES |
P1A,P1B |
PRIMARY |
PHR,PLEIADES,P1A,P1B,PRIMARY,PLD,BUNDLE,Pan,Xs |
OPTICAL |
proprietary |
Pleiades Bundle |
2011-12-17T00:00:00Z |
available |
|||||||||||||||||||
PLD_PAN |
Pleiades Panchromatic (Pan) |
PHR |
PLEIADES |
P1A,P1B |
PRIMARY |
PHR,PLEIADES,P1A,P1B,PRIMARY,PLD,PAN,Panchromatic |
OPTICAL |
proprietary |
Pleiades Panchromatic |
2011-12-17T00:00:00Z |
available |
|||||||||||||||||||
PLD_PANSHARPENED |
Pleiades Pansharpened (Pan+XS) |
PHR |
PLEIADES |
P1A,P1B |
PRIMARY |
PHR,PLEIADES,P1A,P1B,PRIMARY,PLD,PANSHARPENED,Pan,Xs |
OPTICAL |
proprietary |
Pleiades Pansharpened |
2011-12-17T00:00:00Z |
available |
|||||||||||||||||||
PLD_XS |
Pleiades Multispectral (XS) |
PHR |
PLEIADES |
P1A,P1B |
PRIMARY |
PHR,PLEIADES,P1A,P1B,PRIMARY,PLD,XS,Multispectral |
OPTICAL |
proprietary |
Pleiades Multispectral |
2011-12-17T00:00:00Z |
available |
|||||||||||||||||||
S1_SAR_GRD |
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 |
SAR |
SENTINEL1 |
S1A,S1B |
L1 |
SAR,SENTINEL,SENTINEL1,S1,S1A,S1B,L1,GRD,SAFE |
RADAR |
proprietary |
SENTINEL1 Level-1 Ground Range Detected |
2014-04-03T00:00:00Z |
available |
available |
available |
available |
available |
available |
available |
available |
available |
|||||||||||
S1_SAR_OCN |
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 |
SAR |
SENTINEL1 |
S1A,S1B |
L2 |
SAR,SENTINEL,SENTINEL1,S1,S1A,S1B,L2,OCN,SAFE |
RADAR |
proprietary |
SENTINEL1 Level-2 OCN |
2014-04-03T00:00:00Z |
available |
available |
available |
available |
available |
available |
||||||||||||||
S1_SAR_RAW |
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 |
SAR |
SENTINEL1 |
S1A,S1B |
L0 |
SAR,SENTINEL,SENTINEL1,S1,S1A,S1B,L0,RAW,SAFE |
RADAR |
proprietary |
SENTINEL1 SAR Level-0 |
2014-04-03T00:00:00Z |
available |
available |
available |
available |
||||||||||||||||
S1_SAR_SLC |
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 |
SAR |
SENTINEL1 |
S1A,S1B |
L1 |
SAR,SENTINEL,SENTINEL1,S1,S1A,S1B,L1,SLC,SAFE |
RADAR |
proprietary |
SENTINEL1 Level-1 Single Look Complex |
2014-04-03T00:00:00Z |
available |
available |
available |
available |
available |
available |
||||||||||||||
S2_MSI_L1C |
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 |
MSI |
SENTINEL2 |
S2A,S2B |
L1 |
MSI,SENTINEL,SENTINEL2,S2,S2A,S2B,L1,L1C,SAFE |
OPTICAL |
proprietary |
SENTINEL2 Level-1C |
2015-06-23T00:00:00Z |
available |
available |
available |
available |
available |
available |
available |
available |
available |
available |
available |
|||||||||
S2_MSI_L2A |
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 |
MSI |
SENTINEL2 |
S2A,S2B |
L2 |
MSI,SENTINEL,SENTINEL2,S2,S2A,S2B,L2,L2A,SAFE |
OPTICAL |
proprietary |
SENTINEL2 Level-2A |
2018-03-26T00:00:00Z |
available |
available |
available |
available |
available |
available |
available |
available |
available |
available |
||||||||||
S2_MSI_L2AP |
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. Level-2AP are the pilot products of Level-2A product generated by ESA until March 2018. After March, they are operational products |
MSI |
SENTINEL2 |
S2A,S2B |
L2 |
MSI,SENTINEL,SENTINEL2,S2,S2A,S2B,L2,L2A,SAFE, pilot |
OPTICAL |
proprietary |
SENTINEL2 Level-2A pilot |
2017-05-23T00:00:00Z |
available |
|||||||||||||||||||
S2_MSI_L2A_COG |
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. |
MSI |
SENTINEL2 |
S2A,S2B |
L2 |
MSI,SENTINEL,SENTINEL2,S2,S2A,S2B,L2,L2A,COG |
OPTICAL |
proprietary |
SENTINEL2 Level-2A |
2015-06-23T00:00:00Z |
available |
|||||||||||||||||||
S2_MSI_L2A_MAJA |
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 |
MSI |
SENTINEL2 |
S2A,S2B |
L2 |
MSI,SENTINEL,SENTINEL2,S2,S2A,S2B,L2,L2A,MAJA |
OPTICAL |
proprietary |
SENTINEL2 Level-2A |
2015-06-23T00:00:00Z |
available |
|||||||||||||||||||
S2_MSI_L2B_MAJA_SNOW |
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 |
MSI |
SENTINEL2 |
S2A,S2B |
L2 |
MSI,MAJA,SENTINEL,sentinel2,S2,S2A,S2B,L2,L2B,SNOW |
OPTICAL |
proprietary |
SENTINEL2 snow product |
2015-06-23T00:00:00Z |
available |
|||||||||||||||||||
S2_MSI_L2B_MAJA_WATER |
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 |
MSI |
SENTINEL2 |
S2A,S2B |
L2 |
MSI,MAJA,SENTINEL,sentinel2,S2,S2A,S2B,L2,L2B,WATER |
OPTICAL |
proprietary |
SENTINEL2 L2B-WATER |
2015-06-23T00:00:00Z |
available |
|||||||||||||||||||
S2_MSI_L3A_WASP |
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 |
MSI |
SENTINEL2 |
S2A,S2B |
L3 |
MSI,SENTINEL,sentinel2,S2,S2A,S2B,L3,L3A,WASP |
OPTICAL |
proprietary |
SENTINEL2 Level-3A |
2015-06-23T00:00:00Z |
available |
|||||||||||||||||||
S3_EFR |
OLCI (Ocean and Land Colour Instrument) Full resolution: 300m at nadir. Level 1 products are calibrated Top Of Atmosphere radiance values at OLCI 21 spectral bands. Radiances are computed from the instrument digital counts by applying geo-referencing, radiometric processing (non-linearity correction, smear correction, dark offset correction, absolute gain calibration adjusted for gain evolution with time), and stray-light correction for straylight effects in OLCI camera’s spectrometer and ground imager. Additionally, spatial resampling of OLCI pixels to the ‘ideal’ instrument grid, initial pixel classification, and annotation at tie points with auxiliary meteorological data and acquisition geometry are provided. The radiance products are accompanied by error estimate products, however the error values are currently not available. - All Sentinel-3 NRT products are available at pick-up point in less than 3h. - All Sentinel-3 Non Time Critical (NTC) products are available at pick-up point in less than 30 days. Sentinel-3 is part of a series of Sentinel satellites, under the umbrella of the EU Copernicus programme. |
OLCI |
SENTINEL3 |
S3A,S3B |
L1 |
OLCI,SENTINEL,SENTINEL3,S3,S3A,S3B,L1,EFR |
OPTICAL |
proprietary |
SENTINEL3 EFR |
2016-02-16T00:00:00Z |
available |
available |
available |
available |
available |
|||||||||||||||
S3_ERR |
OLCI (Ocean and Land Colour Instrument) Reduced resolution: 1200m at nadir. All Sentinel-3 NRT products are available at pick-up point in less than 3h. Level 1 products are calibrated Top Of Atmosphere radiance values at OLCI 21 spectral bands. Radiances are computed from the instrument digital counts by applying geo-referencing, radiometric processing (non-linearity correction, smear correction, dark offset correction, absolute gain calibration adjusted for gain evolution with time), and stray-light correction for straylight effects in OLCI camera’s spectrometer and ground imager. Additionally, spatial resampling of OLCI pixels to the ‘ideal’ instrument grid, initial pixel classification, and annotation at tie points with auxiliary meteorological data and acquisition geometry are provided. The radiance products are accompanied by error estimate products, however the error values are currently not available. - All Sentinel-3 NRT products are available at pick-up point in less than 3h - All Sentinel-3 Non Time Critical (NTC) products are available at pick-up point in less than 30 days Sentinel-3 is part of a series of Sentinel satellites, under the umbrella of the EU Copernicus programme. |
OLCI |
SENTINEL3 |
S3A,S3B |
L1 |
OLCI,SENTINEL,SENTINEL3,S3,S3A,S3B,L1,ERR |
OPTICAL |
proprietary |
SENTINEL3 ERR |
2016-02-16T00:00:00Z |
available |
available |
available |
available |
available |
|||||||||||||||
S3_LAN |
LAN or SR_2_LAN___ (peps) |
SRAL |
SENTINEL3 |
S3A,S3B |
L2 |
SRAL,SENTINEL,SENTINEL3,S3,S3A,S3B,L2,LAN |
RADAR |
proprietary |
SENTINEL3 SRAL Level-2 LAN |
2016-02-16T00:00:00Z |
available |
available |
available |
available |
available |
|||||||||||||||
S3_OLCI_L2LFR |
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 |
OLCI |
SENTINEL3 |
S3A,S3B |
L2 |
OLCI,SENTINEL,SENTINEL3,S3,S3A,S3B,L2,L2LFR,LFR |
OPTICAL |
proprietary |
SENTINEL3 OLCI Level-2 Land Full Resolution |
2016-02-16T00:00:00Z |
available |
available |
available |
available |
available |
|||||||||||||||
S3_OLCI_L2LRR |
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 |
OLCI |
SENTINEL3 |
S3A,S3B |
L2 |
OLCI,SENTINEL,SENTINEL3,S3,S3A,S3B,L2,L2LRR,LRR |
OPTICAL |
proprietary |
SENTINEL3 OLCI Level-2 Land Reduced Resolution |
2016-02-16T00:00:00Z |
available |
available |
available |
available |
available |
|||||||||||||||
S3_OLCI_L2WFR |
The OLCI Level-2 Water Full Resolution (OL_2_WFR) products contain water 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-water |
OLCI |
SENTINEL3 |
S3A,S3B |
L2 |
OLCI,SENTINEL,SENTINEL3,S3,S3A,S3B,L2,L2WFR,WFR |
OPTICAL |
proprietary |
SENTINEL3 OLCI Level-2 Water Full Resolution |
2016-02-16T00:00:00Z |
available |
available |
available |
available |
available |
|||||||||||||||
S3_OLCI_L2WFR_BC003 |
OLCI Level 2 Marine products provide spectral information on the colour of the oceans (water reflectances). These radiometric products are used to estimate geophysical parameters e.g. estimates of phytoplankton biomass through determining the Chlorophyll-a (Chl) concentration. In coastal areas, they also allow monitoring of the sediment load via the Total Suspended Matter (TSM) product. Full resolution products are at a nominal 300m resolution. This collection contains reprocessed data from baseline collection 003. Operational data can be found in the corresponding collection. Details at https://sentinel.esa.int/web/sentinel/user-guides/sentinel-3-olci/product-types/level-2-water |
OLCI |
SENTINEL3 |
S3A,S3B |
L2 |
OLCI,SENTINEL,SENTINEL3,S3,S3A,S3B,L2,L2WFR,WFR,REPROCESSED,BC003 |
OPTICAL |
proprietary |
SENTINEL3 OLCI Level-2 Water Full Resolution Reprocessed from BC003 |
2016-02-16T00:00:00Z |
available |
|||||||||||||||||||
S3_OLCI_L2WRR |
The OLCI Level-2 Water Reduced Resolution (OL_2_WRR) products contain water 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-water |
OLCI |
SENTINEL3 |
S3A,S3B |
L2 |
OLCI,SENTINEL,SENTINEL3,S3,S3A,S3B,L2,L2WRR,WRR |
OPTICAL |
proprietary |
SENTINEL3 OLCI Level-2 Water Reduced Resolution |
2016-02-16T00:00:00Z |
available |
available |
available |
available |
available |
|||||||||||||||
S3_OLCI_L2WRR_BC003 |
OLCI Level 2 Marine products provide spectral information on the colour of the oceans (water reflectances). These radiometric products are used to estimate geophysical parameters e.g. estimates of phytoplankton biomass through determining the Chlorophyll-a (Chl) concentration. In coastal areas, they also allow monitoring of the sediment load via the Total Suspended Matter (TSM) product. Reduced resolution products are at a nominal 1km resolution. This collection contains reprocessed data from baseline collection 003. Operational data can be found in the corresponding collection. |
OLCI |
SENTINEL3 |
S3A,S3B |
L2 |
OLCI,SENTINEL,SENTINEL3,S3,S3A,S3B,L2,L2WRR,WRR,REPROCESSED,BC003 |
OPTICAL |
proprietary |
SENTINEL3 OLCI Level-2 Water Reduced Resolution Reprocessed from BC003 |
2016-02-16T00:00:00Z |
available |
|||||||||||||||||||
S3_OLCI_L4BALTIC |
Baltic Sea Surface Ocean Colour Plankton from Sentinel-3 OLCI L4 monthly observations For the Baltic Sea Ocean Satellite Observations, the Italian National Research Council (CNR – Rome, Italy), is providing Bio-Geo_Chemical (BGC) regional datasets: * ‘’plankton’’ with the phytoplankton chlorophyll concentration (CHL) evaluated via region-specific neural network (Brando et al. 2021) Upstreams: OLCI-S3A & S3B Temporal resolution: monthly Spatial resolution: 300 meters To find this product in the catalogue, use the search keyword “”OCEANCOLOUR_BAL_BGC_L4_NRT””. DOI (product) : https://doi.org/10.48670/moi-00295 |
OLCI |
SENTINEL3 |
S3A,S3B |
L4 |
OLCI,SENTINEL,SENTINEL3,S3,S3A,S3B,L4,BGC,CHL,BALTIC |
OPTICAL |
proprietary |
SENTINEL3 OLCI Baltic Sea Surface Ocean Colour Plankton |
2023-04-10T00:00:00Z |
available |
|||||||||||||||||||
S3_RAC |
Sentinel 3 OLCI products output during Radiometric Calibration mode |
OLCI |
SENTINEL3 |
S3A,S3B |
L1 |
OLCI,SENTINEL,SENTINEL3,S3,S3A,S3B,L1,L2,RAC |
OPTICAL |
proprietary |
SENTINEL3 RAC |
2016-02-16T00:00:00Z |
available |
|||||||||||||||||||
S3_SLSTR_L1RBT |
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 |
SLSTR |
SENTINEL3 |
S3A,S3B |
L1 |
SLSTR,SENTINEL,SENTINEL3,S3,S3A,S3B,L1,L1RBT,RBT |
ATMOSPHERIC |
proprietary |
SENTINEL3 SLSTR Level-1 |
2016-02-16T00:00:00Z |
available |
available |
available |
available |
available |
|||||||||||||||
S3_SLSTR_L1RBT_BC004 |
SLSTR Level 1B Radiances and Brightness Temperatures (version BC004) - Sentinel 3 - Reprocessed The SLSTR level 1 products contain: the radiances of the 6 visible (VIS), Near Infra-Red (NIR) and Short Wave Infra-Red (SWIR) bands (on the A and B stripe grids); the Brightness Temperature (BT) for the 3 Thermal Infra-Red (TIR) bands; the BT for the 2 Fire (FIR) bands. Resolution: 1km at nadir (TIR), 500m (VIS). All are provided for both the oblique and nadir view. These measurements are accompanied with grid and time information, quality flags, error estimates and meteorological auxiliary data. Sentinel-3 is part of a series of Sentinel satellites, under the umbrella of the EU Copernicus programme. This collection contains reprocessed data from baseline collection 004. Operational data can be found in the corresponding collection. |
SLSTR |
SENTINEL3 |
S3A,S3B |
L1 |
SLSTR,SENTINEL,SENTINEL3,S3,S3A,S3B,L1,L1RBT,RBT,VIS,NIR,SWIR,BT,TIR,FIR,Reprocessed,BC004 |
ATMOSPHERIC |
proprietary |
SENTINEL3 SLSTR Level-1 RBT - Reprocessed from BC004 |
2018-05-09T00:00:00Z |
available |
|||||||||||||||||||
S3_SLSTR_L2 |
The SLSTR Level-2 products are generated in five different types: 1. SL_2_WCT, including the Sea Surface Temperature for single and dual view, for 2 or 3 channels (internal product only), 2. SL_2_WST, including the Level-2P Sea surface temperature (provided to the users), 3. SL_2_LST, including the Land Surface Temperature parameters (provided to the users), 4. SL_2_FRP, including the Fire Radiative Power parameters (provided to the users), 5.SL_2_AOD, including the Aerosol Optical Depth parameters (provided to the users). The Level-2 product are organized in packages composed of one manifest file and several measurement and annotation data files (between 2 and 21 files depending on the package). The manifest file is in XML format and gathers general information concerning product and processing. The measurement and annotation data files are in netCDF 4 format, and include dimensions, variables and associated attributes. Regarding the measurement files: one measurement file, providing the land surface temperature, associated uncertainties and other supporting fields, is included in the SL_2_LST packet. The annotation data files are generated from the annotation files included in the SL_1RBT package and their format is identical to the files in the Level-1 packet.The SL_2_LST packet contains 10 annotation files, providing the same parameters as in SL_2_WCT and, in addition, some vegetation parameters. |
SLSTR |
SENTINEL3 |
S3A,S3B |
L2 |
SLSTR,SENTINEL,SENTINEL3,S3,S3A,S3B,L2,L2FRP,FRP,L2WCT,WCT,L2WST,WST,L2AOD,AOD |
ATMOSPHERIC |
proprietary |
SENTINEL3 SLSTR Level-2 |
2017-07-05T00:00:00Z |
available |
|||||||||||||||||||
S3_SLSTR_L2AOD |
The Copernicus NRT S3 AOD processor quantifies the abundance of aerosol particles and monitors their global distribution and long-range transport, at the scale of 9.5 x 9.5 km2. All observations are made available in less than three hours from the SLSTR observation sensing time. It is only applicable during daytime. NOTE: The SLSTR L2 AOD product is generated by EUMETSAT in NRT only. An offline (NTC) AOD product is generated from SYN data by ESA, exploiting the synergy between the SLSTR and OLCI instruments. |
SLSTR |
SENTINEL3 |
S3A,S3B |
L2 |
SLSTR,SENTINEL,SENTINEL3,S3,S3A,S3B,L2,L2AOD,AOD |
ATMOSPHERIC |
proprietary |
SENTINEL3 SLSTR Level-2 AOD |
2016-02-16T00:00:00Z |
available |
available |
available |
available |
||||||||||||||||
S3_SLSTR_L2FRP |
The SLSTR Level-2 FRP product is providing one measurement data file, FRP_in.nc, with Fire Radiative Power (FRP) values and associated parameters generated for each fire detected over land and projected on the SLSTR 1 km grid. The fire detection is based on a mixed thermal band, combining S7 radiometric measurements and, for pixels associated with a saturated value of S7 (i.e. above 311 K), F1 radiometric measurements. |
SLSTR |
SENTINEL3 |
S3A,S3B |
L2 |
SLSTR,SENTINEL,SENTINEL3,S3,S3A,S3B,L2,L2FRP,FRP |
ATMOSPHERIC |
proprietary |
SENTINEL3 SLSTR Level-2 FRP |
2016-02-16T00:00:00Z |
available |
available |
available |
available |
available |
|||||||||||||||
S3_SLSTR_L2LST |
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) |
SLSTR |
SENTINEL3 |
S3A,S3B |
L2 |
SLSTR,SENTINEL,SENTINEL3,S3,S3A,S3B,L2,L2LST,LST |
ATMOSPHERIC |
proprietary |
SENTINEL3 SLSTR Level-2 LST |
2016-02-16T00:00:00Z |
available |
available |
available |
available |
||||||||||||||||
S3_SLSTR_L2WST |
The SLSTR Level-2 WST product provides water surface parameters generated on the wide 1 km measurement grid. It contains measurement file with Water Surface Temperature (WST) values with associated parameters (WST parameters are computed and provided for each pixel (re-gridded or orphan) included in the 1 km measurement grid) |
SLSTR |
SENTINEL3 |
S3A,S3B |
L2 |
SLSTR,SENTINEL,SENTINEL3,S3,S3A,S3B,L2,L2WST,WST |
ATMOSPHERIC |
proprietary |
SENTINEL3 SLSTR Level-2 WST |
2016-02-16T00:00:00Z |
available |
available |
available |
available |
available |
|||||||||||||||
S3_SLSTR_L2WST_BC003 |
The SLSTR SST has a spatial resolution of 1km at nadir. Skin Sea Surface Temperature following the GHRSST L2P GDS2 format specification, see https://www.ghrsst.org/ . Sentinel-3 is part of a series of Sentinel satellites, under the umbrella of the EU Copernicus programme. This collection contains reprocessed data from baseline collection 003. Operational data can be found in the corresponding collection. |
SLSTR |
SENTINEL3 |
S3A,S3B |
L2 |
SLSTR,SENTINEL,SENTINEL3,S3,S3A,S3B,L2,L2WST,WST,REPROCESSED,BC003 |
ATMOSPHERIC |
proprietary |
SENTINEL3 SLSTR Level-2 WST Reprocessed from BC003 |
2016-04-18T00:00:00Z |
available |
|||||||||||||||||||
S3_SRA |
SRAL Level 1B: Complex echoes (In-phase (I) and Quadrature (Q)) for the Low Resolution Mode (LRM) and/or Synthetic Aperture Radar (SAR) mode both for C Band and Ku band. When the altimeter is in SAR mode, this product also contains the so-called Pseudo LRM (PLRM) echoes. - All Sentinel-3 Near Real Time (NRT) products are available at pick-up point in less than 3h. - All Sentinel-3 Non Time Critical (NTC) products are available at pick-up point in less than 30 days. - All Sentinel-3 Short Time Critical (STC) products are available at pick-up point in less than 48 hours. Sentinel-3 is part of a series of Sentinel satellites, under the umbrella of the EU Copernicus programme. |
SRAL |
SENTINEL3 |
S3A,S3B |
L1 |
SRA,SRAL,SENTINEL,SENTINEL3,S3,S3A,S3B,L1 |
RADAR |
proprietary |
SENTINEL3 SRAL Level-1 |
2016-02-16T00:00:00Z |
available |
available |
available |
available |
available |
|||||||||||||||
S3_SRA_1A_BC004 |
SRAL Level 1A Unpacked L0 Complex Echoes (version BC004) - Sentinel-3 - Reprocessed Fundamental science and engineering product development supporting operational users. This product is most relevant to SAR processing specialists allowing fundamental studies on SAR processing such as Doppler beam formation and for calibration studies using ground-based Transponders. Sentinel-3 is part of a series of Sentinel satellites, under the umbrella of the EU Copernicus programme. This collection contains reprocessed data from baseline collection 004. Operational data can be found in the corresponding collection. |
SRAL |
SENTINEL3 |
S3A,S3B |
L1A |
SRA,SRAL,SENTINEL,SENTINEL3,S3,S3A,S3B,L1,L1A,REPROCESSED,BC004 |
RADAR |
proprietary |
SENTINEL3 SRAL Level-1A Unpacked - Reprocessed from BC004 |
2016-03-01T00:00:00Z |
available |
|||||||||||||||||||
S3_SRA_1B_BC004 |
SRAL Level 1B (version BC004) - Sentinel-3 - Reprocessed SRAL Level 1B: Complex echoes (In-phase (I) and Quadrature (Q)) for the Low Resolution Mode (LRM) and/or Synthetic Aperture Radar (SAR) mode both for C Band and Ku band. When the altimeter is in SAR mode, this product also contains the so-called Pseudo LRM (PLRM) echoes. Sentinel-3 is part of a series of Sentinel satellites, under the umbrella of the EU Copernicus programme. This collection contains reprocessed data from baseline collection 004. Operational data can be found in the corresponding collection. |
SRAL |
SENTINEL3 |
S3A,S3B |
L1B |
SRA,SRAL,SENTINEL,SENTINEL3,S3,S3A,S3B,L1,L1B,REPROCESSED,BC004 |
RADAR |
proprietary |
SENTINEL3 SRAL Level-1B - Reprocessed from BC004 |
2016-03-01T00:00:00Z |
available |
|||||||||||||||||||
S3_SRA_A |
A Level 1A SRAL product contains one “measurement data file” containing the L1A measurements parameters: ECHO_SAR_Ku: L1A Tracking measurements (sorted and calibrated) in SAR mode - Ku-band (80-Hz) ECHO_PLRM: L1A Tracking measurements (sorted and calibrated) in pseudo-LRM mode - Ku and C bands (80-Hz) |
SRAL |
SENTINEL3 |
S3A,S3B |
L1 |
SRA,SRAL,SENTINEL,SENTINEL3,S3,S3A,S3B,L1 |
RADAR |
proprietary |
SENTINEL3 SRAL Level-1 SRA_A |
2016-02-16T00:00:00Z |
available |
available |
available |
available |
available |
|||||||||||||||
S3_SRA_BS |
A Level 1B-S SRAL product contains one “measurement data file” containing the L1b measurements parameters: ECHO_SAR_Ku : L1b Tracking measurements in SAR mode - Ku band (20-Hz) as defined in the L1b MEAS product completed with SAR expert information ECHO_PLRM : L1b Tracking measurements in pseudo-LRM mode - Ku and C bands (20-Hz) as defined in the L1b MEAS product |
SRAL |
SENTINEL3 |
S3A,S3B |
L1 |
SRA,SRAL,SENTINEL,SENTINEL3,S3,S3A,S3B,L1 |
RADAR |
proprietary |
SENTINEL3 SRAL Level-1 SRA_BS |
2016-02-16T00:00:00Z |
available |
available |
available |
available |
available |
|||||||||||||||
S3_SRA_BS_BC004 |
SRAL Level 1B Stack Echoes (version BC004) - Sentinel-3 - Reprocessed SRAL Level 1B: Complex echoes (In-phase (I) and Quadrature (Q)) for the Low Resolution Mode (LRM) and/or Synthetic Aperture Radar (SAR) mode both for C Band and Ku band. When the altimeter is in SAR mode, this product also contains the so-called Pseudo LRM (PLRM) echoes. Complex (In-phase and Quadrature) echoes (I’s and Q;s) after slant/Doppler range correction. This product is most relevant to geophysical retrieval algorithm developers (over ocean, land and ice surfaces), surface characterisations studies (e.g. impact of sea state bias, wave directional effects etc) and Quality Control systems. Sentinel-3 is part of a series of Sentinel satellites, under the umbrella of the EU Copernicus programme. This collection contains reprocessed data from baseline collection 004. Operational data can be found in the corresponding collection. |
SRAL |
SENTINEL3 |
S3A,S3B |
L1B |
SRA,SRAL,SENTINEL,SENTINEL3,S3,S3A,S3B,L1,L1B,REPROCESSED,STACK,ECHOES,BC004 |
RADAR |
proprietary |
SENTINEL3 SRAL Level-1B Stack Echoes - Reprocessed from BC004 |
2016-03-01T00:00:00Z |
available |
|||||||||||||||||||
S3_SY_AOD |
The Level-2 SYN AOD product (SY_2_AOD) is produced by a dedicated processor including the whole SYN L1 processing module and a global synergy level 2 processing module retrieving, over land and sea, aerosol optical thickness. The resolution of this product is wider than classic S3 products, as the dataset are provided on a 4.5 km² resolution |
SYNERGY |
SENTINEL3 |
S3A,S3B |
L2 |
SYNERGY,SY,SENTINEL,SENTINEL3,S3,S3A,S3B,L2,AOD |
OPTICAL,RADAR |
proprietary |
SENTINEL3 SYNERGY Level-2 AOD |
2016-02-16T00:00:00Z |
available |
available |
available |
available |
||||||||||||||||
S3_SY_SYN |
The Level-2 SYN product (SY_2_SYN) is produced by the Synergy Level-1/2 SDR software and contains surface reflectance and aerosol parameters over land. All measurement datasets are provided on the OLCI image grid, similar to the one included in the OLCI L1b product. Some sub-sampled annotations and atmospheric datasets are provided on the OLCI tie-points grid. Several associated variables are also provided in annotation data files. |
SYNERGY |
SENTINEL3 |
S3A,S3B |
L2 |
SYNERGY,SY,SENTINEL,SENTINEL3,S3,S3A,S3B,L2,SYN |
OPTICAL,RADAR |
proprietary |
SENTINEL3 SYNERGY Level-2 SYN |
2016-02-16T00:00:00Z |
available |
available |
available |
available |
available |
|||||||||||||||
S3_SY_V10 |
The Level-2 VG1 and V10 SYN products (SY_2_VG1 and SY_2_V10 respectively) are produced by the SYNERGY Level-2 processor and contain 1 km VEGETATION-like product, 1 and 10 days synthesis surface reflectances and NDVI. The product grid and the four spectral bands are similar to the SYN Level-2 VGP product. |
SYNERGY |
SENTINEL3 |
S3A,S3B |
LEVEL-2W |
SYNERGY,SY,SENTINEL,SENTINEL3,S3,S3A,S3B,L2,V10 |
OPTICAL,RADAR |
proprietary |
SENTINEL3 SYNERGY Level-2 V10 |
2016-02-16T00:00:00Z |
available |
available |
available |
available |
||||||||||||||||
S3_SY_VG1 |
The Level-2 VG1 and V10 SYN products (SY_2_VG1 and SY_2_V10 respectively) are produced by the SYNERGY Level-2 processor and contain 1 km VEGETATION-like product, 1 and 10 days synthesis surface reflectances and NDVI. The product grid and the four spectral bands are similar to the SYN Level-2 VGP product. |
SYNERGY |
SENTINEL3 |
S3A,S3B |
LEVEL-2 |
SYNERGY,SY,SENTINEL,SENTINEL3,S3,S3A,S3B,L2,VG1 |
OPTICAL,RADAR |
proprietary |
SENTINEL3 SYNERGY Level-2 VG1 |
2016-02-16T00:00:00Z |
available |
available |
available |
available |
||||||||||||||||
S3_SY_VGP |
The Level-2 VGP SYN product (SY_2_VGP) is produced by the Global Synergy Level-1/2 software and contains 1 km VEGETATION-like product TOA reflectances. The “1 km VEGETATION-like product” label means that measurements are provided on a regular latitude-longitude grid, with an equatorial sampling distance of approximately 1 km. This product is restricted in longitude, including only filled ones. |
SYNERGY |
SENTINEL3 |
S3A,S3B |
LEVEL-2 |
SYNERGY,SY,SENTINEL,SENTINEL3,S3,S3A,S3B,L2,VGP |
OPTICAL,RADAR |
proprietary |
SENTINEL3 SYNERGY Level-2 VGP |
2016-02-16T00:00:00Z |
available |
available |
available |
available |
||||||||||||||||
S3_WAT |
The products contain the typical altimetry measurements, like the altimeter range, the sea surface height, the wind speed, significant wave height and all required geophysical corrections and related flags. Also the sea Ice freeboard measurement is included. The measurements in the standard data file provide the measurements in low (1 Hz = approx. 7km) and high resolution (20 Hz = approx. 300 m), in LRM mode or in SAR mode, for both C-band and Ku band. The SAR mode is the default mode. The reduced measurement data file contains 1 Hz measurements only. The enhanced measurement data file contains also the waveforms and associated parameters and the pseudo LRM measurements when in SAR mode. This product contains the following datasets: Sea Level Global(NRT) (PDS_MG3_CORE_14_GLONRT), Sea Level Global Reduced(NRT)(PDS_MG3_CORE_14_GLONRT_RD), Sea Level Global Standard(NRT) (PDS_MG3_CORE_14_GLONRT_SD), Sea Level Global Enhanced(NRT) (PDS_MG3_CORE_14_GLONRT_EN) - All Sentinel-3 NRT products are available at pick-up point in less than 3h. - All Sentinel-3 Non Time Critical (NTC) products are available at pick-up point in less than 30 days - All Sentinel-3 Short Time Critical (STC) products are available at pick-up point in less than 48 hours Sentinel-3 is part of a series of Sentinel satellites, under the umbrella of the EU Copernicus programme. |
SRAL |
SENTINEL3 |
S3A,S3B |
L2 |
SRAL,SENTINEL,SENTINEL3,S3,S3A,S3B,L2,WAT |
RADAR |
proprietary |
SENTINEL3 SRAL Level-2 WAT |
2016-02-16T00:00:00Z |
available |
available |
available |
available |
available |
|||||||||||||||
S3_WAT_BC004 |
The products contain the typical altimetry measurements, like the altimeter range, the sea surface height, the wind speed, significant wave height and all required geophysical corrections and related flags. Also the sea Ice freeboard measurement is included. The measurements in the standard data file provide the measurements in low (1 Hz = approx. 7km) and high resolution (20 Hz = approx. 300 m), in LRM mode or in SAR mode, for both C-band and Ku band. The SAR mode is the default mode. The reduced measurement data file contains 1 Hz measurements only. The enhanced measurement data file contains also the waveforms and associated parameters and the pseudo LRM measurements when in SAR mode. Sentinel-3 is part of a series of Sentinel satellites, under the umbrella of the EU Copernicus programme. This collection contains reprocessed data from baseline collection 004. Operational data can be found in the corresponding collection. |
SRAL |
SENTINEL3 |
S3A,S3B |
L2 |
SRAL,SENTINEL,SENTINEL3,S3,S3A,S3B,L2,WAT,REPROCESSED,BC004 |
RADAR |
proprietary |
SRAL Level 2 Altimetry Global - Reprocessed from BC004 |
2016-03-01T00:00:00Z |
available |
|||||||||||||||||||
S5P_L1B2_IR_ALL |
Solar irradiance spectra for all bands (UV1-6 and SWIR) The TROPOMI instrument is a space-borne, nadir-viewing, imaging spectrometer covering wavelength bands between the ultraviolet and the shortwave infrared. The instrument, the single payload of the Sentinel-5P spacecraft, uses passive remote sensing techniques to attain its objective by measuring, at the Top Of Atmosphere (TOA), the solar radiation reflected by and radiated from the earth. The instrument operates in a push-broom configuration (non-scanning), with a swath width of ~2600 km on the Earth’s surface. The typical pixel size (near nadir) will be 7x3.5 km2 for all spectral bands, with the exception of the UV1 band (7x28 km2) and SWIR bands (7x7 km2). |
TROPOMI |
SENTINEL5P |
S5P |
L1B, L2 |
SENTINEL,SENTINEL5P,S5P,L1,L1B,TROPOMI,IR,SIR,SWIR,Irradiances,UVN |
ATMOSPHERIC |
proprietary |
Sentinel-5 Precursor Level 1B and Level 2 Irradiances for the SWIR and UNV bands |
2017-10-13T00:00:00Z |
available |
|||||||||||||||||||
S5P_L1B_IR_SIR |
Solar irradiance spectra for the SWIR bands (band 7 and band 8). TROPOMI utilises a single telescope to form an image of the target area onto a rectangular slit that acts as the entrance slit of the spectrometer system. There are four different spectrometers, each with its own optics and detector: mediumwave ultraviolet (UV), longwave ultraviolet combined with visible (UVIS), near infrared (NIR), and shortwave infrared (SWIR). The spectrometers for UV, UVIS and NIR are jointly referred to as UVN. Radiation for the SWIR spectrometer is transferred by an optical relay part in the UVN system from the telescope to an interface position (the pupil stop) for the SWIR spectrometer. This is done because of the more stringent thermal requirements on the SWIR part of the instrument. Each of the detectors is divided in two halves, which yields a total of eight spectral bands. |
TROPOMI |
SENTINEL5P |
S5P |
L1B |
SENTINEL,SENTINEL5P,S5P,L1,L1B,TROPOMI,IR,SIR,SWIR,Irradiances |
ATMOSPHERIC |
proprietary |
Sentinel-5 Precursor Level 1B Irradiances for the SWIR bands |
2017-10-13T00:00:00Z |
available |
available |
||||||||||||||||||
S5P_L1B_IR_UVN |
Solar irradiance spectra for the UVN bands (band 1 through band 6). TROPOMI utilises a single telescope to form an image of the target area onto a rectangular slit that acts as the entrance slit of the spectrometer system. There are four different spectrometers, each with its own optics and detector: mediumwave ultraviolet (UV), longwave ultraviolet combined with visible (UVIS), near infrared (NIR), and shortwave infrared (SWIR). The spectrometers for UV, UVIS and NIR are jointly referred to as UVN. Radiation for the SWIR spectrometer is transferred by an optical relay part in the UVN system from the telescope to an interface position (the pupil stop) for the SWIR spectrometer. This is done because of the more stringent thermal requirements on the SWIR part of the instrument. Each of the detectors is divided in two halves, which yields a total of eight spectral bands. |
TROPOMI |
SENTINEL5P |
S5P |
L1B |
SENTINEL,SENTINEL5P,S5P,L1,L1B,TROPOMI,IR,UVN,Irradiances |
ATMOSPHERIC |
proprietary |
Sentinel-5 Precursor Level 1B Irradiances for the UVN bands |
2017-10-13T00:00:00Z |
available |
available |
||||||||||||||||||
S5P_L1B_RA_BD1 |
Sentinel-5 Precursor Level 1B Radiances for spectral band 1. TROPOMI utilises a single telescope to form an image of the target area onto a rectangular slit that acts as the entrance slit of the spectrometer system. There are four different spectrometers, each with its own optics and detector: mediumwave ultraviolet (UV), longwave ultraviolet combined with visible (UVIS), near infrared (NIR), and shortwave infrared (SWIR). The spectrometers for UV, UVIS and NIR are jointly referred to as UVN. Radiation for the SWIR spectrometer is transferred by an optical relay part in the UVN system from the telescope to an interface position (the pupil stop) for the SWIR spectrometer. This is done because of the more stringent thermal requirements on the SWIR part of the instrument. Each of the detectors is divided in two halves, which yields a total of eight spectral bands. |
TROPOMI |
SENTINEL5P |
S5P |
L1B |
SENTINEL,SENTINEL5P,S5P,L1,L1B,TROPOMI,RA,Radiances,BD1,BAND1,B01 |
ATMOSPHERIC |
proprietary |
Sentinel-5 Precursor Level 1B Radiances for spectral band 1 |
2017-10-13T00:00:00Z |
available |
available |
available |
|||||||||||||||||
S5P_L1B_RA_BD2 |
Sentinel-5 Precursor Level 1B Radiances for spectral band 2. TROPOMI utilises a single telescope to form an image of the target area onto a rectangular slit that acts as the entrance slit of the spectrometer system. There are four different spectrometers, each with its own optics and detector: mediumwave ultraviolet (UV), longwave ultraviolet combined with visible (UVIS), near infrared (NIR), and shortwave infrared (SWIR). The spectrometers for UV, UVIS and NIR are jointly referred to as UVN. Radiation for the SWIR spectrometer is transferred by an optical relay part in the UVN system from the telescope to an interface position (the pupil stop) for the SWIR spectrometer. This is done because of the more stringent thermal requirements on the SWIR part of the instrument. Each of the detectors is divided in two halves, which yields a total of eight spectral bands. |
TROPOMI |
SENTINEL5P |
S5P |
L1B |
SENTINEL,SENTINEL5P,S5P,L1,L1B,TROPOMI,RA,Radiances,BD2,BAND2,B02 |
ATMOSPHERIC |
proprietary |
Sentinel-5 Precursor Level 1B Radiances for spectral band 2 |
2017-10-13T00:00:00Z |
available |
available |
available |
|||||||||||||||||
S5P_L1B_RA_BD3 |
Sentinel-5 Precursor Level 1B Radiances for spectral band 3. TROPOMI utilises a single telescope to form an image of the target area onto a rectangular slit that acts as the entrance slit of the spectrometer system. There are four different spectrometers, each with its own optics and detector: mediumwave ultraviolet (UV), longwave ultraviolet combined with visible (UVIS), near infrared (NIR), and shortwave infrared (SWIR). The spectrometers for UV, UVIS and NIR are jointly referred to as UVN. Radiation for the SWIR spectrometer is transferred by an optical relay part in the UVN system from the telescope to an interface position (the pupil stop) for the SWIR spectrometer. This is done because of the more stringent thermal requirements on the SWIR part of the instrument. Each of the detectors is divided in two halves, which yields a total of eight spectral bands. |
TROPOMI |
SENTINEL5P |
S5P |
L1B |
SENTINEL,SENTINEL5P,S5P,L1,L1B,TROPOMI,RA,Radiances,BD3,BAND3,B03 |
ATMOSPHERIC |
proprietary |
Sentinel-5 Precursor Level 1B Radiances for spectral band 3 |
2017-10-13T00:00:00Z |
available |
available |
available |
|||||||||||||||||
S5P_L1B_RA_BD4 |
Sentinel-5 Precursor Level 1B Radiances for spectral band 4. TROPOMI utilises a single telescope to form an image of the target area onto a rectangular slit that acts as the entrance slit of the spectrometer system. There are four different spectrometers, each with its own optics and detector: mediumwave ultraviolet (UV), longwave ultraviolet combined with visible (UVIS), near infrared (NIR), and shortwave infrared (SWIR). The spectrometers for UV, UVIS and NIR are jointly referred to as UVN. Radiation for the SWIR spectrometer is transferred by an optical relay part in the UVN system from the telescope to an interface position (the pupil stop) for the SWIR spectrometer. This is done because of the more stringent thermal requirements on the SWIR part of the instrument. Each of the detectors is divided in two halves, which yields a total of eight spectral bands. |
TROPOMI |
SENTINEL5P |
S5P |
L1B |
SENTINEL,SENTINEL5P,S5P,L1,L1B,TROPOMI,RA,Radiances,BD4,BAND4,B04 |
ATMOSPHERIC |
proprietary |
Sentinel-5 Precursor Level 1B Radiances for spectral band 4 |
2017-10-13T00:00:00Z |
available |
available |
available |
|||||||||||||||||
S5P_L1B_RA_BD5 |
Sentinel-5 Precursor Level 1B Radiances for spectral band 5. TROPOMI utilises a single telescope to form an image of the target area onto a rectangular slit that acts as the entrance slit of the spectrometer system. There are four different spectrometers, each with its own optics and detector: mediumwave ultraviolet (UV), longwave ultraviolet combined with visible (UVIS), near infrared (NIR), and shortwave infrared (SWIR). The spectrometers for UV, UVIS and NIR are jointly referred to as UVN. Radiation for the SWIR spectrometer is transferred by an optical relay part in the UVN system from the telescope to an interface position (the pupil stop) for the SWIR spectrometer. This is done because of the more stringent thermal requirements on the SWIR part of the instrument. Each of the detectors is divided in two halves, which yields a total of eight spectral bands. |
TROPOMI |
SENTINEL5P |
S5P |
L1B |
SENTINEL,SENTINEL5P,S5P,L1,L1B,TROPOMI,RA,Radiances,BD5,BAND5,B05 |
ATMOSPHERIC |
proprietary |
Sentinel-5 Precursor Level 1B Radiances for spectral band 5 |
2017-10-13T00:00:00Z |
available |
available |
available |
|||||||||||||||||
S5P_L1B_RA_BD6 |
Sentinel-5 Precursor Level 1B Radiances for spectral band 6. TROPOMI utilises a single telescope to form an image of the target area onto a rectangular slit that acts as the entrance slit of the spectrometer system. There are four different spectrometers, each with its own optics and detector: mediumwave ultraviolet (UV), longwave ultraviolet combined with visible (UVIS), near infrared (NIR), and shortwave infrared (SWIR). The spectrometers for UV, UVIS and NIR are jointly referred to as UVN. Radiation for the SWIR spectrometer is transferred by an optical relay part in the UVN system from the telescope to an interface position (the pupil stop) for the SWIR spectrometer. This is done because of the more stringent thermal requirements on the SWIR part of the instrument. Each of the detectors is divided in two halves, which yields a total of eight spectral bands. |
TROPOMI |
SENTINEL5P |
S5P |
L1B |
SENTINEL,SENTINEL5P,S5P,L1,L1B,TROPOMI,RA,Radiances,BD6,BAND6,B06 |
ATMOSPHERIC |
proprietary |
Sentinel-5 Precursor Level 1B Radiances for spectral band 6 |
2017-10-13T00:00:00Z |
available |
available |
available |
|||||||||||||||||
S5P_L1B_RA_BD7 |
Sentinel-5 Precursor Level 1B Radiances for spectral band 7. TROPOMI utilises a single telescope to form an image of the target area onto a rectangular slit that acts as the entrance slit of the spectrometer system. There are four different spectrometers, each with its own optics and detector: mediumwave ultraviolet (UV), longwave ultraviolet combined with visible (UVIS), near infrared (NIR), and shortwave infrared (SWIR). The spectrometers for UV, UVIS and NIR are jointly referred to as UVN. Radiation for the SWIR spectrometer is transferred by an optical relay part in the UVN system from the telescope to an interface position (the pupil stop) for the SWIR spectrometer. This is done because of the more stringent thermal requirements on the SWIR part of the instrument. Each of the detectors is divided in two halves, which yields a total of eight spectral bands. |
TROPOMI |
SENTINEL5P |
S5P |
L1B |
SENTINEL,SENTINEL5P,S5P,L1,L1B,TROPOMI,RA,Radiances,BD7,BAND7,B07 |
ATMOSPHERIC |
proprietary |
Sentinel-5 Precursor Level 1B Radiances for spectral band 7 |
2017-10-13T00:00:00Z |
available |
available |
available |
|||||||||||||||||
S5P_L1B_RA_BD8 |
Sentinel-5 Precursor Level 1B Radiances for spectral band 8. TROPOMI utilises a single telescope to form an image of the target area onto a rectangular slit that acts as the entrance slit of the spectrometer system. There are four different spectrometers, each with its own optics and detector: mediumwave ultraviolet (UV), longwave ultraviolet combined with visible (UVIS), near infrared (NIR), and shortwave infrared (SWIR). The spectrometers for UV, UVIS and NIR are jointly referred to as UVN. Radiation for the SWIR spectrometer is transferred by an optical relay part in the UVN system from the telescope to an interface position (the pupil stop) for the SWIR spectrometer. This is done because of the more stringent thermal requirements on the SWIR part of the instrument. Each of the detectors is divided in two halves, which yields a total of eight spectral bands. |
TROPOMI |
SENTINEL5P |
S5P |
L1B |
SENTINEL,SENTINEL5P,S5P,L1,L1B,TROPOMI,RA,Radiances,BD8,BAND8,B08 |
ATMOSPHERIC |
proprietary |
Sentinel-5 Precursor Level 1B Radiances for spectral band 8 |
2017-10-13T00:00:00Z |
available |
available |
available |
|||||||||||||||||
S5P_L2_AER_AI |
TROPOMI aerosol index is referred to as the Ultraviolet Aerosol Index (UVAI). The relatively simple calculation of the Aerosol Index is based on wavelength dependent changes in Rayleigh scattering in the UV spectral range where ozone absorption is very small. UVAI can also be calculated in the presence of clouds so that daily, global coverage is possible. This is ideal for tracking the evolution of episodic aerosol plumes from dust outbreaks, volcanic ash, and biomass burning. |
TROPOMI |
SENTINEL5P |
S5P |
L2 |
SENTINEL,SENTINEL5P,S5P,L2,TROPOMI,AER,AI,Ultraviolet,Aerosol,Index |
ATMOSPHERIC |
proprietary |
Sentinel-5 Precursor Level 2 Ultraviolet Aerosol Index |
2017-10-13T00:00:00Z |
available |
available |
available |
|||||||||||||||||
S5P_L2_AER_LH |
The TROPOMI Aerosol Layer Height product focuses on retrieval of vertically localised aerosol layers in the free troposphere, such as desert dust, biomass burning aerosol, or volcanic ash plumes. The height of such layers is retrieved for cloud-free conditions. Height information for aerosols in the free troposphere is particularly important for aviation safety. Scientific applications include radiative forcing studies, long-range transport modelling and studies of cloud formation processes. Aerosol height information also helps to interpret the UV Aerosol Index (UVAI) in terms of aerosol absorption as the index is strongly height-dependent. |
TROPOMI |
SENTINEL5P |
S5P |
L2 |
SENTINEL,SENTINEL5P,S5P,L2,TROPOMI,AER,LH,Aerosol,Layer,Height |
ATMOSPHERIC |
proprietary |
Sentinel-5 Precursor Level 2 Aerosol Layer Height |
2017-10-13T00:00:00Z |
available |
available |
available |
|||||||||||||||||
S5P_L2_CH4 |
Methane (CH4) is, after carbon dioxide (CO2), the most important contributor to the anthropogenically enhanced greenhouse effect. Roughly three-quarters of methane emissions are anthropogenic and as such it is important to continue the record of satellite-based measurements. TROPOMI aims at providing CH4 column concentrations with high sensitivity to the Earth’s surface, good spatio/temporal coverage, and sufficient accuracy to facilitate inverse modelling of sources and sinks. The output product consists of the retrieved methane column and a row vector referred to as the column averaging kernel A. The column averaging kernel describes how the retrieved column relates to the true profile and should be used in validation exercises (when possible) or use of the product in source/sink inverse modelling. The output product also contains altitude levels of the layer interfaces to which the column averaging kernel corresponds. Additional output for Level-2 data products: viewing geometry, precision of retrieved methane, residuals of the fit, quality flags (cloudiness, terrain roughness etc.) and retrieved albedo and aerosol properties. The latter properties are required for a posteriori filtering and for estimation of total retrieval error. The Sentinel-5 Precursor mission flies in loose formation (about 3.5 - 5 minutes behind) with the S-NPP (SUOMI-National Polar-orbiting Partnership) mission to use VIIRS (Visible Infrared Imaging Radiometer Suite) cloud information to select cloud free TROPOMI pixels for high quality methane retrieval. |
TROPOMI |
SENTINEL5P |
S5P |
L2 |
SENTINEL,SENTINEL5P,S5P,L2,TROPOMI,CH4,Methane |
ATMOSPHERIC |
proprietary |
Sentinel-5 Precursor Level 2 Methane |
2017-10-13T00:00:00Z |
available |
available |
available |
|||||||||||||||||
S5P_L2_CLOUD |
The TROPOMI instrument, single payload onboard Sentinel-5 Precursor, retrieves operationally the most important quantities for cloud correction of satellite trace gas retrievals: cloud fraction, cloud optical thickness (albedo), and cloud-top pressure (height). Cloud parameters from TROPOMI are not only used for enhancing the accuracy of trace gas retrievals, but also to extend the satellite data record of cloud information derived from oxygen A-band measurements initiated with GOME. |
TROPOMI |
SENTINEL5P |
S5P |
L2 |
SENTINEL,SENTINEL5P,S5P,L2,TROPOMI,CLOUD |
ATMOSPHERIC |
proprietary |
Sentinel-5 Precursor Level 2 Cloud |
2017-10-13T00:00:00Z |
available |
available |
available |
|||||||||||||||||
S5P_L2_CO |
The TROPOMI instrument, single payload onboard Sentinel-5 Precursor, retrieves the CO global abundance exploiting clear-sky and cloudy-sky Earth radiance measurements in the 2.3 µm spectral range of the shortwave infrared (SWIR) part of the solar spectrum. TROPOMI clear sky observations provide CO total columns with sensitivity to the tropospheric boundary layer. For cloudy atmospheres, the column sensitivity changes according to the light path. The TROPOMI CO retrieval uses the same method employed by SCIAMACHY. |
TROPOMI |
SENTINEL5P |
S5P |
L2 |
SENTINEL,SENTINEL5P,S5P,L2,TROPOMI,CO,Carbon,Monoxide |
ATMOSPHERIC |
proprietary |
Sentinel-5 Precursor Level 2 Carbon Monoxide |
2017-10-13T00:00:00Z |
available |
available |
available |
|||||||||||||||||
S5P_L2_HCHO |
Formaldehyde is an intermediate gas in almost all oxidation chains of Non-Methane Volatile Organic Compounds (NMVOC), leading eventually to CO2. NMVOCs are, together with NOx, CO and CH4, among the most important precursors of tropospheric O3. The major HCHO source in the remote atmosphere is CH4 oxidation. Over the continents, the oxidation of higher NMVOCs emitted from vegetation, fires, traffic and industrial sources results in important and localised enhancements of the HCHO levels. In addition to the main product results, such as HCHO slant column, vertical column and air mass factor, the level 2 data files contain several additional parameters and diagnostic information. |
TROPOMI |
SENTINEL5P |
S5P |
L2 |
SENTINEL,SENTINEL5P,S5P,L2,TROPOMI,HCHO,Formaldehyde |
ATMOSPHERIC |
proprietary |
Sentinel-5 Precursor Level 2 Formaldehyde |
2017-10-13T00:00:00Z |
available |
available |
available |
|||||||||||||||||
S5P_L2_NO2 |
The TROPOMI instrument, single payload onboard Sentinel-5 Precursor, retrieves operationally tropospheric and stratospheric NO2 column products. The TROPOMI NO2 data products pose an improvement over previous NO2 data sets, particularly in their unprecedented spatial resolution, but also in the separation of the stratospheric and tropospheric contributions of the retrieved slant columns, and in the calculation of the air-mass factors used to convert slant to total columns. |
TROPOMI |
SENTINEL5P |
S5P |
L2 |
SENTINEL,SENTINEL5P,S5P,L2,TROPOMI,NO2,Nitrogen,Dioxide |
ATMOSPHERIC |
proprietary |
Sentinel-5 Precursor Level 2 Nitrogen Dioxide |
2017-10-13T00:00:00Z |
available |
available |
available |
|||||||||||||||||
S5P_L2_NP_BD3 |
S5P-NPP Cloud for spectral band 3. The S5P level 2 methane product is dependent on having information on cloud occurrence at spatial resolution finer than that achievable from TROPOMI itself. This information is also useful for other purposes, including assessing the influence of cloud on other L2 products and issues related to spatial co-registration. A level 2 auxiliary product was therefore developed to describe cloud in the TROPOMI field of view (FOV), using co-located observations of VIIRS (Visible Infra-red Imaging Radiometer Suite) on the U.S. S-NPP (Suomi - National Polar-orbiting Partnership). S5P flies in a so-called loose formation with the S-NPP with a temporal separation between them of less than 5 minutes. The main information contained in the S5P-NPP product is: 1. A statistical summary for each S5P FOV of the NPP-VIIRS L2 Cloud Mask (VCM). 2. The mean and standard deviation of the sun-normalised radiance in a number of VIIRS moderate resolution bands. This information is provided for three S5P spectral bands (to account for differences in spatial sampling). |
TROPOMI |
SENTINEL5P |
S5P |
L2 |
SENTINEL,SENTINEL5P,S5P,L2,TROPOMI,NP,NPP,Cloud,BD3,B03,BAND3 |
ATMOSPHERIC |
proprietary |
Sentinel-5 Precursor Level 2 NPP Cloud for band 3 |
2017-10-13T00:00:00Z |
available |
available |
available |
|||||||||||||||||
S5P_L2_NP_BD6 |
S5P-NPP Cloud for spectral band 6. The S5P level 2 methane product is dependent on having information on cloud occurrence at spatial resolution finer than that achievable from TROPOMI itself. This information is also useful for other purposes, including assessing the influence of cloud on other L2 products and issues related to spatial co-registration. A level 2 auxiliary product was therefore developed to describe cloud in the TROPOMI field of view (FOV), using co-located observations of VIIRS (Visible Infra-red Imaging Radiometer Suite) on the U.S. S-NPP (Suomi - National Polar-orbiting Partnership). S5P flies in a so-called loose formation with the S-NPP with a temporal separation between them of less than 5 minutes. The main information contained in the S5P-NPP product is: 1. A statistical summary for each S5P FOV of the NPP-VIIRS L2 Cloud Mask (VCM). 2. The mean and standard deviation of the sun-normalised radiance in a number of VIIRS moderate resolution bands. This information is provided for three S5P spectral bands (to account for differences in spatial sampling). |
TROPOMI |
SENTINEL5P |
S5P |
L2 |
SENTINEL,SENTINEL5P,S5P,L2,TROPOMI,NP,NPP,Cloud,BD6,B06,BAND6 |
ATMOSPHERIC |
proprietary |
Sentinel-5 Precursor Level 2 NPP Cloud for band 6 |
2017-10-13T00:00:00Z |
available |
available |
available |
|||||||||||||||||
S5P_L2_NP_BD7 |
S5P-NPP Cloud for spectral band 7. The S5P level 2 methane product is dependent on having information on cloud occurrence at spatial resolution finer than that achievable from TROPOMI itself. This information is also useful for other purposes, including assessing the influence of cloud on other L2 products and issues related to spatial co-registration. A level 2 auxiliary product was therefore developed to describe cloud in the TROPOMI field of view (FOV), using co-located observations of VIIRS (Visible Infra-red Imaging Radiometer Suite) on the U.S. S-NPP (Suomi - National Polar-orbiting Partnership). S5P flies in a so-called loose formation with the S-NPP with a temporal separation between them of less than 5 minutes. The main information contained in the S5P-NPP product is: 1. A statistical summary for each S5P FOV of the NPP-VIIRS L2 Cloud Mask (VCM). 2. The mean and standard deviation of the sun-normalised radiance in a number of VIIRS moderate resolution bands. This information is provided for three S5P spectral bands (to account for differences in spatial sampling). |
TROPOMI |
SENTINEL5P |
S5P |
L2 |
SENTINEL,SENTINEL5P,S5P,L2,TROPOMI,NP,NPP,Cloud,BD7,B07,BAND7 |
ATMOSPHERIC |
proprietary |
Sentinel-5 Precursor Level 2 NPP Cloud for band 7 |
2017-10-13T00:00:00Z |
available |
available |
available |
|||||||||||||||||
S5P_L2_O3 |
Ozone (O3) is of crucial importance for the equilibrium of the Earth’s atmosphere. In the stratosphere, the ozone layer shields the biosphere from dangerous solar ultraviolet radiation. In the troposphere, it acts as an efficient cleansing agent, but at high concentration it also becomes harmful to the health of humans, animals, and vegetation. Ozone is also an important greenhouse-gas contributor to ongoing climate change. These products are provided in NetCDF-CF format and contain total ozone, ozone temperature, and error information including averaging kernels. |
TROPOMI |
SENTINEL5P |
S5P |
L2 |
SENTINEL,SENTINEL5P,S5P,L2,TROPOMI,O3,Ozone |
ATMOSPHERIC |
proprietary |
Sentinel-5 Precursor Level 2 Ozone |
2017-10-13T00:00:00Z |
available |
available |
available |
|||||||||||||||||
S5P_L2_O3_PR |
Retrieved ozone profiles are used to monitor the evolution of stratospheric and tropospheric ozone. Such monitoring is important as the ozone layer protects life on Earth against harmful UV radiation. The ozone layer is recovering from depletion due to manmade Chlorofluorocarbons (CFCs). Tropospheric ozone is toxic and it plays an important role in tropospheric chemistry. Also, ozone is a greenhouse gas and is therefore also relevant for climate change. The main parameters in the file are the retrieved ozone profile at 33 levels and the retrieved sub-columns of ozone in 6 layers. In addition, the total ozone column and tropospheric ozone columns are provided. For the ozone profile, the precision and smoothing errors, the a-priori profile and the averaging kernel are also provided. |
TROPOMI |
SENTINEL5P |
S5P |
L2 |
SENTINEL,SENTINEL5P,S5P,L2,TROPOMI,O3,PR,Ozone,Profile |
ATMOSPHERIC |
proprietary |
Sentinel-5 Precursor Level 2 Ozone Profile |
2017-10-13T00:00:00Z |
available |
available |
available |
|||||||||||||||||
S5P_L2_O3_TCL |
Ozone in the tropical troposphere plays various important roles. The intense UV radiation and high humidity in the tropics stimulate the formation of the hydroxyl radical (OH) by the photolysis of ozone. OH is the most important oxidant in the troposphere because it reacts with virtually all trace gases, such as CO, CH4 and other hydrocarbons. The tropics are also characterized by large emissions of nitrogen oxides (NOx), carbon monoxide (CO) and hydrocarbons, both from natural and anthropogenic sources. Ozone that is formed over regions where large amounts of these ozone precursors are emitted, can be transported over great distances and affects areas far from the source. The TROPOMI tropospheric ozone product is a level-2c product that represents three day averaged tropospheric ozone columns on a 0.5° by 1° latitude-longitude grid for the tropical region between 20°N and 20°S. The TROPOMI tropospheric ozone column product uses the TROPOMI Level-2 total OZONE and CLOUD products as input. |
TROPOMI |
SENTINEL5P |
S5P |
L2 |
SENTINEL,SENTINEL5P,S5P,L2,TROPOMI,O3,TCL,Tropospheric,Ozone |
ATMOSPHERIC |
proprietary |
Sentinel-5 Precursor Level 2 Tropospheric Ozone |
2017-10-13T00:00:00Z |
available |
available |
||||||||||||||||||
S5P_L2_SO2 |
Sulphur dioxide (SO2) enters the Earth’s atmosphere through both natural (~30%) and anthropogenic processes (~70%). It plays a role in chemistry on a local and global scale and its impact ranges from short term pollution to effects on climate. Beside the total column of SO2, enhanced levels of SO2 are flagged within the products. The recognition of enhanced SO2 values is essential in order to detect and monitor volcanic eruptions and anthropogenic pollution sources. Volcanic SO2 emissions may also pose a threat to aviation, along with volcanic ash. |
TROPOMI |
SENTINEL5P |
S5P |
L2 |
SENTINEL,SENTINEL5P,S5P,L2,TROPOMI,SO2,Sulphur,Dioxide |
ATMOSPHERIC |
proprietary |
Sentinel-5 Precursor Level 2 Sulphur Dioxide |
2017-10-13T00:00:00Z |
available |
available |
available |
|||||||||||||||||
S6_AMR_L2_F06 |
This is a reprocessed dataset at baseline F06, which is continued by the NRT/NTC data stream from 29/April/2022 onwards. AMR-C Level 2 Products as generated by the AMR-C CFI Processor. These products include antenna and brightness temperatures, wet tropospheric correction, water vapour content, and a rain flag. Sentinel-6 is part of a series of Sentinel satellites, under the umbrella of the EU Copernicus programme. It is a collaborative Copernicus mission, implemented and co-funded by the European Commission, ESA, EUMETSAT and the USA, through NASA and the National Oceanic and Atmospheric Administration (NOAA). |
AMR-C |
SENTINEL6-A |
S6A |
L2 |
SENTINEL,SENTINEL6,S6,S6A,LEO,L2,AMR-C,RADIOMETER,MICROWAVE,F06 |
RADIOMETER |
proprietary |
Sentinel 6 - Climate-quality Advanced Microwave Radiometer Level 2 Products Reprocessed at F06 |
2020-11-28T00:00:00Z |
available |
|||||||||||||||||||
S6_P4_L1AHR_F06 |
This is a reprocessed dataset at baseline F06, which is continued by the NRT/NTC data stream from 29/April/2022 onwards. The Level-1A product contains Level 1 intermediate output of the HR processor (RAW and RMC). It includes geo-located bursts of Ku echoes (at ~9 kHz) with all instrument calibrations applied. It includes the full rate complex waveforms input to the delay/Doppler or SAR processor. This product is most relevant to altimetry specialists, working on fundamental SAR processing techniques and calibration studies. Sentinel-6 is part of a series of Sentinel satellites, under the umbrella of the EU Copernicus programme. It is a collaborative Copernicus mission, implemented and co-funded by the European Commission, ESA, EUMETSAT and the USA, through NASA and the National Oceanic and Atmospheric Administration (NOAA). |
Poseidon-4 |
SENTINEL6-A |
S6A |
L1A |
SENTINEL,SENTINEL6,S6,S6A,LEO,L1A,ALTIMETRIC,HR,POSEIDON4,P4,F06 |
ALTIMETRIC |
proprietary |
Sentinel 6 - Poseidon-4 Altimetry Level 1A High Resolution Reprocessed at F06 |
2020-12-17T00:00:00Z |
available |
|||||||||||||||||||
S6_P4_L1BAHR_F06 |
This is a reprocessed dataset at baseline F06, which is continued by the NRT/NTC data stream from 29/April/2022 onwards. The Level-1B HR product is output of the HR processor. It includes geo-located, and fully calibrated multi-looked high-resolution Ku-band waveforms. This product is most relevant to geophysical retrieval algorithm developers (over ocean, land and ice surfaces), surface characterisations studies (e.g. impact of sea state bias, wave directional effects etc.) and Quality Control systems. Sentinel-6 is part of a series of Sentinel satellites, under the umbrella of the EU Copernicus programme. It is a collaborative Copernicus mission, implemented and co-funded by the European Commission, ESA, EUMETSAT and the USA, through NASA and the National Oceanic and Atmospheric Administration (NOAA). |
Poseidon-4 |
SENTINEL6-A |
S6A |
L1B |
SENTINEL,SENTINEL6,S6,S6A,LEO,L1B,ALTIMETRIC,HR,POSEIDON4,P4,F06 |
ALTIMETRIC |
proprietary |
Sentinel 6 - Poseidon-4 Altimetry Level 1B High Resolution Reprocessed at F06 |
2020-12-17T00:00:00Z |
available |
|||||||||||||||||||
S6_P4_L1BLR_F06 |
This is a reprocessed dataset at baseline F06, which is continued by the NRT/NTC data stream from 29/April/2022 onwards. The Level-1B LR product is output of the LR processor. It includes geo-located, and fully calibrated pulse-limited low-resolution Ku-band and C-band waveforms. This product is most relevant to geophysical retrieval algorithm developers (over ocean, land and ice surfaces), surface characterisations studies (e.g. impact of sea state bias, wave directional effects etc) and Quality Control systems. Sentinel-6 is part of a series of Sentinel satellites, under the umbrella of the EU Copernicus programme. It is a collaborative Copernicus mission, implemented and co-funded by the European Commission, ESA, EUMETSAT and the USA, through NASA and the National Oceanic and Atmospheric Administration (NOAA). |
Poseidon-4 |
SENTINEL6-A |
S6A |
L1B |
SENTINEL,SENTINEL6,S6,S6A,LEO,L1B,ALTIMETRIC,LR,POSEIDON4,P4,F06 |
ALTIMETRIC |
proprietary |
Sentinel 6 - Poseidon-4 Altimetry Level 1B Low Resolution Reprocessed at F06 |
2020-12-17T00:00:00Z |
available |
|||||||||||||||||||
S6_P4_L2HR_F06 |
This is a reprocessed dataset at baseline F06, which is continued by the NRT/NTC data stream from 29/April/2022 onwards. The level-2 high resolution products contain the typical altimetry measurements, like the altimeter range, the sea surface height, the wind speed, significant wave height and all required geophysical corrections and related flags derived either from RAW or RMC, or the combination of both. Two measurement data files are available (standard and reduced), each with a different number of variables. The standard data file includes 1 Hz and 20 Hz measurements for the Ku- band as well as geophysical corrections at 1 Hz and some at 20 Hz. The reduced data file contains only 1 Hz measurements for the Ku- and C-bands as well as geophysical corrections at 1 Hz. Note that the HR data products only contain Ku-band measurements. These products are suitable for users seeking information on sea state and those creating downstream added value products from multiple altimeters. Particularly for those seeking the highest resolution measurements. Sentinel-6 is part of a series of Sentinel satellites, under the umbrella of the EU Copernicus programme. It is a collaborative Copernicus mission, implemented and co-funded by the European Commission, ESA, EUMETSAT and the USA, through NASA and the National Oceanic and Atmospheric Administration (NOAA). |
Poseidon-4 |
SENTINEL6-A |
S6A |
L2 |
SENTINEL,SENTINEL6,S6,S6A,LEO,L2,ALTIMETRIC,HR,POSEIDON4,P4,F06 |
ALTIMETRIC |
proprietary |
Sentinel 6 - Poseidon-4 Altimetry Level 2 High Resolution Reprocessed at F06 |
2020-12-17T00:00:00Z |
available |
|||||||||||||||||||
S6_P4_L2LR_F06 |
This is a reprocessed dataset at baseline F06, which is continued by the NRT/NTC data stream from 29/April/2022 onwards. The product contain the typical altimetry measurements, like the altimeter range, the sea surface height, the wind speed, significant wave height and all required geophysical corrections and related flags derived from LR. Two measurement data files are available (standard and reduced), each with a different number of variables. The standard data file includes 1 Hz and 20 Hz measurements for the Ku- and C-bands as well as geophysical corrections at 1 Hz and some at 20 Hz. The reduced data file contains only 1 Hz measurements for the Ku- and C-bands as well as geophysical corrections at 1 Hz. These products are suitable for users seeking information on sea state and those creating downstream added value products from multiple altimeters. Sentinel-6 is part of a series of Sentinel satellites, under the umbrella of the EU Copernicus programme. It is a collaborative Copernicus mission, implemented and co-funded by the European Commission, ESA, EUMETSAT and the USA, through NASA and the National Oceanic and Atmospheric Administration (NOAA). |
Poseidon-4 |
SENTINEL6-A |
S6A |
L2 |
SENTINEL,SENTINEL6,S6,S6A,LEO,L2,ALTIMETRIC,LR,POSEIDON4,P4,F06 |
ALTIMETRIC |
proprietary |
Sentinel 6 - Poseidon-4 Altimetry Level 2 Low Resolution Reprocessed at F06 |
2020-12-17T00:00:00Z |
available |
|||||||||||||||||||
SATELLITE_CARBON_DIOXIDE |
This dataset provides observations of atmospheric carbon dioxide (CO2)namounts obtained from observations collected by several current and historical nsatellite instruments. Carbon dioxide is a naturally occurring Greenhouse Gas (GHG), but one whose abundance has been increased substantially above its pre-industrial value of some 280 ppm by human activities, primarily because of emissions from combustion of fossil fuels, deforestation and other land-use change. The annual cycle (especially in the northern hemisphere) is primarily due to seasonal uptake and release of atmospheric CO2 by terrestrial vegetation.nAtmospheric carbon dioxide abundance is indirectly observed by various satellite instruments. These instruments measure spectrally resolved near-infrared and/or infrared radiation reflected or emitted by the Earth and its atmosphere. In the measured signal, molecular absorption signatures from carbon dioxide and other constituent gasses can be identified. It is through analysis of those absorption lines in these radiance observations that the averaged carbon dioxide abundance in the sampled atmospheric column can be determined.nThe software used to analyse the absorption lines and determine the carbon dioxide concentration in the sampled atmospheric column is referred to as the retrieval algorithm. For this dataset, carbon dioxide abundances have been determined by applying several algorithms to different satellite ninstruments. Typically, different algorithms have different strengths and weaknesses and therefore, which product to use for a given application typically depends on the application.nThe data set consists of 2 types of products: (i) column-averaged mixing ratios of CO2, denoted XCO2 and (ii) mid-tropospheric CO2 columns. The XCO2 products have been retrieved from SCIAMACHY/ENVISAT, TANSO-FTS/GOSAT and OCO-2. The mid-tropospheric CO2 product has been retrieved from the IASI instruments on-board the Metop satellite series and from AIRS. nThe XCO2 products are available as Level 2 (L2) products (satellite orbit tracks) and as Level 3 (L3) product (gridded). The L2 products are available as individual sensor products (SCIAMACHY: BESD and WFMD algorithms; GOSAT: OCFP and SRFP algorithms) and as a multi-sensor merged product (EMMA algorithm). The L3 XCO2 product is provided in OBS4MIPS format. nThe IASI and AIRS products are available as L2 products generated with the NLIS algorithm.nThis data set is updated on a yearly basis, with each update cycle adding (if required) a new data version for the entire period, up to one year behind real time.nThis dataset is produced on behalf of C3S with the exception of the SCIAMACHY and AIRS L2 products that were generated in the framework of the GHG-CCI project of the European Space Agency (ESA) Climate Change Initiative (CCI).nnVariables in the dataset/application are:nColumn-average dry-air mole fraction of atmospheric carbon dioxide (XCO2), Mid-tropospheric columns of atmospheric carbon dioxide (CO2) |
ECMWF,CDS,C3S,carbon-dioxide |
ATMOSPHERIC |
proprietary |
Carbon dioxide data from 2002 to present derived from satellite observations |
2002-10-01T00:00:00Z |
available |
|||||||||||||||||||||||
SATELLITE_METHANE |
This dataset provides observations of atmospheric methane (CH4)namounts obtained from observations collected by several current and historical nsatellite instruments. Methane is a naturally occurring Greenhouse Gas (GHG), but one whose abundance has been increased substantially above its pre-industrial value of some 720 ppb by human activities, primarily because of agricultural emissions (e.g., rice production, ruminants) and fossil fuel production and use. A clear annual cycle is largely due to seasonal wetland emissions.nAtmospheric methane abundance is indirectly observed by various satellite instruments. These instruments measure spectrally resolved near-infrared and infrared radiation reflected or emitted by the Earth and its atmosphere. In the measured signal, molecular absorption signatures from methane and constituent gasses can be identified. It is through analysis of those absorption lines in these radiance observations that the averaged methane abundance in the sampled atmospheric column can be determined.nThe software used to analyse the absorption lines and determine the methane concentration in the sampled atmospheric column is referred to as the retrieval algorithm. For this dataset, methane abundances have been determined by applying several algorithms to different satellite instruments.nThe data set consists of 2 types of products: (i) column-averaged mixing ratios of CH4, denoted XCH4 and (ii) mid-tropospheric CH4 columns. nThe XCH4 products have been retrieved from SCIAMACHY/ENVISAT and TANSO-FTS/GOSAT. The mid-tropospheric CH4 product has been retrieved from the IASI instruments onboard the Metop satellite series. The XCH4 products are available as Level 2 (L2) products (satellite orbit tracks) and as Level 3 (L3) product (gridded). The L2 products are available as individual sensor products (SCIAMACHY: WFMD and IMAP algorithms; GOSAT: OCFP, OCPR, SRFP and SRPR algorithms) and as a multi-sensor merged product (EMMA algorithm). The L3 XCH4 product is provided in OBS4MIPS format. The IASI products are available as L2 products generated with the NLIS algorithm.nThis data set is updated on a yearly basis, with each update cycle adding (if required) a new data version for the entire period, up to one year behind real time.nThis dataset is produced on behalf of C3S with the exception of the SCIAMACHY L2 products that were generated in the framework of the GHG-CCI project of the European Space Agency (ESA) Climate Change Initiative (CCI).nnVariables in the dataset/application are:nColumn-average dry-air mole fraction of atmospheric methane (XCH4), Mid-tropospheric columns of atmospheric methane (CH4) |
ECMWF,CDS,C3S,methane |
ATMOSPHERIC |
proprietary |
Methane data from 2002 to present derived from satellite observations |
2002-10-01T00:00:00Z |
available |
|||||||||||||||||||||||
SATELLITE_SEA_LEVEL_BLACK_SEA |
Sea level anomaly is the height of water over the mean sea surface in a given time and region. Up-to-date altimeter standards are used to estimate the sea level anomalies with a mapping algorithm dedicated to the Black sea region. Anomalies are computed with respect to a twenty-year mean reference period (1993-2012). The steady number of reference satellite used in the production of this dataset contributes to the long-term stability of the sea level record. Improvements of the accuracy, sampling of meso-scale processes and of the high-latitude coverage were achieved by using a few additional satellite missions. New data are provided with a delay of about 4-5 months relatively to near-real time or interim sea level products. This delay is mainly due to the timeliness of the input data, the centred processing temporal window and the validation process. However, this processing and validation adds stability and accuracy to the sea level variables and make them adapted to climate applications. This dataset includes uncertainties for each grid cell. More details about the sea level retrieval, additional filters, optimisation procedures, and the error estimation are given in the Documentation section. Variables in the dataset/application are: Absolute dynamic topography, Absolute geostrophic velocity meridian component, Absolute geostrophic velocity zonal component, Geostrophic velocity anomalies meridian component, Geostrophic velocity anomalies zonal component, Sea level anomaly |
Climate,ECMWF,CDS,C3S,methane,sea |
HYDROLOGICAL |
proprietary |
Sea level daily gridded data from satellite observations for the Black Sea from 1993 to 2020 |
1993-01-01T00:00:00Z |
available |
|||||||||||||||||||||||
SEASONAL_MONTHLY_PL |
This entry covers pressure-level data aggregated on a monthly time resolution. nSeasonal forecasts provide a long-range outlook of changes in the Earth system over periods of a few weeks or months, as a result of predictable changes in some of the slow-varying components of the system. For example, ocean temperatures typically vary slowly, on timescales of weeks or months; as the ocean has an impact on the overlaying atmosphere, the variability of its properties (e.g. temperature) can modify both local and remote atmospheric conditions. Such modifications of the ‘usual’ atmospheric conditions are the essence of all long-range (e.g. seasonal) forecasts. This is different from a weather forecast, which gives a lot more precise detail - both in time and space - of the evolution of the state of the atmosphere over a few days into the future. Beyond a few days, the chaotic nature of the atmosphere limits the possibility to predict precise changes at local scales. This is one of the reasons long-range forecasts of atmospheric conditions have large uncertainties. To quantify such uncertainties, long-range forecasts use ensembles, and meaningful forecast products reflect a distributions of outcomes.nGiven the complex, non-linear interactions between the individual components of the Earth system, the best tools for long-range forecasting are climate models which include as many of the key components of the system and possible; typically, such models include representations of the atmosphere, ocean and land surface. These models are initialised with data describing the state of the system at the starting point of the forecast, and used to predict the evolution of this state in time.nWhile uncertainties coming from imperfect knowledge of the initial conditions of the components of the Earth system can be described with the use of ensembles, uncertainty arising from approximations made in the models are very much dependent on the choice of model. A convenient way to quantify the effect of these approximations is to combine outputs from several models, independently developed, initialised and operated.nTo this effect, the C3S provides a multi-system seasonal forecast service, where data produced by state-of-the-art seasonal forecast systems developed, implemented and operated at forecast centres in several European countries is collected, processed and combined to enable user-relevant applications. The composition of the C3S seasonal multi-system and the full content of the database underpinning the service are described in the documentation. The data is grouped in several catalogue entries (CDS datasets), currently defined by the type of variable (single-level or multi-level, on pressure surfaces) and the level of post-processing applied (data at original time resolution, processing on temporal aggregation and post-processing related to bias adjustment).nThe variables available in this data set are listed in the table below. The data includes forecasts created in real-time (since 2017) and retrospective forecasts (hindcasts) initialised at equivalent intervals during the period 1993-2016.nnVariables in the dataset/application are:nGeopotential, Specific humidity, Temperature, U-component of wind, V-component of wind |
ECMWF,CDS,C3S,seasonal,forecast,monthly,pressure,levels |
ATMOSPHERIC |
proprietary |
Seasonal forecast monthly statistics on pressure levels |
1993-01-01T00:00:00Z |
available |
|||||||||||||||||||||||
SEASONAL_MONTHLY_SL |
This entry covers single-level data aggregated on a monthly time resolution. nSeasonal forecasts provide a long-range outlook of changes in the Earth system over periods of a few weeks or months, as a result of predictable changes in some of the slow-varying components of the system. For example, ocean temperatures typically vary slowly, on timescales of weeks or months; as the ocean has an impact on the overlaying atmosphere, the variability of its properties (e.g. temperature) can modify both local and remote atmospheric conditions. Such modifications of the ‘usual’ atmospheric conditions are the essence of all long-range (e.g. seasonal) forecasts. This is different from a weather forecast, which gives a lot more precise detail - both in time and space - of the evolution of the state of the atmosphere over a few days into the future. Beyond a few days, the chaotic nature of the atmosphere limits the possibility to predict precise changes at local scales. This is one of the reasons long-range forecasts of atmospheric conditions have large uncertainties. To quantify such uncertainties, long-range forecasts use ensembles, and meaningful forecast products reflect a distributions of outcomes.nGiven the complex, non-linear interactions between the individual components of the Earth system, the best tools for long-range forecasting are climate models which include as many of the key components of the system and possible; typically, such models include representations of the atmosphere, ocean and land surface. These models are initialised with data describing the state of the system at the starting point of the forecast, and used to predict the evolution of this state in time.nWhile uncertainties coming from imperfect knowledge of the initial conditions of the components of the Earth system can be described with the use of ensembles, uncertainty arising from approximations made in the models are very much dependent on the choice of model. A convenient way to quantify the effect of these approximations is to combine outputs from several models, independently developed, initialised and operated.nTo this effect, the C3S provides a multi-system seasonal forecast service, where data produced by state-of-the-art seasonal forecast systems developed, implemented and operated at forecast centres in several European countries is collected, processed and combined to enable user-relevant applications. The composition of the C3S seasonal multi-system and the full content of the database underpinning the service are described in the documentation. The data is grouped in several catalogue entries (CDS datasets), currently defined by the type of variable (single-level or multi-level, on pressure surfaces) and the level of post-processing applied (data at original time resolution, processing on temporal aggregation and post-processing related to bias adjustment).nThe variables available in this data set are listed in the table below. The data includes forecasts created in real-time (since 2017) and retrospective forecasts (hindcasts) initialised at equivalent intervals during the period 1993-2016.nnVariables in the dataset/application are:n10m u-component of wind, 10m v-component of wind, 10m wind gust since previous post-processing, 10m wind speed, 2m dewpoint temperature, 2m temperature, East-west surface stress rate of accumulation, Evaporation, Maximum 2m temperature in the last 24 hours, Mean sea level pressure, Mean sub-surface runoff rate, Mean surface runoff rate, Minimum 2m temperature in the last 24 hours, North-south surface stress rate of accumulation, Runoff, Sea surface temperature, Sea-ice cover, Snow density, Snow depth, Snowfall, Soil temperature level 1, Solar insolation rate of accumulation, Surface latent heat flux, Surface sensible heat flux, Surface solar radiation, Surface solar radiation downwards, Surface thermal radiation, Surface thermal radiation downwards, Top solar radiation, Top thermal radiation, Total cloud cover, Total precipitation |
ECMWF,CDS,C3S,seasonal,forecast,monthly,single,levels |
ATMOSPHERIC |
proprietary |
Seasonal forecast monthly statistics on single levels |
1993-01-01T00:00:00Z |
available |
|||||||||||||||||||||||
SEASONAL_ORIGINAL_PL |
his entry covers pressure-level data at the original time resolution (once every 12 hours). nSeasonal forecasts provide a long-range outlook of changes in the Earth system over periods of a few weeks or months, as a result of predictable changes in some of the slow-varying components of the system. For example, ocean temperatures typically vary slowly, on timescales of weeks or months; as the ocean has an impact on the overlaying atmosphere, the variability of its properties (e.g. temperature) can modify both local and remote atmospheric conditions. Such modifications of the ‘usual’ atmospheric conditions are the essence of all long-range (e.g. seasonal) forecasts. This is different from a weather forecast, which gives a lot more precise detail - both in time and space - of the evolution of the state of the atmosphere over a few days into the future. Beyond a few days, the chaotic nature of the atmosphere limits the possibility to predict precise changes at local scales. This is one of the reasons long-range forecasts of atmospheric conditions have large uncertainties. To quantify such uncertainties, long-range forecasts use ensembles, and meaningful forecast products reflect a distributions of outcomes.nGiven the complex, non-linear interactions between the individual components of the Earth system, the best tools for long-range forecasting are climate models which include as many of the key components of the system and possible; typically, such models include representations of the atmosphere, ocean and land surface. These models are initialised with data describing the state of the system at the starting point of the forecast, and used to predict the evolution of this state in time.nWhile uncertainties coming from imperfect knowledge of the initial conditions of the components of the Earth system can be described with the use of ensembles, uncertainty arising from approximations made in the models are very much dependent on the choice of model. A convenient way to quantify the effect of these approximations is to combine outputs from several models, independently developed, initialised and operated.nTo this effect, the C3S provides a multi-system seasonal forecast service, where data produced by state-of-the-art seasonal forecast systems developed, implemented and operated at forecast centres in several European countries is collected, processed and combined to enable user-relevant applications. The composition of the C3S seasonal multi-system and the full content of the database underpinning the service are described in the documentation. The data is grouped in several catalogue entries (CDS datasets), currently defined by the type of variable (single-level or multi-level, on pressure surfaces) and the level of post-processing applied (data at original time resolution, processing on temporal aggregation and post-processing related to bias adjustment).nThe variables available in this data set are listed in the table below. The data includes forecasts created in real-time (since 2017) and retrospective forecasts (hindcasts) initialised at equivalent intervals during the period 1993-2016.nnVariables in the dataset/application are:nGeopotential, Specific humidity, Temperature, U-component of wind, V-component of wind |
ECMWF,CDS,C3S,seasonal,forecast,subdaily,pressure,levels |
ATMOSPHERIC |
proprietary |
Seasonal forecast subdaily data on pressure levels |
1993-01-01T00:00:00Z |
available |
|||||||||||||||||||||||
SEASONAL_ORIGINAL_SL |
This entry covers single-level data at the original time resolution (once a day, or once every 6 hours, depending on the variable). nSeasonal forecasts provide a long-range outlook of changes in the Earth system over periods of a few weeks or months, as a result of predictable changes in some of the slow-varying components of the system. For example, ocean temperatures typically vary slowly, on timescales of weeks or months; as the ocean has an impact on the overlaying atmosphere, the variability of its properties (e.g. temperature) can modify both local and remote atmospheric conditions. Such modifications of the ‘usual’ atmospheric conditions are the essence of all long-range (e.g. seasonal) forecasts. This is different from a weather forecast, which gives a lot more precise detail - both in time and space - of the evolution of the state of the atmosphere over a few days into the future. Beyond a few days, the chaotic nature of the atmosphere limits the possibility to predict precise changes at local scales. This is one of the reasons long-range forecasts of atmospheric conditions have large uncertainties. To quantify such uncertainties, long-range forecasts use ensembles, and meaningful forecast products reflect a distributions of outcomes.nGiven the complex, non-linear interactions between the individual components of the Earth system, the best tools for long-range forecasting are climate models which include as many of the key components of the system and possible; typically, such models include representations of the atmosphere, ocean and land surface. These models are initialised with data describing the state of the system at the starting point of the forecast, and used to predict the evolution of this state in time.nWhile uncertainties coming from imperfect knowledge of the initial conditions of the components of the Earth system can be described with the use of ensembles, uncertainty arising from approximations made in the models are very much dependent on the choice of model. A convenient way to quantify the effect of these approximations is to combine outputs from several models, independently developed, initialised and operated.nTo this effect, the C3S provides a multi-system seasonal forecast service, where data produced by state-of-the-art seasonal forecast systems developed, implemented and operated at forecast centres in several European countries is collected, processed and combined to enable user-relevant applications. The composition of the C3S seasonal multi-system and the full content of the database underpinning the service are described in the documentation. The data is grouped in several catalogue entries (CDS datasets), currently defined by the type of variable (single-level or multi-level, on pressure surfaces) and the level of post-processing applied (data at original time resolution, processing on temporal aggregation and post-processing related to bias adjustment).nThe variables available in this data set are listed in the table below. The data includes forecasts created in real-time (since 2017) and retrospective forecasts (hindcasts) initialised at equivalent intervals during the period 1993-2016.nnVariables in the dataset/application are:n10m u-component of wind, 10m v-component of wind, 10m wind gust since previous post-processing, 2m dewpoint temperature, 2m temperature, Eastward turbulent surface stress, Evaporation, Land-sea mask, Maximum 2m temperature in the last 24 hours, Mean sea level pressure, Minimum 2m temperature in the last 24 hours, Northward turbulent surface stress, Orography, Runoff, Sea surface temperature, Sea-ice cover, Snow density, Snow depth, Snowfall, Soil temperature level 1, Sub-surface runoff, Surface latent heat flux, Surface net solar radiation, Surface net thermal radiation, Surface runoff, Surface sensible heat flux, Surface solar radiation downwards, Surface thermal radiation downwards, TOA incident solar radiation, Top net solar radiation, Top net thermal radiation, Total cloud cover, Total precipitation |
ECMWF,CDS,C3S,seasonal,forecast,daily,single,levels |
ATMOSPHERIC |
proprietary |
Seasonal forecast daily and subdaily data on single levels |
2017-01-01T00:00:00Z |
available |
|||||||||||||||||||||||
SEASONAL_POSTPROCESSED_PL |
This entry covers pressure-level data post-processed for bias adjustment on a monthly time resolution. nSeasonal forecasts provide a long-range outlook of changes in the Earth system over periods of a few weeks or months, as a result of predictable changes in some of the slow-varying components of the system. For example, ocean temperatures typically vary slowly, on timescales of weeks or months; as the ocean has an impact on the overlaying atmosphere, the variability of its properties (e.g. temperature) can modify both local and remote atmospheric conditions. Such modifications of the ‘usual’ atmospheric conditions are the essence of all long-range (e.g. seasonal) forecasts. This is different from a weather forecast, which gives a lot more precise detail - both in time and space - of the evolution of the state of the atmosphere over a few days into the future. Beyond a few days, the chaotic nature of the atmosphere limits the possibility to predict precise changes at local scales. This is one of the reasons long-range forecasts of atmospheric conditions have large uncertainties. To quantify such uncertainties, long-range forecasts use ensembles, and meaningful forecast products reflect a distributions of outcomes.nGiven the complex, non-linear interactions between the individual components of the Earth system, the best tools for long-range forecasting are climate models which include as many of the key components of the system and possible; typically, such models include representations of the atmosphere, ocean and land surface. These models are initialised with data describing the state of the system at the starting point of the forecast, and used to predict the evolution of this state in time.nWhile uncertainties coming from imperfect knowledge of the initial conditions of the components of the Earth system can be described with the use of ensembles, uncertainty arising from approximations made in the models are very much dependent on the choice of model. A convenient way to quantify the effect of these approximations is to combine outputs from several models, independently developed, initialised and operated.nTo this effect, the C3S provides a multi-system seasonal forecast service, where data produced by state-of-the-art seasonal forecast systems developed, implemented and operated at forecast centres in several European countries is collected, processed and combined to enable user-relevant applications. The composition of the C3S seasonal multi-system and the full content of the database underpinning the service are described in the documentation. The data is grouped in several catalogue entries (CDS datasets), currently defined by the type of variable (single-level or multi-level, on pressure surfaces) and the level of post-processing applied (data at original time resolution, processing on temporal aggregation and post-processing related to bias adjustment).nThe variables available in this data set are listed in the table below. The data includes forecasts created in real-time since 2017.nnVariables in the dataset/application are:nGeopotential anomaly, Specific humidity anomaly, Temperature anomaly, U-component of wind anomaly, V-component of wind anomaly |
ECMWF,CDS,C3S,seasonal,forecast,anomalies,pressure,levels |
ATMOSPHERIC |
proprietary |
Seasonal forecast anomalies on pressure levels |
2017-01-01T00:00:00Z |
available |
|||||||||||||||||||||||
SEASONAL_POSTPROCESSED_SL |
This entry covers single-level data post-processed for bias adjustment on a monthly time resolution. nSeasonal forecasts provide a long-range outlook of changes in the Earth system over periods of a few weeks or months, as a result of predictable changes in some of the slow-varying components of the system. For example, ocean temperatures typically vary slowly, on timescales of weeks or months; as the ocean has an impact on the overlaying atmosphere, the variability of its properties (e.g. temperature) can modify both local and remote atmospheric conditions. Such modifications of the ‘usual’ atmospheric conditions are the essence of all long-range (e.g. seasonal) forecasts. This is different from a weather forecast, which gives a lot more precise detail - both in time and space - of the evolution of the state of the atmosphere over a few days into the future. Beyond a few days, the chaotic nature of the atmosphere limits the possibility to predict precise changes at local scales. This is one of the reasons long-range forecasts of atmospheric conditions have large uncertainties. To quantify such uncertainties, long-range forecasts use ensembles, and meaningful forecast products reflect a distributions of outcomes.nGiven the complex, non-linear interactions between the individual components of the Earth system, the best tools for long-range forecasting are climate models which include as many of the key components of the system and possible; typically, such models include representations of the atmosphere, ocean and land surface. These models are initialised with data describing the state of the system at the starting point of the forecast, and used to predict the evolution of this state in time.nWhile uncertainties coming from imperfect knowledge of the initial conditions of the components of the Earth system can be described with the use of ensembles, uncertainty arising from approximations made in the models are very much dependent on the choice of model. A convenient way to quantify the effect of these approximations is to combine outputs from several models, independently developed, initialised and operated.nTo this effect, the C3S provides a multi-system seasonal forecast service, where data produced by state-of-the-art seasonal forecast systems developed, implemented and operated at forecast centres in several European countries is collected, processed and combined to enable user-relevant applications. The composition of the C3S seasonal multi-system and the full content of the database underpinning the service are described in the documentation. The data is grouped in several catalogue entries (CDS datasets), currently defined by the type of variable (single-level or multi-level, on pressure surfaces) and the level of post-processing applied (data at original time resolution, processing on temporal aggregation and post-processing related to bias adjustment).nThe variables available in this data set are listed in the table below. The data includes forecasts created in real-time since 2017.nnVariables in the dataset/application are:n10m u-component of wind anomaly, 10m v-component of wind anomaly, 10m wind gust anomaly, 10m wind speed anomaly, 2m dewpoint temperature anomaly, 2m temperature anomaly, East-west surface stress anomalous rate of accumulation, Evaporation anomalous rate of accumulation, Maximum 2m temperature in the last 24 hours anomaly, Mean sea level pressure anomaly, Mean sub-surface runoff rate anomaly, Mean surface runoff rate anomaly, Minimum 2m temperature in the last 24 hours anomaly, North-south surface stress anomalous rate of accumulation, Runoff anomalous rate of accumulation, Sea surface temperature anomaly, Sea-ice cover anomaly, Snow density anomaly, Snow depth anomaly, Snowfall anomalous rate of accumulation, Soil temperature anomaly level 1, Solar insolation anomalous rate of accumulation, Surface latent heat flux anomalous rate of accumulation, Surface sensible heat flux anomalous rate of accumulation, Surface solar radiation anomalous rate of accumulation, Surface solar radiation downwards anomalous rate of accumulation, Surface thermal radiation anomalous rate of accumulation, Surface thermal radiation downwards anomalous rate of accumulation, Top solar radiation anomalous rate of accumulation, Top thermal radiation anomalous rate of accumulation, Total cloud cover anomaly, Total precipitation anomalous rate of accumulation |
ECMWF,CDS,C3S,seasonal,forecast,anomalies,single,levels |
ATMOSPHERIC |
proprietary |
Seasonal forecast anomalies on single levels |
2017-01-01T00:00:00Z |
available |
|||||||||||||||||||||||
SIS_HYDRO_MET_PROJ |
This dataset provides precipitation and near surface air temperature for Europe as Essential Climate Variables (ECVs) and as a set of Climate Impact Indicators (CIIs) based on the ECVs. nECV datasets provide the empirical evidence needed to understand the current climate and predict future changes. nCIIs contain condensed climate information which facilitate relatively quick and efficient subsequent analysis. Therefore, CIIs make climate information accessible to application focussed users within a sector.nThe ECVs and CIIs provided here were derived within the water management sectoral information service to address questions specific to the water sector. However, the products are provided in a generic form and are relevant for a range of sectors, for example agriculture and energy.nThe data represent the current state-of-the-art in Europe for regional climate modelling and indicator production. Data from eight model simulations included in the Coordinated Regional Climate Downscaling Experiment (CORDEX) were used to calculate a total of two ECVs and five CIIs at a spatial resolution of 0.11° x 0.11° and 5km x 5km.nThe ECV data meet the technical specification set by the Global Climate Observing System (GCOS), as such they are provided on a daily time step. They are bias adjusted using the EFAS gridded observations as a reference dataset. Note these are model output data, not observation data as is the general case for ECVs.nThe CIIs are provided as mean values over a 30-year time period. For the reference period (1971-2000) data is provided as absolute values, for the future periods the data is provided as absolute values and as the relative or absolute change from the reference period. The future periods cover 3 fixed time periods (2011-2040, 2041-2070 and 2071-2100) and 3 "degree scenario" periods defined by when global warming exceeds a given threshold (1.5 °C, 2.0 °C or 3.0 °C). The global warming is calculated from the global climate model (GCM) used, therefore the actual time period of the degree scenarios will be different for each GCM.nThis dataset is produced and quality assured by the Swedish Meteorological and Hydrological Institute on behalf of the Copernicus Climate Change Service. nnVariables in the dataset/application are:n2m air temperature, Highest 5-day precipitation amount, Longest dry spells, Number of dry spells, Precipitation |
ECMWF,CDS,C3S,hydrology,meterology,water,precipitation,temperature |
ATMOSPHERIC |
proprietary |
Temperature and precipitation climate impact indicators from 1970 to 2100 derived from European climate projections |
1970-01-01T00:00:00Z |
available |
|||||||||||||||||||||||
SPOT5_SPIRIT |
SPOT 5 stereoscopic survey of Polar Ice. |
SPOT5 |
SPOT5 |
L1A |
SPOT,SPOT5,L1A |
OPTICAL |
proprietary |
Spot 5 SPIRIT |
2002-05-04T00:00:00Z |
available |
||||||||||||||||||||
SPOT_SWH |
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/ |
SPOT1-5 |
SPOT1-5 |
L1C |
SPOT,SPOT1,SPOT2,SPOT3,SPOT4,SPOT5,L1C |
OPTICAL |
proprietary |
Spot World Heritage |
1986-02-22T00:00:00Z |
available |
||||||||||||||||||||
SPOT_SWH_OLD |
Spot world heritage Old format. |
SPOT1-5 |
SPOT1-5 |
L1C |
SPOT,SPOT1,SPOT2,SPOT3,SPOT4,SPOT5,L1C |
OPTICAL |
proprietary |
Spot World Heritage |
1986-02-22T00:00:00Z |
available |
||||||||||||||||||||
TIGGE_CF_SFC |
TIGGE (THORPEX Interactive Grand Global Ensemble) Surface Control forecast from ECMWF |
TIGGE |
TIGGE |
THORPEX,TIGGE,CF,SFC,ECMWF |
ATMOSPHERIC |
proprietary |
TIGGE ECMWF Surface Control forecast |
2003-01-01T00:00:00Z |
available |
|||||||||||||||||||||
UERRA_EUROPE_SL |
This UERRA dataset contains analyses of surface and near-surface essential climate variables from UERRA-HARMONIE and MESCAN-SURFEX systems. Forecasts up to 30 hours initialised from the analyses at 00 and 12 UTC are available only through the CDS-API (see Documentation). UERRA-HARMONIE is a 3-dimensional variational data assimilation system, while MESCAN-SURFEX is a complementary surface analysis system. Using the Optimal Interpolation method, MESCAN provides the best estimate of daily accumulated precipitation and six-hourly air temperature and relative humidit at 2 meters above the model topography. The land surface platform SURFEX is forced with downscaled forecast fields from UERRA-HARMONIE as well as MESCAN analyses. It is run offline, i.e. without feedback to the atmospheric analysis performed in MESCAN or the UERRA-HARMONIE data assimilation cycles. Using SURFEX offline allows to take full benefit of precipitation analysis and to use the more advanced physics options to better represent surface variables such as surface temperature and surface fluxes, and soil processes related to water and heat transfer in the soil and snow. In general, the assimilation systems are able to estimate biases between observations and to sift good-quality data from poor data. The laws of physics allow for estimates at locations where data coverage is low. The provision of estimates at each grid point in Europe for each regular output time, over a long period, always using the same format, makes reanalysis a very convenient and popular dataset to work with. The observing system has changed drastically over time, and although the assimilation system can resolve data holes, the much sparser observational networks, e.g. in 1960s, will have an impact on the quality of analyses leading to less accurate estimates. The improvement over global reanalysis products comes with the higher horizontal resolution that allows incorporating more regional details (e.g. topography). Moreover, it enables the system even to use more observations at places with dense observation networks. Variables in the dataset/application are: 10m wind direction, 10m wind speed, 2m relative humidity, 2m temperature, Albedo, High cloud cover, Land sea mask, Low cloud cover, Mean sea level pressure, Medium cloud cover, Orography, Skin temperature, Snow density, Snow depth water equivalent, Surface pressure, Surface roughness, Total cloud cover, Total column integrated water vapour, Total precipitation |
SURFEX |
SURFEX |
Climate,ECMWF,Reanalysis,Regional,Europe,UERRA,UERRA-HARMONIE,SURFEX,MESCAN-SURFEX,CDS,Atmospheric,single,levels |
ATMOSPHERIC |
proprietary |
UERRA regional reanalysis for Europe on single levels from 1961 to 2019 |
1918-10-18T00:00:00Z |
available |
|||||||||||||||||||||
VENUS_L1C |
A light description of Venus L1 data is available at http://www.cesbio.ups-tlse.fr/multitemp/?page_id=12984 |
VENUS |
VENUS |
L1C |
VENUS,L1,L1C |
OPTICAL |
proprietary |
Venus Level1-C |
2017-08-02T00:00:00Z |
available |
||||||||||||||||||||
VENUS_L2A_MAJA |
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. |
VENUS |
VENUS |
L2A |
VENUS,L2,L2A |
OPTICAL |
proprietary |
Venus Level2-A |
2017-08-02T00:00:00Z |
available |
||||||||||||||||||||
VENUS_L3A_MAJA |
VENUS |
VENUS |
L3A |
VENUS,L3,L3A |
OPTICAL |
proprietary |
Venus Level3-A |
2017-08-02T00:00:00Z |
available |