Skip to content

Commit

Permalink
fix: small errors in wekeo metadata mappings
Browse files Browse the repository at this point in the history
  • Loading branch information
jlahovnik committed Oct 7, 2024
1 parent d24377f commit 59e0a6e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 85 deletions.
2 changes: 1 addition & 1 deletion eodag/resources/product_types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2866,7 +2866,7 @@ ERA5_LAND:
sensorType: ATMOSPHERIC
license: proprietary
title: ERA5-Land hourly data from 1950 to present
missionStartDate: "1950-01-01T00:00:00Z"
missionStartDate: "1950-01-01T01:00:00Z"

ERA5_LAND_MONTHLY:
abstract: |
Expand Down
87 changes: 3 additions & 84 deletions eodag/resources/providers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4189,36 +4189,12 @@
variable:
- '{{"variable": "{variable}"}}'
- '$.null'
leadtime_hour:
- '{{"leadtime_hour": {leadtime_hour}}}'
- '$.null'
leadtime_month:
- '{{"leadtime_month": {leadtime_month}}}'
- '$.null'
origin:
- '{{"origin": "{origin}"}}'
- '$.null'
system:
- '{{"system": "{system}"}}'
- '$.null'
format:
- '{{"format": "{format}"}}'
- '$.null'
pressure_level:
- '{{"pressure_level": {pressure_level}}}'
- '$.null'
model_level:
- '{{"model_level": {model_level}}}'
- '$.null'
sensor_and_algorithm:
- '{{"sensor_and_algorithm": "{sensor_and_algorithm}"}}'
- '$.null'
version:
- '{{"version": {version}}}'
- '$.null'
time:
- '{{"time": {time}}}'
- '$.null'
region:
- '{{"region": {region}}}'
- '$.null'
Expand All @@ -4228,72 +4204,18 @@
source:
- '{{"source": {source}}}'
- '$.null'
quantity:
- '{{"quantity": "{quantity}"}}'
- '$.null'
input_observations:
- '{{"input_observations": "{input_observations}"}}'
- '$.null'
aggregation:
- '{{"aggregation": "{aggregation}"}}'
- '$.null'
model:
- '{{"model": {model}}}'
- '$.null'
level:
- '{{"level": {level}}}'
- '$.null'
forcing_type:
- '{{"forcing_type": "{forcing_type}"}}'
- '$.null'
sky_type:
- '{{"sky_type": {sky_type}}}'
- '$.null'
band:
- '{{"band": {band}}}'
- '$.null'
aerosol_type:
- '{{"aerosol_type": {aerosol_type}}}'
- '$.null'
step:
- '{{"step": {step}}}'
- '$.null'
longitude:
- '{{"longitude": "{longitude}"}}'
- '$.null'
latitude:
- '{{"latitude": "{latitude}"}}'
- '$.null'
altitude:
- '{{"altitude": "{altitude}"}}'
- '$.null'
time_reference:
- '{{"time_reference": "{time_reference}"}}'
- '$.null'
grid:
- '{{"grid": "{grid}"}}'
- '$.null'
soil_level:
- '{{"soil_level": {soil_level}}}'
- '$.null'
year:
- '{{"year": {year}}}'
- '$.null'
month:
- '{{"month": {month}}}'
- '$.null'
day:
- '{{"day": {day}}}'
- '$.null'
satellite:
- '{{"satellite": {satellite}}}'
- '$.null'
cdr_type:
- '{{"cdr_type": "{cdr_type}"}}'
- '$.null'
statistic:
- '{{"statistic": {statistic}}}'
- '$.null'
sensor:
- '{{"sensor": "{sensor}"}}'
- '$.null'
Expand Down Expand Up @@ -4785,12 +4707,6 @@
providerProductType:
- '{{"productType": "{providerProductType}"}}'
- '$.null'
timeliness:
- '{{"timeliness": "{timeliness}"}}'
- '$.null'
orbitDirection:
- '{{"orbitDirection": "{orbitDirection}"}}'
- '$.null'
variable:
- '{{"variable": {variable}}}'
- '$.null'
Expand Down Expand Up @@ -5397,6 +5313,9 @@
format: grib
metadata_mapping:
id: '$.id'
month:
- '{{"month": "{month}"}}'
- '$.null'
startTimeFromAscendingNode:
- |
{{
Expand Down

0 comments on commit 59e0a6e

Please sign in to comment.