Skip to content

Commit 1ce7ce7

Browse files
committed
feat: add configs for user-generated collections
1 parent 74c71d3 commit 1ce7ce7

File tree

2 files changed

+38
-0
lines changed

2 files changed

+38
-0
lines changed

eodag/resources/product_types.yml

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6568,6 +6568,39 @@ MO_OCEANCOLOUR_GLO_BGC_L4_MY_009_108:
65686568
missionStartDate: "1997-09-01T00:00:00Z"
65696569
missionEndDate: "2024-04-01T00:00:00Z"
65706570

6571+
# MARK: user-generated --------------------------------------------------------------------------
6572+
VITO_URBAN_HEAT:
6573+
abstract: |
6574+
DE_370e_VITO - Destination Earth Urban Heat Use Case output data
6575+
instrument:
6576+
platform: ERA5
6577+
platformSerialIdentifier:
6578+
processingLevel: L4
6579+
keywords: UrbClim,ERA5,ClimateDT,IFS-NEMO,SSP3-7.0,CORINE,Land"
6580+
sensorType: multi
6581+
license: other
6582+
title: Urban heat maps for Prague and Lisbon
6583+
missionStartDate: "2011-01-01T07:00:00Z"
6584+
missionEndDate: "2040-12-31T22:00:00Z"
6585+
6586+
DWD_HYDROMET_EXTREMES:
6587+
abstract: |
6588+
The HydroMet application provides statistics of extreme rainfall from the DestinE ClimateDT simulations.
6589+
The output consists of extreme event statistics in the form of depth-duration-frequency curves for different
6590+
return periods, parameters used to model the Generalized Extreme Value distribution, and the intensity annual
6591+
maximum series of the precipitation. Furthermore, the dataset consists of event catalogs listing all extreme
6592+
precipitation events that occurred in ClimateDT simulations with their characteristics like affected area and duration.
6593+
instrument:
6594+
platform:
6595+
platformSerialIdentifier:
6596+
processingLevel:
6597+
keywords: ClimateDT,Extremes,Precipitation,Rainfall,netcdf
6598+
sensorType: multi
6599+
license: other
6600+
title: "HydroMet: Extreme precipitation"
6601+
missionStartDate: "1990-01-01T00:00:00Z"
6602+
missionEndDate: "2049-12-31T00:00:00Z"
6603+
65716604
# MARK: GENERIC ------------------------------------------------------------------------
65726605
GENERIC_PRODUCT_TYPE:
65736606
abstract:

eodag/resources/providers.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5072,6 +5072,11 @@
50725072
productType: EO.ISIMIP.DAT.CLIMATE-FORCING_ISIMIP3b
50735073
ISIMIP_SOCIO_ECONOMIC_FORCING_ISIMIP3B:
50745074
productType: EO.ISIMIP.DAT.SOCIO-ECONOMIC-FORCING_ISIMIP3b
5075+
# user-generated
5076+
VITO_URBAN_HEAT:
5077+
productType: EO.VITO.DAT.URBAN_HEAT_MAPS
5078+
DWD_HYDROMET_EXTREMES:
5079+
productType: EO.DWD.STAT.HYDROMET_EXTREMES
50755080
GENERIC_PRODUCT_TYPE:
50765081
productType: '{productType}'
50775082
---

0 commit comments

Comments
 (0)