From 9f51bc0c8b891d445dbbfb35562bc4138e1f1a9d Mon Sep 17 00:00:00 2001 From: Benny Istanto Date: Wed, 3 Jan 2024 23:11:20 +0700 Subject: [PATCH] Update config files --- config/chirps_rainfall_differenceanomaly.json | 37 ---- config/chirps_rainfall_ratioanomaly.json | 150 -------------- config/chirps_spi.json | 193 ------------------ config/era5land-dewpoint-temperature.json | 40 ---- config/era5land-evaporation.json | 40 ---- config/era5land-heatwaves.json | 52 ----- config/era5land-hotdays.json | 42 ---- config/era5land-potentialevaporation.json | 40 ---- config/era5land-precipitation.json | 40 ---- config/era5land-pressure.json | 40 ---- config/era5land-runoff.json | 40 ---- config/era5land-solar-radiation.json | 40 ---- config/era5land-temperature.json | 73 ------- config/ibtracs_cyclone.json | 112 ---------- config/mod13q1_gee.json | 136 ------------ config/mod13q1_usgs.json | 137 ------------- config/myd13q1_gee.json | 136 ------------ config/myd13q1_usgs.json | 137 ------------- config/terraclimate_aet.json | 41 ---- config/terraclimate_def.json | 41 ---- config/terraclimate_pdsi.json | 41 ---- config/terraclimate_pet.json | 41 ---- config/terraclimate_ppt.json | 41 ---- config/terraclimate_q.json | 41 ---- config/terraclimate_soil.json | 41 ---- config/terraclimate_spei.json | 193 ------------------ config/terraclimate_spi.json | 193 ------------------ config/terraclimate_srad.json | 41 ---- config/terraclimate_swe.json | 41 ---- config/terraclimate_tas.json | 41 ---- config/terraclimate_tmax.json | 41 ---- config/terraclimate_tmin.json | 41 ---- config/terraclimate_vap.json | 41 ---- config/terraclimate_vpd.json | 41 ---- config/terraclimate_ws.json | 41 ---- {config => data/config}/README.md | 0 ...rainfall_differenceanomaly_1month_tif.json | 28 +++ ...rps_rainfall_ratioanomaly_12month_tif.json | 29 +++ ...irps_rainfall_ratioanomaly_1month_tif.json | 29 +++ ...rps_rainfall_ratioanomaly_24month_tif.json | 29 +++ ...irps_rainfall_ratioanomaly_3month_tif.json | 29 +++ ...irps_rainfall_ratioanomaly_6month_tif.json | 29 +++ ...irps_rainfall_ratioanomaly_9month_tif.json | 29 +++ ...hirps_rainfall_ratioanomaly_dekad_tif.json | 29 +++ data/config/chirps_spi01_tif.json | 26 +++ data/config/chirps_spi02_tif.json | 26 +++ data/config/chirps_spi03_tif.json | 26 +++ data/config/chirps_spi06_tif.json | 26 +++ data/config/chirps_spi09_tif.json | 26 +++ data/config/chirps_spi12_tif.json | 26 +++ data/config/chirps_spi18_tif.json | 26 +++ data/config/chirps_spi24_tif.json | 26 +++ data/config/chirps_spi36_tif.json | 26 +++ data/config/chirps_spi48_tif.json | 26 +++ data/config/chirps_spi60_tif.json | 26 +++ data/config/chirps_spi72_tif.json | 26 +++ data/config/chirps_spi_nc.json | 31 +++ .../era5land_dewpoint_temperature_nc.json | 30 +++ data/config/era5land_evaporation_nc.json | 30 +++ .../era5land_heatwaves_2day5deg_nc.json | 30 +++ .../era5land_heatwaves_2day5deg_tif.json | 26 +++ .../era5land_heatwaves_3day5deg_nc.json | 30 +++ .../era5land_heatwaves_3day5deg_tif.json | 26 +++ .../era5land_heatwaves_4day5deg_nc.json | 30 +++ .../era5land_heatwaves_4day5deg_tif.json | 26 +++ .../era5land_heatwaves_5day5deg_nc.json | 30 +++ .../era5land_heatwaves_5day5deg_tif.json | 26 +++ data/config/era5land_hotdays_annual_nc.json | 30 +++ data/config/era5land_hotdays_annual_tif.json | 26 +++ data/config/era5land_hotdays_daily_nc.json | 30 +++ data/config/era5land_hotdays_monthly_nc.json | 30 +++ data/config/era5land_hotdays_monthly_tif.json | 26 +++ .../era5land_potentialevaporation_nc.json | 30 +++ data/config/era5land_precipitation_nc.json | 30 +++ data/config/era5land_pressure_nc.json | 30 +++ data/config/era5land_runoff_nc.json | 30 +++ data/config/era5land_solar_radiation_nc.json | 30 +++ .../era5land_temperature_dailymax_nc.json | 30 +++ .../era5land_temperature_dailymin_nc.json | 30 +++ data/config/era5land_temperature_nc.json | 30 +++ {config => data/config}/fill_location.py | 0 data/config/ibtracs_cyclone.json | 50 +++++ {config => data/config}/iso3.json | 0 .../config}/location_template.json | 0 data/config/terraclimate_aet_nc.json | 30 +++ data/config/terraclimate_def_nc.json | 30 +++ data/config/terraclimate_pdsi_nc.json | 30 +++ data/config/terraclimate_pet_nc.json | 30 +++ data/config/terraclimate_ppt_nc.json | 30 +++ data/config/terraclimate_q_nc.json | 30 +++ data/config/terraclimate_soil_nc.json | 30 +++ data/config/terraclimate_spei01_tif.json | 26 +++ data/config/terraclimate_spei02_tif.json | 26 +++ data/config/terraclimate_spei03_tif.json | 26 +++ data/config/terraclimate_spei06_tif.json | 26 +++ data/config/terraclimate_spei09_tif.json | 26 +++ data/config/terraclimate_spei12_tif.json | 26 +++ data/config/terraclimate_spei18_tif.json | 26 +++ data/config/terraclimate_spei24_tif.json | 26 +++ data/config/terraclimate_spei36_tif.json | 26 +++ data/config/terraclimate_spei48_tif.json | 26 +++ data/config/terraclimate_spei60_tif.json | 26 +++ data/config/terraclimate_spei72_tif.json | 26 +++ data/config/terraclimate_spei_nc.json | 31 +++ data/config/terraclimate_spi01_tif.json | 26 +++ data/config/terraclimate_spi02_tif.json | 26 +++ data/config/terraclimate_spi03_tif.json | 26 +++ data/config/terraclimate_spi06_tif.json | 26 +++ data/config/terraclimate_spi09_tif.json | 26 +++ data/config/terraclimate_spi12_tif.json | 26 +++ data/config/terraclimate_spi18_tif.json | 26 +++ data/config/terraclimate_spi24_tif.json | 26 +++ data/config/terraclimate_spi36_tif.json | 26 +++ data/config/terraclimate_spi48_tif.json | 26 +++ data/config/terraclimate_spi60_tif.json | 26 +++ data/config/terraclimate_spi72_tif .json | 26 +++ data/config/terraclimate_spi_nc.json | 31 +++ data/config/terraclimate_srad_nc.json | 30 +++ data/config/terraclimate_swe_nc.json | 30 +++ data/config/terraclimate_tas_nc.json | 30 +++ data/config/terraclimate_tmax_nc.json | 30 +++ data/config/terraclimate_tmin_nc.json | 30 +++ data/config/terraclimate_vap_nc.json | 30 +++ data/config/terraclimate_vpd_nc.json | 30 +++ data/config/terraclimate_ws_nc.json | 30 +++ 125 files changed, 2426 insertions(+), 2486 deletions(-) delete mode 100644 config/chirps_rainfall_differenceanomaly.json delete mode 100644 config/chirps_rainfall_ratioanomaly.json delete mode 100644 config/chirps_spi.json delete mode 100644 config/era5land-dewpoint-temperature.json delete mode 100644 config/era5land-evaporation.json delete mode 100644 config/era5land-heatwaves.json delete mode 100644 config/era5land-hotdays.json delete mode 100644 config/era5land-potentialevaporation.json delete mode 100644 config/era5land-precipitation.json delete mode 100644 config/era5land-pressure.json delete mode 100644 config/era5land-runoff.json delete mode 100644 config/era5land-solar-radiation.json delete mode 100644 config/era5land-temperature.json delete mode 100644 config/ibtracs_cyclone.json delete mode 100644 config/mod13q1_gee.json delete mode 100644 config/mod13q1_usgs.json delete mode 100644 config/myd13q1_gee.json delete mode 100644 config/myd13q1_usgs.json delete mode 100644 config/terraclimate_aet.json delete mode 100644 config/terraclimate_def.json delete mode 100644 config/terraclimate_pdsi.json delete mode 100644 config/terraclimate_pet.json delete mode 100644 config/terraclimate_ppt.json delete mode 100644 config/terraclimate_q.json delete mode 100644 config/terraclimate_soil.json delete mode 100644 config/terraclimate_spei.json delete mode 100644 config/terraclimate_spi.json delete mode 100644 config/terraclimate_srad.json delete mode 100644 config/terraclimate_swe.json delete mode 100644 config/terraclimate_tas.json delete mode 100644 config/terraclimate_tmax.json delete mode 100644 config/terraclimate_tmin.json delete mode 100644 config/terraclimate_vap.json delete mode 100644 config/terraclimate_vpd.json delete mode 100644 config/terraclimate_ws.json rename {config => data/config}/README.md (100%) create mode 100644 data/config/chirps_rainfall_differenceanomaly_1month_tif.json create mode 100644 data/config/chirps_rainfall_ratioanomaly_12month_tif.json create mode 100644 data/config/chirps_rainfall_ratioanomaly_1month_tif.json create mode 100644 data/config/chirps_rainfall_ratioanomaly_24month_tif.json create mode 100644 data/config/chirps_rainfall_ratioanomaly_3month_tif.json create mode 100644 data/config/chirps_rainfall_ratioanomaly_6month_tif.json create mode 100644 data/config/chirps_rainfall_ratioanomaly_9month_tif.json create mode 100644 data/config/chirps_rainfall_ratioanomaly_dekad_tif.json create mode 100644 data/config/chirps_spi01_tif.json create mode 100644 data/config/chirps_spi02_tif.json create mode 100644 data/config/chirps_spi03_tif.json create mode 100644 data/config/chirps_spi06_tif.json create mode 100644 data/config/chirps_spi09_tif.json create mode 100644 data/config/chirps_spi12_tif.json create mode 100644 data/config/chirps_spi18_tif.json create mode 100644 data/config/chirps_spi24_tif.json create mode 100644 data/config/chirps_spi36_tif.json create mode 100644 data/config/chirps_spi48_tif.json create mode 100644 data/config/chirps_spi60_tif.json create mode 100644 data/config/chirps_spi72_tif.json create mode 100644 data/config/chirps_spi_nc.json create mode 100644 data/config/era5land_dewpoint_temperature_nc.json create mode 100644 data/config/era5land_evaporation_nc.json create mode 100644 data/config/era5land_heatwaves_2day5deg_nc.json create mode 100644 data/config/era5land_heatwaves_2day5deg_tif.json create mode 100644 data/config/era5land_heatwaves_3day5deg_nc.json create mode 100644 data/config/era5land_heatwaves_3day5deg_tif.json create mode 100644 data/config/era5land_heatwaves_4day5deg_nc.json create mode 100644 data/config/era5land_heatwaves_4day5deg_tif.json create mode 100644 data/config/era5land_heatwaves_5day5deg_nc.json create mode 100644 data/config/era5land_heatwaves_5day5deg_tif.json create mode 100644 data/config/era5land_hotdays_annual_nc.json create mode 100644 data/config/era5land_hotdays_annual_tif.json create mode 100644 data/config/era5land_hotdays_daily_nc.json create mode 100644 data/config/era5land_hotdays_monthly_nc.json create mode 100644 data/config/era5land_hotdays_monthly_tif.json create mode 100644 data/config/era5land_potentialevaporation_nc.json create mode 100644 data/config/era5land_precipitation_nc.json create mode 100644 data/config/era5land_pressure_nc.json create mode 100644 data/config/era5land_runoff_nc.json create mode 100644 data/config/era5land_solar_radiation_nc.json create mode 100644 data/config/era5land_temperature_dailymax_nc.json create mode 100644 data/config/era5land_temperature_dailymin_nc.json create mode 100644 data/config/era5land_temperature_nc.json rename {config => data/config}/fill_location.py (100%) create mode 100644 data/config/ibtracs_cyclone.json rename {config => data/config}/iso3.json (100%) rename {config => data/config}/location_template.json (100%) create mode 100644 data/config/terraclimate_aet_nc.json create mode 100644 data/config/terraclimate_def_nc.json create mode 100644 data/config/terraclimate_pdsi_nc.json create mode 100644 data/config/terraclimate_pet_nc.json create mode 100644 data/config/terraclimate_ppt_nc.json create mode 100644 data/config/terraclimate_q_nc.json create mode 100644 data/config/terraclimate_soil_nc.json create mode 100644 data/config/terraclimate_spei01_tif.json create mode 100644 data/config/terraclimate_spei02_tif.json create mode 100644 data/config/terraclimate_spei03_tif.json create mode 100644 data/config/terraclimate_spei06_tif.json create mode 100644 data/config/terraclimate_spei09_tif.json create mode 100644 data/config/terraclimate_spei12_tif.json create mode 100644 data/config/terraclimate_spei18_tif.json create mode 100644 data/config/terraclimate_spei24_tif.json create mode 100644 data/config/terraclimate_spei36_tif.json create mode 100644 data/config/terraclimate_spei48_tif.json create mode 100644 data/config/terraclimate_spei60_tif.json create mode 100644 data/config/terraclimate_spei72_tif.json create mode 100644 data/config/terraclimate_spei_nc.json create mode 100644 data/config/terraclimate_spi01_tif.json create mode 100644 data/config/terraclimate_spi02_tif.json create mode 100644 data/config/terraclimate_spi03_tif.json create mode 100644 data/config/terraclimate_spi06_tif.json create mode 100644 data/config/terraclimate_spi09_tif.json create mode 100644 data/config/terraclimate_spi12_tif.json create mode 100644 data/config/terraclimate_spi18_tif.json create mode 100644 data/config/terraclimate_spi24_tif.json create mode 100644 data/config/terraclimate_spi36_tif.json create mode 100644 data/config/terraclimate_spi48_tif.json create mode 100644 data/config/terraclimate_spi60_tif.json create mode 100644 data/config/terraclimate_spi72_tif .json create mode 100644 data/config/terraclimate_spi_nc.json create mode 100644 data/config/terraclimate_srad_nc.json create mode 100644 data/config/terraclimate_swe_nc.json create mode 100644 data/config/terraclimate_tas_nc.json create mode 100644 data/config/terraclimate_tmax_nc.json create mode 100644 data/config/terraclimate_tmin_nc.json create mode 100644 data/config/terraclimate_vap_nc.json create mode 100644 data/config/terraclimate_vpd_nc.json create mode 100644 data/config/terraclimate_ws_nc.json diff --git a/config/chirps_rainfall_differenceanomaly.json b/config/chirps_rainfall_differenceanomaly.json deleted file mode 100644 index 0a48116..0000000 --- a/config/chirps_rainfall_differenceanomaly.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "rainfall_differenceanomaly": { - "source": "Derived from CHIRPS data", - "source_link": "https://www.chc.ucsb.edu/data/chirps", - "description": "Difference Anomaly movingby Dekad", - "coverage": { - "description": "Global", - "bounding_box": { - "min_longitude": -180, - "min_latitude": -50, - "max_longitude": 180, - "max_latitude": 50 - } - }, - "period": { - "start_year": 1981, - "end_year": 2022 - }, - "coordinate_system": "EPSG:4326", - "spatial_resolution": "0.05deg", - "temporal_resolution": "dekad", - "format": "GeoTIFF", - "units": "mm", - "missing_value": "NaN", - "cdm_data_type": "GRID", - "s3_bucket_base": "s3://wbgdecinternal-ntl/climate/products/rainfall-differenceanomaly-chirps", - "notes": "This datasets developed by GOST/DECAT/DEC Data Group of The World Bank", - "references": "https://doi.org/10.1038/sdata.2015.66", - "timescales": { - "1_month": { - "description": "1-month rainfall difference anomaly", - "s3_path": "1month-movingby-dekad", - "naming_convention": "wld_cli_chirps_diffanom_1mo_yyyymmdd.tif" - } - } - } -} \ No newline at end of file diff --git a/config/chirps_rainfall_ratioanomaly.json b/config/chirps_rainfall_ratioanomaly.json deleted file mode 100644 index 9f36c59..0000000 --- a/config/chirps_rainfall_ratioanomaly.json +++ /dev/null @@ -1,150 +0,0 @@ -{ - "rainfall_ratioanomaly": { - "source": "Derived from CHIRPS data", - "source_link": "https://www.chc.ucsb.edu/data/chirps", - "description": "Ratio Anomaly movingby Dekad", - "coverage": { - "description": "Global", - "bounding_box": { - "min_longitude": -180, - "min_latitude": -50, - "max_longitude": 180, - "max_latitude": 50 - } - }, - "period": { - "start_year": 1981, - "end_year": 2022 - }, - "coordinate_system": "EPSG:4326", - "spatial_resolution": "0.05deg", - "temporal_resolution": "dekad", - "format": "GeoTIFF", - "units": "percent", - "missing_value": "NaN", - "cdm_data_type": "GRID", - "s3_bucket_base": "s3://wbgdecinternal-ntl/climate/products/rainfall-ratioanomaly-chirps", - "notes": "This datasets developed by GOST/DECAT/DEC Data Group of The World Bank", - "references": "https://doi.org/10.1038/sdata.2015.66", - "timescales": { - "dekad": { - "description": "Dekad rainfall ratio anomaly", - "s3_path": "dekad", - "naming_convention": "wld_cli_chirps_ratioanom_dekad_yyyymmdd.tif" - }, - "1_month": { - "description": "1-month rainfall ratio anomaly", - "s3_path": "1month-movingby-dekad", - "naming_convention": "wld_cli_chirps_ratioanom_1mo_yyyymmdd.tif" - }, - "3_month": { - "description": "3-month rainfall ratio anomaly", - "s3_path": "3month-movingby-dekad", - "naming_convention": "wld_cli_chirps_ratioanom_3mo_yyyymmdd.tif" - }, - "6_month": { - "description": "6-month rainfall ratio anomaly", - "s3_path": "6month-movingby-dekad", - "naming_convention": "wld_cli_chirps_ratioanom_6mo_yyyymmdd.tif" - }, - "9_month": { - "description": "9-month rainfall ratio anomaly", - "s3_path": "9month-movingby-dekad", - "naming_convention": "wld_cli_chirps_ratioanom_9mo_yyyymmdd.tif" - }, - "12_month": { - "description": "12-month rainfall ratio anomaly", - "s3_path": "12month-movingby-dekad", - "naming_convention": "wld_cli_chirps_ratioanom_12mo_yyyymmdd.tif" - }, - "24_month": { - "description": "24-month rainfall ratio anomaly", - "s3_path": "24month-movingby-dekad", - "naming_convention": "wld_cli_chirps_ratioanom_24mo_yyyymmdd.tif" - } - }, - "symbology": [ - { - "class": "20% and below", - "threshold": { - "min": 0, - "max": 20 - }, - "hex": "#d73027", - "rgb": "rgb(215,48,39)" - }, - { - "class": "20 to 50%", - "threshold": { - "min": 20, - "max": 50 - }, - "hex": "#f46d43", - "rgb": "rgb(244,109,67)" - }, - { - "class": "50 to 70%", - "threshold": { - "min": 50, - "max": 70 - }, - "hex": "#fdae61", - "rgb": "rgb(253,174,97)" - }, - { - "class": "70 to 90%", - "threshold": { - "min": 70, - "max": 90 - }, - "hex": "#fee090", - "rgb": "rgb(254,224,144)" - }, - { - "class": "90 to 110%", - "threshold": { - "min": 90, - "max": 110 - }, - "hex": "#ffffbf", - "rgb": "rgb(255,255,191)" - }, - { - "class": "110 to 130%", - "threshold": { - "min": 110, - "max": 130 - }, - "hex": "#e0f3f8", - "rgb": "rgb(224,243,248)" - }, - { - "class": "130 to 150%", - "threshold": { - "min": 130, - "max": 150 - }, - "hex": "#abd9e9", - "rgb": "rgb(171,217,233)" - }, - { - "class": "150 to 180%", - "threshold": { - "min": 150, - "max": 180 - }, - "hex": "#74add1", - "rgb": "rgb(116,173,209)" - }, - { - "class": "180% and above", - "threshold": { - "min": 180, - "max": 400 - }, - "hex": "#4575b4", - "rgb": "rgb(69,117,180)" - } - ] - } -} \ No newline at end of file diff --git a/config/chirps_spi.json b/config/chirps_spi.json deleted file mode 100644 index f9c77ed..0000000 --- a/config/chirps_spi.json +++ /dev/null @@ -1,193 +0,0 @@ -{ - "spi": { - "source": "Derived from CHIRPS data", - "source_link": "https://www.chc.ucsb.edu/data/chirps", - "description": "Standardized Precipitation Index", - "coverage": { - "description": "Global", - "bounding_box": { - "min_longitude": -180, - "min_latitude": -50, - "max_longitude": 180, - "max_latitude": 50 - } - }, - "period": { - "start_year": 1981, - "end_year": 2022 - }, - "coordinate_system": "EPSG:4326", - "spatial_resolution": "0.05deg", - "temporal_resolution": "monthly", - "format": "GeoTIFF", - "units": "unitless", - "missing_value": "NaN", - "cdm_data_type": "GRID", - "s3_bucket_base": "s3://wbgdecinternal-ntl/climate/products/spi-chirps/geotiff", - "notes": "This datasets developed by GOST/DECAT/DEC Data Group of The World Bank", - "references": "https://doi.org/10.1038/sdata.2015.66", - "timescales": { - "1_month": { - "description": "1-month SPI", - "s3_path": "spi01", - "naming_convention": "wld_cli_chirps_spi01_yyyymmdd.tif" - }, - "2_month": { - "description": "2-month SPI", - "s3_path": "spi02", - "naming_convention": "wld_cli_chirps_spi02_yyyymmdd.tif" - }, - "3_month": { - "description": "3-month SPI", - "s3_path": "spi03", - "naming_convention": "wld_cli_chirps_spi03_yyyymmdd.tif" - }, - "6_month": { - "description": "6-month SPI", - "s3_path": "spi06", - "naming_convention": "wld_cli_chirps_spi06_yyyymmdd.tif" - }, - "9_month": { - "description": "9-month SPI", - "s3_path": "spi09", - "naming_convention": "wld_cli_chirps_spi09_yyyymmdd.tif" - }, - "12_month": { - "description": "12-month SPI", - "s3_path": "spi12", - "naming_convention": "wld_cli_chirps_spi12_yyyymmdd.tif" - }, - "18_month": { - "description": "18-month SPI", - "s3_path": "spi18", - "naming_convention": "wld_cli_chirps_spi18_yyyymmdd.tif" - }, - "24_month": { - "description": "24-month SPI", - "s3_path": "spi24", - "naming_convention": "wld_cli_chirps_spi24_yyyymmdd.tif" - }, - "36_month": { - "description": "36-month SPI", - "s3_path": "spi36", - "naming_convention": "wld_cli_chirps_spi36_yyyymmdd.tif" - }, - "48_month": { - "description": "48-month SPI", - "s3_path": "spi48", - "naming_convention": "wld_cli_chirps_spi48_yyyymmdd.tif" - }, - "60_month": { - "description": "60-month SPI", - "s3_path": "spi60", - "naming_convention": "wld_cli_chirps_spi60_yyyymmdd.tif" - }, - "72_month": { - "description": "72-month SPI", - "s3_path": "spi72", - "naming_convention": "wld_cli_chirps_spi72_yyyymmdd.tif" - } - }, - "symbology": [ - { - "class": "Exceptionally Dry", - "threshold": { - "min": -3.09, - "max": -2.00 - }, - "hex": "#760005", - "rgb": "rgb(118, 0, 5)" - }, - { - "class": "Extremely Dry", - "threshold": { - "min": -2.00, - "max": -1.50 - }, - "hex": "#ec0013", - "rgb": "rgb(236, 0, 19)" - }, - { - "class": "Severely Dry", - "threshold": { - "min": -1.50, - "max": -1.20 - }, - "hex": "#ffa938", - "rgb": "rgb(255, 169, 56)" - }, - { - "class": "Moderately Dry", - "threshold": { - "min": -1.20, - "max": -0.70 - }, - "hex": "#fdd28a", - "rgb": "rgb(253, 210, 138)" - }, - { - "class": "Abnormally Dry", - "threshold": { - "min": -0.70, - "max": -0.50 - }, - "hex": "#fefe53", - "rgb": "rgb(254, 254, 83)" - }, - { - "class": "Near Normal", - "threshold": { - "min": -0.50, - "max": 0.50 - }, - "hex": "#ffffff", - "rgb": "rgb(255, 255, 255)" - }, - { - "class": "Abnormally Moist", - "threshold": { - "min": 0.50, - "max": 0.70 - }, - "hex": "#a2fd6e", - "rgb": "rgb(162, 253, 110)" - }, - { - "class": "Moderately Moist", - "threshold": { - "min": 0.70, - "max": 1.20 - }, - "hex": "#00b44a", - "rgb": "rgb(0, 180, 74)" - }, - { - "class": "Very Moist", - "threshold": { - "min": 1.20, - "max": 1.50 - }, - "hex": "#008180", - "rgb": "rgb(0, 129, 128)" - }, - { - "class": "Extremely Moist", - "threshold": { - "min": 1.50, - "max": 2.00 - }, - "hex": "#2a23eb", - "rgb": "rgb(42, 35, 235)" - }, - { - "class": "Exceptionally Moist", - "threshold": { - "min": 2.00, - "max": 3.09 - }, - "hex": "#a21fec", - "rgb": "rgb(162, 31, 236)" - } - ] - } -} \ No newline at end of file diff --git a/config/era5land-dewpoint-temperature.json b/config/era5land-dewpoint-temperature.json deleted file mode 100644 index edd8ddf..0000000 --- a/config/era5land-dewpoint-temperature.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "dewpoint_temperature": { - "source": "ERA5-Land", - "source_link": "https://cds.climate.copernicus.eu/cdsapp#!/dataset/reanalysis-era5-land-monthly-means?tab=overview", - "description": "2 metre dewpoint temperature", - "coverage": { - "description": "Global", - "bounding_box": { - "min_longitude": -180, - "min_latitude": -90, - "max_longitude": 180, - "max_latitude": 90 - } - }, - "period": { - "start_year": 1950, - "end_year": 2022 - }, - "coordinate_system": "EPSG:4326", - "spatial_resolution": "0.1deg", - "temporal_resolution": "monthly", - "file_structure": { - "content": "Single NetCDF file contains monthly data for the whole period", - "naming_convention": "wld_cli_era5land_d2m_monthly_1950_2022.nc" - }, - "format": "NetCDF", - "NetCDF": { - "standard_name": "2_metre_dewpoint_temperature", - "packed": "yes", - "scale_factor": 0.0016205046801325287, - "offset": 248.9889053238318 - }, - "units": "K", - "missing_value": -32767, - "cdm_data_type": "GRID", - "s3_bucket_base": "s3://wbgdecinternal-ntl/climate/data/era5land/temperature/monthly", - "notes": "This datasets downloaded from Copernicus Climate Data Store website", - "references": "https://doi.org/10.24381/cds.68d2bb30" - } -} \ No newline at end of file diff --git a/config/era5land-evaporation.json b/config/era5land-evaporation.json deleted file mode 100644 index 43a8b11..0000000 --- a/config/era5land-evaporation.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "evaporation": { - "source": "ERA5-Land", - "source_link": "https://cds.climate.copernicus.eu/cdsapp#!/dataset/reanalysis-era5-land-monthly-means?tab=overview", - "description": "Total evaporation", - "coverage": { - "description": "Global", - "bounding_box": { - "min_longitude": -180, - "min_latitude": -90, - "max_longitude": 180, - "max_latitude": 90 - } - }, - "period": { - "start_year": 1950, - "end_year": 2022 - }, - "coordinate_system": "EPSG:4326", - "spatial_resolution": "0.1deg", - "temporal_resolution": "monthly", - "file_structure": { - "content": "Single NetCDF file contains monthly data for the whole period", - "naming_convention": "wld_cli_era5land_e_monthly_1950_2022.nc" - }, - "format": "NetCDF", - "NetCDF": { - "standard_name": "lwe_thickness_of_water_evaporation_amount", - "packed": "yes", - "scale_factor": 2.234991845464582E-7, - "offset": -0.0056415558701483895 - }, - "units": "m of water equivalent", - "missing_value": -32767, - "cdm_data_type": "GRID", - "s3_bucket_base": "s3://wbgdecinternal-ntl/climate/data/era5land/evaporation/monthly", - "notes": "This datasets downloaded from Copernicus Climate Data Store website", - "references": "https://doi.org/10.24381/cds.68d2bb30" - } -} \ No newline at end of file diff --git a/config/era5land-heatwaves.json b/config/era5land-heatwaves.json deleted file mode 100644 index e50d2cf..0000000 --- a/config/era5land-heatwaves.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "heatwaves": { - "source": "Derived from ERA5-Land data", - "source_link": "https://cds.climate.copernicus.eu/cdsapp#!/dataset/reanalysis-era5-land?tab=overview", - "description": "Number of heatwaves per time period", - "coverage": { - "description": "Global", - "bounding_box": { - "min_longitude": -180, - "min_latitude": -90, - "max_longitude": 180, - "max_latitude": 90 - } - }, - "period": { - "start_year": 1981, - "end_year": 2022 - }, - "coordinate_system": "EPSG:4326", - "spatial_resolution": "0.1deg", - "temporal_resolution": "annual", - "format": "GeoTIFF", - "units": "No.", - "missing_value": -9999, - "cdm_data_type": "GRID", - "s3_bucket_base": "s3://wbgdecinternal-ntl/climate/products/heatwaves-era5land", - "notes": "This datasets developed by GOST/DECAT/DEC Data Group of The World Bank", - "references": "https://doi.org/10.24381/cds.e2161bac", - "threshold": { - "2day_5degC": { - "description": "Number of heatwaves per time period, where the daily temperature exceeding 5degC from the reference for 2 consecutive days", - "s3_path": "runmean2day_5degC", - "naming_convention": "wld_cli_era5land_tmax_ydrunmean2_yyyy.tif" - }, - "3day_5degC": { - "description": "Number of heatwaves per time period, where the daily temperature exceeding 5degC from the reference for 3 consecutive days", - "s3_path": "runmean3day_5degC", - "naming_convention": "wld_cli_era5land_tmax_ydrunmean3_yyyy.tif" - }, - "4day_5degC": { - "description": "Number of heatwaves per time period, where the daily temperature exceeding 5degC from the reference for 4 consecutive days", - "s3_path": "runmean4day_5degC", - "naming_convention": "wld_cli_era5land_tmax_ydrunmean4_yyyy.tif" - }, - "5day_5degC": { - "description": "Number of heatwaves per time period, where the daily temperature exceeding 5degC from the reference for 5 consecutive days", - "s3_path": "runmean5day_5degC", - "naming_convention": "wld_cli_era5land_tmax_ydrunmean5_yyyy.tif" - } - } - } -} \ No newline at end of file diff --git a/config/era5land-hotdays.json b/config/era5land-hotdays.json deleted file mode 100644 index 6668737..0000000 --- a/config/era5land-hotdays.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "hotdays": { - "source": "Derived from ERA5-Land data", - "source_link": "https://cds.climate.copernicus.eu/cdsapp#!/dataset/reanalysis-era5-land?tab=overview", - "description": "Day with maximum temperature exceeding 35 degC", - "coverage": { - "description": "Global", - "bounding_box": { - "min_longitude": -180, - "min_latitude": -90, - "max_longitude": 180, - "max_latitude": 90 - } - }, - "period": { - "start_year": 1981, - "end_year": 2022 - }, - "coordinate_system": "EPSG:4326", - "spatial_resolution": "0.1deg", - "temporal_resolution": ["monthly", "annual"], - "format": "GeoTIFF", - "units": "day", - "missing_value": -9999, - "cdm_data_type": "GRID", - "s3_bucket_base": "s3://wbgdecinternal-ntl/climate/products/hotdays-era5land", - "notes": "This datasets developed by GOST/DECAT/DEC Data Group of The World Bank", - "references": "https://doi.org/10.24381/cds.e2161bac", - "timescales": { - "monthly": { - "description": "Number of day in a month with maximum temperature exceeding 35 degC", - "s3_path": "geotiff_monthly", - "naming_convention": "wld_cli_era5land_hotdays_monsum_yyyymm.tif" - }, - "annual": { - "description": "Number of day in a year with maximum temperature exceeding 35 degC", - "s3_path": "geotiff_annual", - "naming_convention": "wld_cli_era5land_hotdays_yearsum_yyyy.tif" - } - } - } -} \ No newline at end of file diff --git a/config/era5land-potentialevaporation.json b/config/era5land-potentialevaporation.json deleted file mode 100644 index ad808a1..0000000 --- a/config/era5land-potentialevaporation.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "potential_evaporation": { - "source": "ERA5-Land", - "source_link": "https://cds.climate.copernicus.eu/cdsapp#!/dataset/reanalysis-era5-land-monthly-means?tab=overview", - "description": "Potential evaporation", - "coverage": { - "description": "Global", - "bounding_box": { - "min_longitude": -180, - "min_latitude": -90, - "max_longitude": 180, - "max_latitude": 90 - } - }, - "period": { - "start_year": 1950, - "end_year": 2022 - }, - "coordinate_system": "EPSG:4326", - "spatial_resolution": "0.1deg", - "temporal_resolution": "monthly", - "file_structure": { - "content": "Single NetCDF file contains monthly data for the whole period", - "naming_convention": "wld_cli_era5land_pev_monthly_1950_2022.nc" - }, - "format": "NetCDF", - "NetCDF": { - "standard_name": "potential_evaporation", - "packed": "yes", - "scale_factor": 1.4182084039622886E-6, - "offset": -0.044788592862746904 - }, - "units": "m", - "missing_value": -32767, - "cdm_data_type": "GRID", - "s3_bucket_base": "s3://wbgdecinternal-ntl/climate/data/era5land/potential-evaporation/monthly", - "notes": "This datasets downloaded from Copernicus Climate Data Store website", - "references": "https://doi.org/10.24381/cds.68d2bb30" - } -} \ No newline at end of file diff --git a/config/era5land-precipitation.json b/config/era5land-precipitation.json deleted file mode 100644 index 6482513..0000000 --- a/config/era5land-precipitation.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "precipitation": { - "source": "ERA5-Land", - "source_link": "https://cds.climate.copernicus.eu/cdsapp#!/dataset/reanalysis-era5-land-monthly-means?tab=overview", - "description": "Total precipitation", - "coverage": { - "description": "Global", - "bounding_box": { - "min_longitude": -180, - "min_latitude": -90, - "max_longitude": 180, - "max_latitude": 90 - } - }, - "period": { - "start_year": 1950, - "end_year": 2022 - }, - "coordinate_system": "EPSG:4326", - "spatial_resolution": "0.1deg", - "temporal_resolution": "monthly", - "file_structure": { - "content": "Single NetCDF file contains monthly data for the whole period", - "naming_convention": "wld_cli_era5land_precip_monthly_1950_2022.nc" - }, - "format": "NetCDF", - "NetCDF": { - "standard_name": "total_precipitation", - "packed": "yes", - "scale_factor": 2.763893914609123E-6, - "offset": 0.09056207043400512 - }, - "units": "m", - "missing_value": -32767, - "cdm_data_type": "GRID", - "s3_bucket_base": "s3://wbgdecinternal-ntl/climate/data/era5land/precipitation/monthly", - "notes": "This datasets downloaded from Copernicus Climate Data Store website", - "references": "https://doi.org/10.24381/cds.68d2bb30" - } -} \ No newline at end of file diff --git a/config/era5land-pressure.json b/config/era5land-pressure.json deleted file mode 100644 index f032263..0000000 --- a/config/era5land-pressure.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "pressure": { - "source": "ERA5-Land", - "source_link": "https://cds.climate.copernicus.eu/cdsapp#!/dataset/reanalysis-era5-land-monthly-means?tab=overview", - "description": "Surface pressure", - "coverage": { - "description": "Global", - "bounding_box": { - "min_longitude": -180, - "min_latitude": -90, - "max_longitude": 180, - "max_latitude": 90 - } - }, - "period": { - "start_year": 1950, - "end_year": 2022 - }, - "coordinate_system": "EPSG:4326", - "spatial_resolution": "0.1deg", - "temporal_resolution": "monthly", - "file_structure": { - "content": "Single NetCDF file contains monthly data for the whole period", - "naming_convention": "wld_cli_era5land_sp_monthly_1950_2022.nc" - }, - "format": "NetCDF", - "NetCDF": { - "standard_name": "surface_air_pressure", - "packed": "yes", - "scale_factor": 0.9296603786451101, - "offset": 75770.95509168568 - }, - "units": "Pa", - "missing_value": -32767, - "cdm_data_type": "GRID", - "s3_bucket_base": "s3://wbgdecinternal-ntl/climate/data/era5land/pressure/monthly", - "notes": "This datasets downloaded from Copernicus Climate Data Store website", - "references": "https://doi.org/10.24381/cds.68d2bb30" - } -} \ No newline at end of file diff --git a/config/era5land-runoff.json b/config/era5land-runoff.json deleted file mode 100644 index ed02fa4..0000000 --- a/config/era5land-runoff.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "runoff": { - "source": "ERA5-Land", - "source_link": "https://cds.climate.copernicus.eu/cdsapp#!/dataset/reanalysis-era5-land-monthly-means?tab=overview", - "description": "Runoff", - "coverage": { - "description": "Global", - "bounding_box": { - "min_longitude": -180, - "min_latitude": -90, - "max_longitude": 180, - "max_latitude": 90 - } - }, - "period": { - "start_year": 1950, - "end_year": 2022 - }, - "coordinate_system": "EPSG:4326", - "spatial_resolution": "0.1deg", - "temporal_resolution": "monthly", - "file_structure": { - "content": "Single NetCDF file contains monthly data for the whole period", - "naming_convention": "wld_cli_era5land_ro_monthly_1950_2022.nc" - }, - "format": "NetCDF", - "NetCDF": { - "standard_name": "runoff", - "packed": "yes", - "scale_factor": 2.7368662367626273E-6, - "offset": 0.08967615911376425 - }, - "units": "m", - "missing_value": -32767, - "cdm_data_type": "GRID", - "s3_bucket_base": "s3://wbgdecinternal-ntl/climate/data/era5land/runoff/monthly", - "notes": "This datasets downloaded from Copernicus Climate Data Store website", - "references": "https://doi.org/10.24381/cds.68d2bb30" - } -} \ No newline at end of file diff --git a/config/era5land-solar-radiation.json b/config/era5land-solar-radiation.json deleted file mode 100644 index d1c5ca8..0000000 --- a/config/era5land-solar-radiation.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "solar_radiation": { - "source": "ERA5-Land", - "source_link": "https://cds.climate.copernicus.eu/cdsapp#!/dataset/reanalysis-era5-land-monthly-means?tab=overview", - "description": "Surface net solar radiation", - "coverage": { - "description": "Global", - "bounding_box": { - "min_longitude": -180, - "min_latitude": -90, - "max_longitude": 180, - "max_latitude": 90 - } - }, - "period": { - "start_year": 1950, - "end_year": 2022 - }, - "coordinate_system": "EPSG:4326", - "spatial_resolution": "0.1deg", - "temporal_resolution": "monthly", - "file_structure": { - "content": "Single NetCDF file contains monthly data for the whole period", - "naming_convention": "wld_cli_era5land_ssr_monthly_1950_2022.nc" - }, - "format": "NetCDF", - "NetCDF": { - "standard_name": "surface_net_downward_shortwave_flux", - "packed": "yes", - "scale_factor": 503.4854500785864, - "offset": 1.6497204257274961E7 - }, - "units": "J m**-2", - "missing_value": -32767, - "cdm_data_type": "GRID", - "s3_bucket_base": "s3://wbgdecinternal-ntl/climate/data/era5land/solar_radiation/monthly", - "notes": "This datasets downloaded from Copernicus Climate Data Store website", - "references": "https://doi.org/10.24381/cds.68d2bb30" - } -} \ No newline at end of file diff --git a/config/era5land-temperature.json b/config/era5land-temperature.json deleted file mode 100644 index ef53bb6..0000000 --- a/config/era5land-temperature.json +++ /dev/null @@ -1,73 +0,0 @@ -{ - "air_temperature": { - "source": "ERA5-Land", - "source_link": "https://cds.climate.copernicus.eu/cdsapp#!/dataset/reanalysis-era5-land-monthly-means?tab=overview", - "description": "Temperature of air at 2m above the surface of land, sea or in-land waters", - "coverage": { - "description": "Global", - "bounding_box": { - "min_longitude": -180, - "min_latitude": -90, - "max_longitude": 180, - "max_latitude": 90 - } - }, - "period": { - "start_year": 1950, - "end_year": 2022 - }, - "coordinate_system": "EPSG:4326", - "spatial_resolution": "0.1deg", - "temporal_resolution": ["daily", "monthly"], - "file_structure": { - "content": { - "daily": "Each NetCDF file contains daily data for one year", - "monthly": "Single NetCDF file contains monthly data for the whole period" - }, - "naming_convention": { - "daily": { - "tasmax": "wld_cli_era5land_daily_tasmax_yyyy.nc", - "tasmin": "wld_cli_era5land_daily_tasmin_yyyy.nc" - }, - "monthly": "wld_cli_era5land_t2m_monthly_1950_2022.nc" - } - }, - "format": "NetCDF", - "NetCDF": { - "daily": { - "tasmax": { - "notes": "This datasets developed by GOST/DECAT/DEC Data Group of The World Bank based on ERA5-Land hourly data", - "standard_name": "maximum_air_temperature", - "packed": "no", - "scale_factor": 0, - "offset": 0, - "units": "degree_Celsius", - "missing_value": -9999, - "s3_path": "daily/tasmax" - }, - "tasmin": { - "notes": "This datasets developed by GOST/DECAT/DEC Data Group of The World Bank based on ERA5-Land hourly data", - "standard_name": "minimum_air_temperature", - "packed": "no", - "scale_factor": 0, - "offset": 0, - "units": "degree_Celsius", - "missing_value": -9999, - "s3_path": "daily/tasmin" - }, - "monthly": { - "notes": "This datasets downloaded from Copernicus Climate Data Store website", - "standard_name": "2_meter_temperature", - "packed": "yes", - "scale_factor": 0.001770831216029758, - "offset": 257.2174831146654, - "units": "K", - "missing_value": -32767, - "s3_path": "monthly" - } - }, - "cdm_data_type": "GRID", - "s3_bucket_base": "s3://wbgdecinternal-ntl/climate/data/era5land/temperature", - "references": "https://doi.org/10.24381/cds.68d2bb30" - } -} \ No newline at end of file diff --git a/config/ibtracs_cyclone.json b/config/ibtracs_cyclone.json deleted file mode 100644 index 35a64fb..0000000 --- a/config/ibtracs_cyclone.json +++ /dev/null @@ -1,112 +0,0 @@ -{ - "cyclone": { - "source": "International Best Track Archive for Climate Stewardship (IBTrACS)", - "source_link": "https://www.ncei.noaa.gov/products/international-best-track-archive", - "description": "IBTrACS - International Best Track Archive for Climate Stewardship - version v04r00, Position, intensity and other information for known tropical cyclones", - "documentation": "https://www.ncei.noaa.gov/sites/default/files/2021-07/IBTrACS_v04_column_documentation.pdf", - "coverage": "Global", - "period": { - "start_year": 1842, - "end_year": 2023 - }, - "spatial_resolution": "", - "temporal_resolution": "", - "format": ["NetCDF", "Shapefiles", "CSV"], - "cdm_data_type": "Trajectory", - "s3_bucket_base": "s3://wbgdecinternal-ntl/climate/data/cyclone/ibtracs", - "notes": "This datasets downloaded from NOAA IBTrACS website", - "references": "https://doi.org/10.25921/82ty-9e16", - "datasets": { - "SID": { - "description": "Storm Identifier", - "units": "" - }, - "SEASON": { - "description": "", - "units": "year" - }, - "NUMBER": { - "description": "The cardinal number of the system for that season", - "units": "" - }, - "BASIN": { - "description": { - "NA": "North Atlantic", - "EP": "Eastern North Pacific", - "WP": "Western North Pacific", - "NI": "North Indian", - "SI": "South Indian", - "SP": "Southern Pacific", - "SA": "South Atlantic", - "MM": "Missing", - }, - "units": "" - }, - "SUBBASIN": { - "description": { - "CS": "Caribbean Sea", - "GM": "Gulf of Mexico", - "CP": "Central Pacific", - "BB": "Bay of Bengal", - "AS": "Arabian Sea", - "WA": "Western Australia", - "EA": "Eastern Australia", - "MM": "Missing", - }, - "units": "" - }, - "NAME": { - "description": "Name provided by the agency", - "units": "" - }, - "ISO_TIME": { - "description": "ISO Time provided in Universal Time Coordinates (UTC)", - "units": "UTC", - "format": "YYYY-MM-DD HH:mm:ss", - }, - "NATURE": { - "description": { - "DS": "Disturbance", - "TS": "Tropical", - "ET": "Extratropical", - "SS": "Subtropical", - "NR": "Not reported", - "MX": "Mixture (contradicting nature reports from different agencies)" - }, - "units": "" - }, - "LAT": { - "description": "Latitude", - "units": "deg_north" - }, - "LON": { - "description": "Longitude", - "units": "deg_east" - }, - "WMO_WIND": { - "description": "Maximum sustained wind speed", - "units": "knots" - }, - "WMO_PRES": { - "description": "Pressure", - "units": "mb" - }, - "TRACK_TYPE": { - "description": ["PROVISIONAL", "PROVISIONAL_spur", "MAIN", "spur"], - "units": "mb" - }, - "DIST2LAND": { - "description": "Distance to land from the current position.", - "units": "km" - }, - "STORM_SPEED": { - "description": "Translation speed of the system as calculated from the positions in LAT and LON.", - "units": "knots" - }, - "STORM_DIR": { - "description": "Translation direction of the system as calculated from the positions in LAT and LON.", - "units": "degrees" - } - } - } -} diff --git a/config/mod13q1_gee.json b/config/mod13q1_gee.json deleted file mode 100644 index 23c710e..0000000 --- a/config/mod13q1_gee.json +++ /dev/null @@ -1,136 +0,0 @@ -{ - "mod13q1_terra": { - "collection": "Terra MODIS", - "source": "Earth Engine Data Catalog", - "source_link": "https://developers.google.com/earth-engine/datasets/catalog/MODIS_061_MOD13Q1", - "description": "MOD13Q1.061 Terra Vegetation Indices 16-Day Global 250m", - "coverage": { - "description": "Global", - "bounding_box": { - "min_longitude": -180.0000, - "min_latitude": -82.3089, - "max_longitude": 180.0000, - "max_latitude": 89.6831 - } - }, - "period": { - "start_year": 2000, - "end_year": 2023 - }, - "coordinate_system": "SR-ORG:6974", - "spatial_resolution": "250m", - "temporal_resolution": "16 days", - "format": "GeoTIFF", - "cdm_data_type": "GRID", - "s3_bucket_base": "", - "notes": "This datasets downloaded from GEE Data Catalog", - "references": "https://doi.org/10.5067/MODIS/MOD13Q1.061", - "datasets": { - "NDVI": { - "band_number": 1, - "description": "Normalized Difference Vegetation Index", - "scale_factor": 0.0001, - "offset": 0.0, - "min": -2000, - "max": 10000 - }, - "EVI": { - "band_number": 2, - "description": "Enhanced Vegetation Index", - "scale_factor": 0.0001, - "offset": 0.0, - "min": -2000, - "max": 10000 - }, - "DetailedQA": { - "band_number": 3, - "description": "VI quality indicators", - "bitmask": { - "VI_quality": { - "bits": [0, 1], - "good_quality": 0, - "check_other_QA": 1, - "probably_cloudy": 2, - "not_produced_other_reasons": 3 - }, - "VI_usefulness": { - "bits": [2, 3, 4, 5], - "highest_quality": 0, - "lower_quality": 1, - "decreasing_quality_2": 2, - "decreasing_quality_4": 4, - "decreasing_quality_8": 8, - "decreasing_quality_9": 9, - "decreasing_quality_10": 10, - "lowest_quality": 12, - "not_useful_low_quality": 13, - "L1B_data_faulty": 14, - "not_useful_other_reason": 15 - }, - "aerosol_quantity": { - "bits": [6, 7], - "climatology": 0, - "low": 1, - "intermediate": 2, - "high": 3 - }, - "adjacent_cloud_detected": { - "bits": [8], - "no": 0, - "yes": 1 - }, - "atmosphere_BRDF_correction": { - "bits": [9], - "no": 0, - "yes": 1 - }, - "mixed_clouds": { - "bits": [10], - "no": 0, - "yes": 1 - }, - "land_water_mask": { - "bits": [11, 12, 13], - "shallow_ocean": 0, - "land": 1, - "ocean_coastlines_lake_shorelines": 2, - "shallow_inland_water": 3, - "ephemeral_water": 4, - "deep_inland_water": 5, - "moderate_continental_ocean": 6, - "deep_ocean": 7 - }, - "possible_snow_ice": { - "bits": [14], - "no": 0, - "yes": 1 - }, - "possible_shadow": { - "bits": [15], - "no": 0, - "yes": 1 - } - } - }, - "DayOfYear": { - "band_number": 11, - "description": "Julian day of year", - "min": 1, - "max": 366 - }, - "SummaryQA": { - "band_number": 12, - "description": "Quality reliability of VI pixel", - "bitmask": { - "VI_quality": { - "bits": [0, 1], - "good_data": 0, - "marginal_data": 1, - "snow_ice": 2, - "cloud_covered": 3 - } - } - } - } - } -} diff --git a/config/mod13q1_usgs.json b/config/mod13q1_usgs.json deleted file mode 100644 index cbcdba9..0000000 --- a/config/mod13q1_usgs.json +++ /dev/null @@ -1,137 +0,0 @@ -{ - "mod13q1_terra": { - "collection": "Terra MODIS", - "source": "USGS LPDAAC", - "source_link": "https://lpdaac.usgs.gov/products/mod13q1v061/", - "description": "MOD13Q1 v061 MODIS/Terra Vegetation Indices 16-Day L3 Global 250 m", - "coverage": { - "description": "Global", - "bounding_box": { - "min_longitude": -180.0000, - "min_latitude": -82.3089, - "max_longitude": 180.0000, - "max_latitude": 89.6831 - } - }, - "period": { - "start_year": 2000, - "end_year": 2023 - }, - "coordinate_system": "SR-ORG:6974", - "spatial_resolution": "250m", - "temporal_resolution": "16 days", - "format": "HDF-EOS", - "cdm_data_type": "GRID", - "s3_bucket_base": "", - "notes": "This datasets downloaded from USGS website", - "references": "https://doi.org/10.5067/MODIS/MOD13Q1.061", - "datasets": { - "NDVI": { - "band_number": 1, - "description": "Normalized Difference Vegetation Index", - "scale_factor": 0.0001, - "offset": 0.0, - "min": -2000, - "max": 10000 - }, - "EVI": { - "band_number": 2, - "description": "Enhanced Vegetation Index", - "scale_factor": 0.0001, - "offset": 0.0, - "min": -2000, - "max": 10000 - }, - "VIQuality": { - "band_number": 3, - "description": "VI quality indicators", - "bitmask": { - "VI_quality": { - "bits": [0, 1], - "vi_produced_with_good_quality": 00, - "vi_produced_but_check_other_QA ": 01, - "pixel_produced_but_most_probably_cloudy": 10, - "pixel_not_produced_due_to_other_reasons_than_clouds": 11 - }, - "VI_usefulness": { - "bits": [2, 3, 4, 5], - "highest_quality": 0000, - "lower_quality": 0001, - "decreasing_quality_1": 0010, - "decreasing_quality_2": 0100, - "decreasing_quality_3": 1000, - "decreasing_quality_4": 1001, - "decreasing_quality_5": 1010, - "lowest_quality": 1100, - "not_useful_low_quality": 1101, - "L1B_data_faulty": 1110, - "not_useful_other_reason": 1111 - }, - "aerosol_quantity": { - "bits": [6, 7], - "climatology": 00, - "low": 01, - "intermediate": 10, - "high": 11 - }, - "adjacent_cloud_detected": { - "bits": [8], - "no": 0, - "yes": 1 - }, - "atmosphere_BRDF_correction": { - "bits": [9], - "no": 0, - "yes": 1 - }, - "mixed_clouds": { - "bits": [10], - "no": 0, - "yes": 1 - }, - "land_water_mask": { - "bits": [11, 12, 13], - "shallow_ocean": 00, - "land": 01, - "ocean_coastlines_lake_shorelines": 010, - "shallow_inland_water": 011, - "ephemeral_water": 100, - "deep_inland_water": 101, - "moderate_continental_ocean": 110, - "deep_ocean": 111 - }, - "possible_snow_ice": { - "bits": [14], - "no": 0, - "yes": 1 - }, - "possible_shadow": { - "bits": [15], - "no": 0, - "yes": 1 - } - } - }, - "DayOfYear": { - "band_number": 11, - "description": "Day of year VI pixel", - "min": 1, - "max": 366 - }, - "PixelReliability": { - "band_number": 12, - "description": "Pixel reliability", - "bitmask": { - "pixel_reliability": { - "bits": [0, 1, 2, 3], - "fill_no_data": -1, - "good_data": 0, - "marginal_data": 1, - "snow_ice": 2, - "cloudy": 3 - } - } - } - } - } -} diff --git a/config/myd13q1_gee.json b/config/myd13q1_gee.json deleted file mode 100644 index c52b8f5..0000000 --- a/config/myd13q1_gee.json +++ /dev/null @@ -1,136 +0,0 @@ -{ - "myd13q1_aqua": { - "collection": "Aqua MODIS", - "source": "Earth Engine Data Catalog", - "source_link": "https://developers.google.com/earth-engine/datasets/catalog/MODIS_061_MYD13Q1", - "description": "MYD13Q1.061 Aqua Vegetation Indices 16-Day Global 250m", - "coverage": { - "description": "Global", - "bounding_box": { - "min_longitude": -180.0000, - "min_latitude": -82.3089, - "max_longitude": 180.0000, - "max_latitude": 89.6831 - } - }, - "period": { - "start_year": 2000, - "end_year": 2023 - }, - "coordinate_system": "SR-ORG:6974", - "spatial_resolution": "250m", - "temporal_resolution": "16 days", - "format": "GeoTIFF", - "cdm_data_type": "GRID", - "s3_bucket_base": "", - "notes": "This datasets downloaded from GEE Data Catalog", - "references": "https://doi.org/10.5067/MODIS/MYD13Q1.061", - "datasets": { - "NDVI": { - "band_number": 1, - "description": "Normalized Difference Vegetation Index", - "scale_factor": 0.0001, - "offset": 0.0, - "min": -2000, - "max": 10000 - }, - "EVI": { - "band_number": 2, - "description": "Enhanced Vegetation Index", - "scale_factor": 0.0001, - "offset": 0.0, - "min": -2000, - "max": 10000 - }, - "DetailedQA": { - "band_number": 3, - "description": "VI quality indicators", - "bitmask": { - "VI_quality": { - "bits": [0, 1], - "good_quality": 0, - "check_other_QA": 1, - "probably_cloudy": 2, - "not_produced_other_reasons": 3 - }, - "VI_usefulness": { - "bits": [2, 3, 4, 5], - "highest_quality": 0, - "lower_quality": 1, - "decreasing_quality_2": 2, - "decreasing_quality_4": 4, - "decreasing_quality_8": 8, - "decreasing_quality_9": 9, - "decreasing_quality_10": 10, - "lowest_quality": 12, - "not_useful_low_quality": 13, - "L1B_data_faulty": 14, - "not_useful_other_reason": 15 - }, - "aerosol_quantity": { - "bits": [6, 7], - "climatology": 0, - "low": 1, - "intermediate": 2, - "high": 3 - }, - "adjacent_cloud_detected": { - "bits": [8], - "no": 0, - "yes": 1 - }, - "atmosphere_BRDF_correction": { - "bits": [9], - "no": 0, - "yes": 1 - }, - "mixed_clouds": { - "bits": [10], - "no": 0, - "yes": 1 - }, - "land_water_mask": { - "bits": [11, 12, 13], - "shallow_ocean": 0, - "land": 1, - "ocean_coastlines_lake_shorelines": 2, - "shallow_inland_water": 3, - "ephemeral_water": 4, - "deep_inland_water": 5, - "moderate_continental_ocean": 6, - "deep_ocean": 7 - }, - "possible_snow_ice": { - "bits": [14], - "no": 0, - "yes": 1 - }, - "possible_shadow": { - "bits": [15], - "no": 0, - "yes": 1 - } - } - }, - "DayOfYear": { - "band_number": 11, - "description": "Julian day of year", - "min": 1, - "max": 366 - }, - "SummaryQA": { - "band_number": 12, - "description": "Quality reliability of VI pixel", - "bitmask": { - "VI_quality": { - "bits": [0, 1], - "good_data": 0, - "marginal_data": 1, - "snow_ice": 2, - "cloud_covered": 3 - } - } - } - } - } -} diff --git a/config/myd13q1_usgs.json b/config/myd13q1_usgs.json deleted file mode 100644 index bdc0952..0000000 --- a/config/myd13q1_usgs.json +++ /dev/null @@ -1,137 +0,0 @@ -{ - "myd13q1_aqua": { - "collection": "Aqua MODIS", - "source": "USGS LPDAAC", - "source_link": "https://lpdaac.usgs.gov/products/myd13q1v061/", - "description": "MYD13Q1 v061 MODIS/Aqua Vegetation Indices 16-Day L3 Global 250 m", - "coverage": { - "description": "Global", - "bounding_box": { - "min_longitude": -180.0000, - "min_latitude": -82.3089, - "max_longitude": 180.0000, - "max_latitude": 89.6831 - } - }, - "period": { - "start_year": 2000, - "end_year": 2023 - }, - "coordinate_system": "SR-ORG:6974", - "spatial_resolution": "250m", - "temporal_resolution": "16 days", - "format": "HDF-EOS", - "cdm_data_type": "GRID", - "s3_bucket_base": "", - "notes": "This datasets downloaded from USGS website", - "references": "https://doi.org/10.5067/MODIS/MYD13Q1.061", - "datasets": { - "NDVI": { - "band_number": 1, - "description": "Normalized Difference Vegetation Index", - "scale_factor": 0.0001, - "offset": 0.0, - "min": -2000, - "max": 10000 - }, - "EVI": { - "band_number": 2, - "description": "Enhanced Vegetation Index", - "scale_factor": 0.0001, - "offset": 0.0, - "min": -2000, - "max": 10000 - }, - "VIQuality": { - "band_number": 3, - "description": "VI quality indicators", - "bitmask": { - "VI_quality": { - "bits": [0, 1], - "vi_produced_with_good_quality": 00, - "vi_produced_but_check_other_QA ": 01, - "pixel_produced_but_most_probably_cloudy": 10, - "pixel_not_produced_due_to_other_reasons_than_clouds": 11 - }, - "VI_usefulness": { - "bits": [2, 3, 4, 5], - "highest_quality": 0000, - "lower_quality": 0001, - "decreasing_quality_1": 0010, - "decreasing_quality_2": 0100, - "decreasing_quality_3": 1000, - "decreasing_quality_4": 1001, - "decreasing_quality_5": 1010, - "lowest_quality": 1100, - "not_useful_low_quality": 1101, - "L1B_data_faulty": 1110, - "not_useful_other_reason": 1111 - }, - "aerosol_quantity": { - "bits": [6, 7], - "climatology": 00, - "low": 01, - "intermediate": 10, - "high": 11 - }, - "adjacent_cloud_detected": { - "bits": [8], - "no": 0, - "yes": 1 - }, - "atmosphere_BRDF_correction": { - "bits": [9], - "no": 0, - "yes": 1 - }, - "mixed_clouds": { - "bits": [10], - "no": 0, - "yes": 1 - }, - "land_water_mask": { - "bits": [11, 12, 13], - "shallow_ocean": 00, - "land": 01, - "ocean_coastlines_lake_shorelines": 010, - "shallow_inland_water": 011, - "ephemeral_water": 100, - "deep_inland_water": 101, - "moderate_continental_ocean": 110, - "deep_ocean": 111 - }, - "possible_snow_ice": { - "bits": [14], - "no": 0, - "yes": 1 - }, - "possible_shadow": { - "bits": [15], - "no": 0, - "yes": 1 - } - } - }, - "DayOfYear": { - "band_number": 11, - "description": "Day of year VI pixel", - "min": 1, - "max": 366 - }, - "PixelReliability": { - "band_number": 12, - "description": "Pixel reliability", - "bitmask": { - "pixel_reliability": { - "bits": [0, 1, 2, 3], - "fill_no_data": -1, - "good_data": 0, - "marginal_data": 1, - "snow_ice": 2, - "cloudy": 3 - } - } - } - } - } -} diff --git a/config/terraclimate_aet.json b/config/terraclimate_aet.json deleted file mode 100644 index 05d58a0..0000000 --- a/config/terraclimate_aet.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "aet": { - "source": "TerraClimate", - "source_link": "https://www.climatologylab.org/terraclimate.html", - "description": "Actual Evapotranspiration", - "coverage": { - "description": "Global", - "bounding_box": { - "min_longitude": -180, - "min_latitude": -90, - "max_longitude": 180, - "max_latitude": 90 - } - }, - "period": { - "start_year": 1958, - "end_year": 2022 - }, - "coordinate_system": "EPSG:4326", - "spatial_resolution": "4km", - "temporal_resolution": "monthly", - "file_structure": { - "frequency": "annual", - "content": "Each file contains monthly data for one year", - "naming_convention": "TerraClimate_aet_yyyy.nc" - }, - "format": "NetCDF", - "NetCDF": { - "standard_name": "water_evaporation_amount", - "packed": "yes", - "scale_factor": 0.1, - "offset": 0.0 - }, - "units": "mm", - "missing_value": -32768, - "cdm_data_type": "GRID", - "s3_bucket_base": "s3://wbgdecinternal-ntl/climate/data/terraclimate/aet", - "notes": "This datasets downloaded from TerraClimate website", - "references": "https://doi.org/10.1038/sdata.2017.191" - } -} \ No newline at end of file diff --git a/config/terraclimate_def.json b/config/terraclimate_def.json deleted file mode 100644 index e895599..0000000 --- a/config/terraclimate_def.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "def": { - "source": "TerraClimate", - "source_link": "https://www.climatologylab.org/terraclimate.html", - "description": "Climatic Water Deficit", - "coverage": { - "description": "Global", - "bounding_box": { - "min_longitude": -180, - "min_latitude": -90, - "max_longitude": 180, - "max_latitude": 90 - } - }, - "period": { - "start_year": 1958, - "end_year": 2022 - }, - "coordinate_system": "EPSG:4326", - "spatial_resolution": "4km", - "temporal_resolution": "monthly", - "file_structure": { - "frequency": "annual", - "content": "Each file contains monthly data for one year", - "naming_convention": "TerraClimate_def_yyyy.nc" - }, - "format": "NetCDF", - "NetCDF": { - "standard_name": "water_potential_evaporation_amount_minus_water_evaporation_amount", - "packed": "yes", - "scale_factor": 0.1, - "offset": 0.0 - }, - "units": "mm", - "missing_value": -32768, - "cdm_data_type": "GRID", - "s3_bucket_base": "s3://wbgdecinternal-ntl/climate/data/terraclimate/def", - "notes": "This datasets downloaded from TerraClimate website", - "references": "https://doi.org/10.1038/sdata.2017.191" - } -} \ No newline at end of file diff --git a/config/terraclimate_pdsi.json b/config/terraclimate_pdsi.json deleted file mode 100644 index 661fb44..0000000 --- a/config/terraclimate_pdsi.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "pdsi": { - "source": "TerraClimate", - "source_link": "https://www.climatologylab.org/terraclimate.html", - "description": "Palmer Drought Severity Index", - "coverage": { - "description": "Global", - "bounding_box": { - "min_longitude": -180, - "min_latitude": -90, - "max_longitude": 180, - "max_latitude": 90 - } - }, - "period": { - "start_year": 1958, - "end_year": 2022 - }, - "coordinate_system": "EPSG:4326", - "spatial_resolution": "4km", - "temporal_resolution": "monthly", - "file_structure": { - "frequency": "annual", - "content": "Each file contains monthly data for one year", - "naming_convention": "TerraClimate_PDSI_yyyy.nc" - }, - "format": "NetCDF", - "NetCDF": { - "standard_name": "palmer_drought_severity_index", - "packed": "yes", - "scale_factor": 0.01, - "offset": -45.0 - }, - "units": "unitless", - "missing_value": -32768, - "cdm_data_type": "GRID", - "s3_bucket_base": "s3://wbgdecinternal-ntl/climate/data/terraclimate/pdsi", - "notes": "This datasets downloaded from TerraClimate website", - "references": "https://doi.org/10.1038/sdata.2017.191" - } -} \ No newline at end of file diff --git a/config/terraclimate_pet.json b/config/terraclimate_pet.json deleted file mode 100644 index a698651..0000000 --- a/config/terraclimate_pet.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "pet": { - "source": "TerraClimate", - "source_link": "https://www.climatologylab.org/terraclimate.html", - "description": "Reference Evapotranspiration", - "coverage": { - "description": "Global", - "bounding_box": { - "min_longitude": -180, - "min_latitude": -90, - "max_longitude": 180, - "max_latitude": 90 - } - }, - "period": { - "start_year": 1958, - "end_year": 2022 - }, - "coordinate_system": "EPSG:4326", - "spatial_resolution": "4km", - "temporal_resolution": "monthly", - "file_structure": { - "frequency": "annual", - "content": "Each file contains monthly data for one year", - "naming_convention": "TerraClimate_pet_yyyy.nc" - }, - "format": "NetCDF", - "NetCDF": { - "standard_name": "water_potential_evaporation_amount", - "packed": "yes", - "scale_factor": 0.1, - "offset": 0.0 - }, - "units": "mm", - "missing_value": -32768, - "cdm_data_type": "GRID", - "s3_bucket_base": "s3://wbgdecinternal-ntl/climate/data/terraclimate/pet", - "notes": "This datasets downloaded from TerraClimate website", - "references": "https://doi.org/10.1038/sdata.2017.191" - } -} \ No newline at end of file diff --git a/config/terraclimate_ppt.json b/config/terraclimate_ppt.json deleted file mode 100644 index 1ea4e89..0000000 --- a/config/terraclimate_ppt.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "ppt": { - "source": "TerraClimate", - "source_link": "https://www.climatologylab.org/terraclimate.html", - "description": "Accumulated Precipitation", - "coverage": { - "description": "Global", - "bounding_box": { - "min_longitude": -180, - "min_latitude": -90, - "max_longitude": 180, - "max_latitude": 90 - } - }, - "period": { - "start_year": 1958, - "end_year": 2022 - }, - "coordinate_system": "EPSG:4326", - "spatial_resolution": "4km", - "temporal_resolution": "monthly", - "file_structure": { - "frequency": "annual", - "content": "Each file contains monthly data for one year", - "naming_convention": "TerraClimate_ppt_yyyy.nc" - }, - "format": "NetCDF", - "NetCDF": { - "standard_name": "precipitation_amount", - "packed": "yes", - "scale_factor": 0.1, - "offset": 0.0 - }, - "units": "mm", - "missing_value": -2147483648, - "cdm_data_type": "GRID", - "s3_bucket_base": "s3://wbgdecinternal-ntl/climate/data/terraclimate/ppt", - "notes": "This datasets downloaded from TerraClimate website", - "references": "https://doi.org/10.1038/sdata.2017.191" - } -} \ No newline at end of file diff --git a/config/terraclimate_q.json b/config/terraclimate_q.json deleted file mode 100644 index 1ddf800..0000000 --- a/config/terraclimate_q.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "q": { - "source": "TerraClimate", - "source_link": "https://www.climatologylab.org/terraclimate.html", - "description": "Runoff", - "coverage": { - "description": "Global", - "bounding_box": { - "min_longitude": -180, - "min_latitude": -90, - "max_longitude": 180, - "max_latitude": 90 - } - }, - "period": { - "start_year": 1958, - "end_year": 2022 - }, - "coordinate_system": "EPSG:4326", - "spatial_resolution": "4km", - "temporal_resolution": "monthly", - "file_structure": { - "frequency": "annual", - "content": "Each file contains monthly data for one year", - "naming_convention": "TerraClimate_q_yyyy.nc" - }, - "format": "NetCDF", - "NetCDF": { - "standard_name": "runoff_amount", - "packed": "yes", - "scale_factor": 0.1, - "offset": 0.0 - }, - "units": "mm", - "missing_value": -2147483648, - "cdm_data_type": "GRID", - "s3_bucket_base": "s3://wbgdecinternal-ntl/climate/data/terraclimate/q", - "notes": "This datasets downloaded from TerraClimate website", - "references": "https://doi.org/10.1038/sdata.2017.191" - } -} \ No newline at end of file diff --git a/config/terraclimate_soil.json b/config/terraclimate_soil.json deleted file mode 100644 index ae33172..0000000 --- a/config/terraclimate_soil.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "soil": { - "source": "TerraClimate", - "source_link": "https://www.climatologylab.org/terraclimate.html", - "description": "Soil Moisture at End of Month", - "coverage": { - "description": "Global", - "bounding_box": { - "min_longitude": -180, - "min_latitude": -90, - "max_longitude": 180, - "max_latitude": 90 - } - }, - "period": { - "start_year": 1958, - "end_year": 2022 - }, - "coordinate_system": "EPSG:4326", - "spatial_resolution": "4km", - "temporal_resolution": "monthly", - "file_structure": { - "frequency": "annual", - "content": "Each file contains monthly data for one year", - "naming_convention": "TerraClimate_soil_yyyy.nc" - }, - "format": "NetCDF", - "NetCDF": { - "standard_name": "soil_moisture_content", - "packed": "yes", - "scale_factor": 0.1, - "offset": 0.0 - }, - "units": "mm", - "missing_value": -32768, - "cdm_data_type": "GRID", - "s3_bucket_base": "s3://wbgdecinternal-ntl/climate/data/terraclimate/soil", - "notes": "This datasets downloaded from TerraClimate website", - "references": "https://doi.org/10.1038/sdata.2017.191" - } -} \ No newline at end of file diff --git a/config/terraclimate_spei.json b/config/terraclimate_spei.json deleted file mode 100644 index daafa06..0000000 --- a/config/terraclimate_spei.json +++ /dev/null @@ -1,193 +0,0 @@ -{ - "spei": { - "source": "Derived from TerraClimate data", - "source_link": "https://www.climatologylab.org/terraclimate.html", - "description": "Standardized Precipitation Evapotranspiration Index", - "coverage": { - "description": "Global", - "bounding_box": { - "min_longitude": -180, - "min_latitude": -90, - "max_longitude": 180, - "max_latitude": 90 - } - }, - "period": { - "start_year": 1958, - "end_year": 2022 - }, - "coordinate_system": "EPSG:4326", - "spatial_resolution": "4km", - "temporal_resolution": "monthly", - "format": "GeoTIFF", - "units": "unitless", - "missing_value": "NaN", - "cdm_data_type": "GRID", - "s3_bucket_base": "s3://wbgdecinternal-ntl/climate/products/spei-terraclimate/geotiff", - "notes": "This datasets developed by GOST/DECAT/DEC Data Group of The World Bank", - "references": "https://doi.org/10.1038/sdata.2017.191", - "timescales": { - "1_month": { - "description": "1-month SPEI", - "s3_path": "spei01", - "naming_convention": "wld_cli_terraclimate_spei01_yyyymmdd.tif" - }, - "2_month": { - "description": "2-month SPEI", - "s3_path": "spei02", - "naming_convention": "wld_cli_terraclimate_spei02_yyyymmdd.tif" - }, - "3_month": { - "description": "3-month SPEI", - "s3_path": "spei03", - "naming_convention": "wld_cli_terraclimate_spei03_yyyymmdd.tif" - }, - "6_month": { - "description": "6-month SPEI", - "s3_path": "spei06", - "naming_convention": "wld_cli_terraclimate_spei06_yyyymmdd.tif" - }, - "9_month": { - "description": "9-month SPEI", - "s3_path": "spei09", - "naming_convention": "wld_cli_terraclimate_spei09_yyyymmdd.tif" - }, - "12_month": { - "description": "12-month SPEI", - "s3_path": "spei12", - "naming_convention": "wld_cli_terraclimate_spei12_yyyymmdd.tif" - }, - "18_month": { - "description": "18-month SPEI", - "s3_path": "spei18", - "naming_convention": "wld_cli_terraclimate_spei18_yyyymmdd.tif" - }, - "24_month": { - "description": "24-month SPEI", - "s3_path": "spei24", - "naming_convention": "wld_cli_terraclimate_spei24_yyyymmdd.tif" - }, - "36_month": { - "description": "36-month SPEI", - "s3_path": "spei36", - "naming_convention": "wld_cli_terraclimate_spei36_yyyymmdd.tif" - }, - "48_month": { - "description": "48-month SPEI", - "s3_path": "spei48", - "naming_convention": "wld_cli_terraclimate_spei48_yyyymmdd.tif" - }, - "60_month": { - "description": "60-month SPEI", - "s3_path": "spei60", - "naming_convention": "wld_cli_terraclimate_spei60_yyyymmdd.tif" - }, - "72_month": { - "description": "72-month SPEI", - "s3_path": "spei72", - "naming_convention": "wld_cli_terraclimate_spei72_yyyymmdd.tif" - } - }, - "symbology": [ - { - "class": "Exceptionally Dry", - "threshold": { - "min": -3.09, - "max": -2.00 - }, - "hex": "#760005", - "rgb": "rgb(118, 0, 5)" - }, - { - "class": "Extremely Dry", - "threshold": { - "min": -2.00, - "max": -1.50 - }, - "hex": "#ec0013", - "rgb": "rgb(236, 0, 19)" - }, - { - "class": "Severely Dry", - "threshold": { - "min": -1.50, - "max": -1.20 - }, - "hex": "#ffa938", - "rgb": "rgb(255, 169, 56)" - }, - { - "class": "Moderately Dry", - "threshold": { - "min": -1.20, - "max": -0.70 - }, - "hex": "#fdd28a", - "rgb": "rgb(253, 210, 138)" - }, - { - "class": "Abnormally Dry", - "threshold": { - "min": -0.70, - "max": -0.50 - }, - "hex": "#fefe53", - "rgb": "rgb(254, 254, 83)" - }, - { - "class": "Near Normal", - "threshold": { - "min": -0.50, - "max": 0.50 - }, - "hex": "#ffffff", - "rgb": "rgb(255, 255, 255)" - }, - { - "class": "Abnormally Moist", - "threshold": { - "min": 0.50, - "max": 0.70 - }, - "hex": "#a2fd6e", - "rgb": "rgb(162, 253, 110)" - }, - { - "class": "Moderately Moist", - "threshold": { - "min": 0.70, - "max": 1.20 - }, - "hex": "#00b44a", - "rgb": "rgb(0, 180, 74)" - }, - { - "class": "Very Moist", - "threshold": { - "min": 1.20, - "max": 1.50 - }, - "hex": "#008180", - "rgb": "rgb(0, 129, 128)" - }, - { - "class": "Extremely Moist", - "threshold": { - "min": 1.50, - "max": 2.00 - }, - "hex": "#2a23eb", - "rgb": "rgb(42, 35, 235)" - }, - { - "class": "Exceptionally Moist", - "threshold": { - "min": 2.00, - "max": 3.09 - }, - "hex": "#a21fec", - "rgb": "rgb(162, 31, 236)" - } - ] - } -} \ No newline at end of file diff --git a/config/terraclimate_spi.json b/config/terraclimate_spi.json deleted file mode 100644 index 9b1fb75..0000000 --- a/config/terraclimate_spi.json +++ /dev/null @@ -1,193 +0,0 @@ -{ - "spi": { - "source": "Derived from TerraClimate data", - "source_link": "https://www.climatologylab.org/terraclimate.html", - "description": "Standardized Precipitation Index", - "coverage": { - "description": "Global", - "bounding_box": { - "min_longitude": -180, - "min_latitude": -90, - "max_longitude": 180, - "max_latitude": 90 - } - }, - "period": { - "start_year": 1958, - "end_year": 2022 - }, - "coordinate_system": "EPSG:4326", - "spatial_resolution": "4km", - "temporal_resolution": "monthly", - "format": "GeoTIFF", - "units": "unitless", - "missing_value": "NaN", - "cdm_data_type": "GRID", - "s3_bucket_base": "s3://wbgdecinternal-ntl/climate/products/spi-terraclimate/geotiff", - "notes": "This datasets developed by GOST/DECAT/DEC Data Group of The World Bank", - "references": "https://doi.org/10.1038/sdata.2017.191", - "timescales": { - "1_month": { - "description": "1-month SPI", - "s3_path": "spi01", - "naming_convention": "wld_cli_terraclimate_spi01_yyyymmdd.tif" - }, - "2_month": { - "description": "2-month SPI", - "s3_path": "spi02", - "naming_convention": "wld_cli_terraclimate_spi02_yyyymmdd.tif" - }, - "3_month": { - "description": "3-month SPI", - "s3_path": "spi03", - "naming_convention": "wld_cli_terraclimate_spi03_yyyymmdd.tif" - }, - "6_month": { - "description": "6-month SPI", - "s3_path": "spi06", - "naming_convention": "wld_cli_terraclimate_spi06_yyyymmdd.tif" - }, - "9_month": { - "description": "9-month SPI", - "s3_path": "spi09", - "naming_convention": "wld_cli_terraclimate_spi09_yyyymmdd.tif" - }, - "12_month": { - "description": "12-month SPI", - "s3_path": "spi12", - "naming_convention": "wld_cli_terraclimate_spi12_yyyymmdd.tif" - }, - "18_month": { - "description": "18-month SPI", - "s3_path": "spi18", - "naming_convention": "wld_cli_terraclimate_spi18_yyyymmdd.tif" - }, - "24_month": { - "description": "24-month SPI", - "s3_path": "spi24", - "naming_convention": "wld_cli_terraclimate_spi24_yyyymmdd.tif" - }, - "36_month": { - "description": "36-month SPI", - "s3_path": "spi36", - "naming_convention": "wld_cli_terraclimate_spi36_yyyymmdd.tif" - }, - "48_month": { - "description": "48-month SPI", - "s3_path": "spi48", - "naming_convention": "wld_cli_terraclimate_spi48_yyyymmdd.tif" - }, - "60_month": { - "description": "60-month SPI", - "s3_path": "spi60", - "naming_convention": "wld_cli_terraclimate_spi60_yyyymmdd.tif" - }, - "72_month": { - "description": "72-month SPI", - "s3_path": "spi72", - "naming_convention": "wld_cli_terraclimate_spi72_yyyymmdd.tif" - } - }, - "symbology": [ - { - "class": "Exceptionally Dry", - "threshold": { - "min": -3.09, - "max": -2.00 - }, - "hex": "#760005", - "rgb": "rgb(118, 0, 5)" - }, - { - "class": "Extremely Dry", - "threshold": { - "min": -2.00, - "max": -1.50 - }, - "hex": "#ec0013", - "rgb": "rgb(236, 0, 19)" - }, - { - "class": "Severely Dry", - "threshold": { - "min": -1.50, - "max": -1.20 - }, - "hex": "#ffa938", - "rgb": "rgb(255, 169, 56)" - }, - { - "class": "Moderately Dry", - "threshold": { - "min": -1.20, - "max": -0.70 - }, - "hex": "#fdd28a", - "rgb": "rgb(253, 210, 138)" - }, - { - "class": "Abnormally Dry", - "threshold": { - "min": -0.70, - "max": -0.50 - }, - "hex": "#fefe53", - "rgb": "rgb(254, 254, 83)" - }, - { - "class": "Near Normal", - "threshold": { - "min": -0.50, - "max": 0.50 - }, - "hex": "#ffffff", - "rgb": "rgb(255, 255, 255)" - }, - { - "class": "Abnormally Moist", - "threshold": { - "min": 0.50, - "max": 0.70 - }, - "hex": "#a2fd6e", - "rgb": "rgb(162, 253, 110)" - }, - { - "class": "Moderately Moist", - "threshold": { - "min": 0.70, - "max": 1.20 - }, - "hex": "#00b44a", - "rgb": "rgb(0, 180, 74)" - }, - { - "class": "Very Moist", - "threshold": { - "min": 1.20, - "max": 1.50 - }, - "hex": "#008180", - "rgb": "rgb(0, 129, 128)" - }, - { - "class": "Extremely Moist", - "threshold": { - "min": 1.50, - "max": 2.00 - }, - "hex": "#2a23eb", - "rgb": "rgb(42, 35, 235)" - }, - { - "class": "Exceptionally Moist", - "threshold": { - "min": 2.00, - "max": 3.09 - }, - "hex": "#a21fec", - "rgb": "rgb(162, 31, 236)" - } - ] - } -} \ No newline at end of file diff --git a/config/terraclimate_srad.json b/config/terraclimate_srad.json deleted file mode 100644 index 97bfe98..0000000 --- a/config/terraclimate_srad.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "srad": { - "source": "TerraClimate", - "source_link": "https://www.climatologylab.org/terraclimate.html", - "description": "Downward Shortwave Radiation Flux at the Surface", - "coverage": { - "description": "Global", - "bounding_box": { - "min_longitude": -180, - "min_latitude": -90, - "max_longitude": 180, - "max_latitude": 90 - } - }, - "period": { - "start_year": 1958, - "end_year": 2022 - }, - "coordinate_system": "EPSG:4326", - "spatial_resolution": "4km", - "temporal_resolution": "monthly", - "file_structure": { - "frequency": "annual", - "content": "Each file contains monthly data for one year", - "naming_convention": "TerraClimate_srad_yyyy.nc" - }, - "format": "NetCDF", - "NetCDF": { - "standard_name": "downwelling_shortwave_flux_in_air", - "packed": "yes", - "scale_factor": 0.1, - "offset": 0.0 - }, - "units": "W/m^2", - "missing_value": -32768, - "cdm_data_type": "GRID", - "s3_bucket_base": "s3://wbgdecinternal-ntl/climate/data/terraclimate/srad", - "notes": "This datasets downloaded from TerraClimate website", - "references": "https://doi.org/10.1038/sdata.2017.191" - } -} \ No newline at end of file diff --git a/config/terraclimate_swe.json b/config/terraclimate_swe.json deleted file mode 100644 index 6b6ae12..0000000 --- a/config/terraclimate_swe.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "swe": { - "source": "TerraClimate", - "source_link": "https://www.climatologylab.org/terraclimate.html", - "description": "Snow Water Equivalent at End of Month", - "coverage": { - "description": "Global", - "bounding_box": { - "min_longitude": -180, - "min_latitude": -90, - "max_longitude": 180, - "max_latitude": 90 - } - }, - "period": { - "start_year": 1958, - "end_year": 2022 - }, - "coordinate_system": "EPSG:4326", - "spatial_resolution": "4km", - "temporal_resolution": "monthly", - "file_structure": { - "frequency": "annual", - "content": "Each file contains monthly data for one year", - "naming_convention": "TerraClimate_swe_yyyy.nc" - }, - "format": "NetCDF", - "NetCDF": { - "standard_name": "liquid_water_content_of_surface_snow", - "packed": "yes", - "scale_factor": 0.1, - "offset": 0.0 - }, - "units": "mm", - "missing_value": -2147483648, - "cdm_data_type": "GRID", - "s3_bucket_base": "s3://wbgdecinternal-ntl/climate/data/terraclimate/swe", - "notes": "This datasets downloaded from TerraClimate website", - "references": "https://doi.org/10.1038/sdata.2017.191" - } -} \ No newline at end of file diff --git a/config/terraclimate_tas.json b/config/terraclimate_tas.json deleted file mode 100644 index 8532b9a..0000000 --- a/config/terraclimate_tas.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "tas": { - "source": "TerraClimate", - "source_link": "https://www.climatologylab.org/terraclimate.html", - "description": "Mean 2-m Temperature", - "coverage": { - "description": "Global", - "bounding_box": { - "min_longitude": -180, - "min_latitude": -90, - "max_longitude": 180, - "max_latitude": 90 - } - }, - "period": { - "start_year": 1958, - "end_year": 2022 - }, - "coordinate_system": "EPSG:4326", - "spatial_resolution": "4km", - "temporal_resolution": "monthly", - "file_structure": { - "frequency": "annual", - "content": "Each file contains monthly data for one year", - "naming_convention": "TerraClimate_tas_yyyy.nc" - }, - "format": "NetCDF", - "NetCDF": { - "standard_name": "air_temperature", - "packed": "yes", - "scale_factor": 0.01, - "offset": 0.0 - }, - "units": "degC", - "missing_value": -32768, - "cdm_data_type": "GRID", - "s3_bucket_base": "s3://wbgdecinternal-ntl/climate/data/terraclimate/tas", - "notes": "This datasets calculated from tmax and tmin by GOST/DECAT/DEC Data Group of The World Bank", - "references": "https://doi.org/10.1038/sdata.2017.191" - } -} \ No newline at end of file diff --git a/config/terraclimate_tmax.json b/config/terraclimate_tmax.json deleted file mode 100644 index 26669b7..0000000 --- a/config/terraclimate_tmax.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "tmax": { - "source": "TerraClimate", - "source_link": "https://www.climatologylab.org/terraclimate.html", - "description": "Maximum 2-m Temperature", - "coverage": { - "description": "Global", - "bounding_box": { - "min_longitude": -180, - "min_latitude": -90, - "max_longitude": 180, - "max_latitude": 90 - } - }, - "period": { - "start_year": 1958, - "end_year": 2022 - }, - "coordinate_system": "EPSG:4326", - "spatial_resolution": "4km", - "temporal_resolution": "monthly", - "file_structure": { - "frequency": "annual", - "content": "Each file contains monthly data for one year", - "naming_convention": "TerraClimate_tmax_yyyy.nc" - }, - "format": "NetCDF", - "NetCDF": { - "standard_name": "air_temperature", - "packed": "yes", - "scale_factor": 0.01, - "offset": -99.0 - }, - "units": "degC", - "missing_value": -32768, - "cdm_data_type": "GRID", - "s3_bucket_base": "s3://wbgdecinternal-ntl/climate/data/terraclimate/tmax", - "notes": "This datasets downloaded from TerraClimate website", - "references": "https://doi.org/10.1038/sdata.2017.191" - } -} \ No newline at end of file diff --git a/config/terraclimate_tmin.json b/config/terraclimate_tmin.json deleted file mode 100644 index b192ae4..0000000 --- a/config/terraclimate_tmin.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "tmin": { - "source": "TerraClimate", - "source_link": "https://www.climatologylab.org/terraclimate.html", - "description": "Minimum 2-m Temperature", - "coverage": { - "description": "Global", - "bounding_box": { - "min_longitude": -180, - "min_latitude": -90, - "max_longitude": 180, - "max_latitude": 90 - } - }, - "period": { - "start_year": 1958, - "end_year": 2022 - }, - "coordinate_system": "EPSG:4326", - "spatial_resolution": "4km", - "temporal_resolution": "monthly", - "file_structure": { - "frequency": "annual", - "content": "Each file contains monthly data for one year", - "naming_convention": "TerraClimate_tmin_yyyy.nc" - }, - "format": "NetCDF", - "NetCDF": { - "standard_name": "air_temperature", - "packed": "yes", - "scale_factor": 0.01, - "offset": -99.0 - }, - "units": "degC", - "missing_value": -32768, - "cdm_data_type": "GRID", - "s3_bucket_base": "s3://wbgdecinternal-ntl/climate/data/terraclimate/tmin", - "notes": "This datasets downloaded from TerraClimate website", - "references": "https://doi.org/10.1038/sdata.2017.191" - } -} \ No newline at end of file diff --git a/config/terraclimate_vap.json b/config/terraclimate_vap.json deleted file mode 100644 index 1f3bddc..0000000 --- a/config/terraclimate_vap.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "vap": { - "source": "TerraClimate", - "source_link": "https://www.climatologylab.org/terraclimate.html", - "description": "2-m Vapor Pressure", - "coverage": { - "description": "Global", - "bounding_box": { - "min_longitude": -180, - "min_latitude": -90, - "max_longitude": 180, - "max_latitude": 90 - } - }, - "period": { - "start_year": 1958, - "end_year": 2022 - }, - "coordinate_system": "EPSG:4326", - "spatial_resolution": "4km", - "temporal_resolution": "monthly", - "file_structure": { - "frequency": "annual", - "content": "Each file contains monthly data for one year", - "naming_convention": "TerraClimate_vap_yyyy.nc" - }, - "format": "NetCDF", - "NetCDF": { - "standard_name": "water_vapor_partial_pressure_in_air", - "packed": "yes", - "scale_factor": 0.001, - "offset": 0.0 - }, - "units": "kPa", - "missing_value": -32768, - "cdm_data_type": "GRID", - "s3_bucket_base": "s3://wbgdecinternal-ntl/climate/data/terraclimate/vap", - "notes": "This datasets downloaded from TerraClimate website", - "references": "https://doi.org/10.1038/sdata.2017.191" - } -} \ No newline at end of file diff --git a/config/terraclimate_vpd.json b/config/terraclimate_vpd.json deleted file mode 100644 index 4ac5e67..0000000 --- a/config/terraclimate_vpd.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "vpd": { - "source": "TerraClimate", - "source_link": "https://www.climatologylab.org/terraclimate.html", - "description": "Vapor Pressure Deficit", - "coverage": { - "description": "Global", - "bounding_box": { - "min_longitude": -180, - "min_latitude": -90, - "max_longitude": 180, - "max_latitude": 90 - } - }, - "period": { - "start_year": 1958, - "end_year": 2022 - }, - "coordinate_system": "EPSG:4326", - "spatial_resolution": "4km", - "temporal_resolution": "monthly", - "file_structure": { - "frequency": "annual", - "content": "Each file contains monthly data for one year", - "naming_convention": "TerraClimate_vpd_yyyy.nc" - }, - "format": "NetCDF", - "NetCDF": { - "standard_name": "vapor_pressure_deficit", - "packed": "yes", - "scale_factor": 0.01, - "offset": 0.0 - }, - "units": "kPa", - "missing_value": -32768, - "cdm_data_type": "GRID", - "s3_bucket_base": "s3://wbgdecinternal-ntl/climate/data/terraclimate/vpd", - "notes": "This datasets downloaded from TerraClimate website", - "references": "https://doi.org/10.1038/sdata.2017.191" - } -} \ No newline at end of file diff --git a/config/terraclimate_ws.json b/config/terraclimate_ws.json deleted file mode 100644 index 364470c..0000000 --- a/config/terraclimate_ws.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "ws": { - "source": "TerraClimate", - "source_link": "https://www.climatologylab.org/terraclimate.html", - "description": "Wind Speed at 10-m", - "coverage": { - "description": "Global", - "bounding_box": { - "min_longitude": -180, - "min_latitude": -90, - "max_longitude": 180, - "max_latitude": 90 - } - }, - "period": { - "start_year": 1958, - "end_year": 2022 - }, - "coordinate_system": "EPSG:4326", - "spatial_resolution": "4km", - "temporal_resolution": "monthly", - "file_structure": { - "frequency": "annual", - "content": "Each file contains monthly data for one year", - "naming_convention": "TerraClimate_ws_yyyy.nc" - }, - "format": "NetCDF", - "NetCDF": { - "standard_name": "wind_speed", - "packed": "yes", - "scale_factor": 0.01, - "offset": 0.0 - }, - "units": "m/s", - "missing_value": -32768, - "cdm_data_type": "GRID", - "s3_bucket_base": "s3://wbgdecinternal-ntl/climate/data/terraclimate/ws", - "notes": "This datasets downloaded from TerraClimate website", - "references": "https://doi.org/10.1038/sdata.2017.191" - } -} \ No newline at end of file diff --git a/config/README.md b/data/config/README.md similarity index 100% rename from config/README.md rename to data/config/README.md diff --git a/data/config/chirps_rainfall_differenceanomaly_1month_tif.json b/data/config/chirps_rainfall_differenceanomaly_1month_tif.json new file mode 100644 index 0000000..303b623 --- /dev/null +++ b/data/config/chirps_rainfall_differenceanomaly_1month_tif.json @@ -0,0 +1,28 @@ +{ + "source": "Derived from CHIRPS data", + "source_link": "https://www.chc.ucsb.edu/data/chirps", + "description": "Rolling 1-month rainfall difference anomaly", + "main_variable": "difference_anomaly", + "coverage_description": "Global", + "min_longitude": -180, + "min_latitude": -50, + "max_longitude": 180, + "max_latitude": 50, + "start_year": 1981, + "end_year": 2022, + "coordinate_system": "EPSG:4326", + "spatial_resolution": "0.05deg", + "temporal_resolution": "dekad", + "time_period": "1 month", + "data_packaging": "Single GeoTIFF per dekad", + "content_description": "Each GeoTIFF file contains the rainfall difference anomaly data over the previous 1 month, up to the date indicated in the filename", + "naming_convention": "wld_cli_chirps_diffanom_1mo_yyyymmdd.tif", + "naming_convention_explanation": "dd in filename represents the end of a dekad: 01 for the first dekad, 11 for the second, 21 for the third in a month", + "format": "GeoTIFF", + "units": "mm", + "missing_value": "NaN", + "cdm_data_type": "GRID", + "s3_bucket_base": "s3://wbgdecinternal-ntl/climate/products/rainfall-differenceanomaly-chirps/1month-movingby-dekad", + "notes": "This datasets developed by GOST/DECAT/DEC Data Group of The World Bank", + "references": "https://doi.org/10.1038/sdata.2015.66" +} \ No newline at end of file diff --git a/data/config/chirps_rainfall_ratioanomaly_12month_tif.json b/data/config/chirps_rainfall_ratioanomaly_12month_tif.json new file mode 100644 index 0000000..d476583 --- /dev/null +++ b/data/config/chirps_rainfall_ratioanomaly_12month_tif.json @@ -0,0 +1,29 @@ +{ + "source": "Derived from CHIRPS data", + "source_link": "https://www.chc.ucsb.edu/data/chirps", + "description": "Rolling 12-month rainfall ratio anomaly", + "main_variable": "ratio_anomaly", + "coverage_description": "Global", + "min_longitude": -180, + "min_latitude": -50, + "max_longitude": 180, + "max_latitude": 50, + "start_year": 1981, + "end_year": 2022, + "coordinate_system": "EPSG:4326", + "spatial_resolution": "0.05deg", + "temporal_resolution": "dekad", + "time_period": "12 months", + "data_packaging": "Single GeoTIFF per dekad", + "content_description": "Each GeoTIFF file contains the rainfall ratio anomaly data over the previous 12 months, up to the date indicated in the filename", + "naming_convention": "wld_cli_chirps_ratioanom_12mo_yyyymmdd.tif", + "naming_convention_explanation": "dd in filename represents the end of a dekad: 01 for the first dekad, 11 for the second, 21 for the third in a month", + "format": "GeoTIFF", + "units": "percent", + "missing_value": "NaN", + "classification_scheme": ["below_normal: <90%", "normal: 90-110%", "above_normal: >110%"], + "cdm_data_type": "GRID", + "s3_bucket_base": "s3://wbgdecinternal-ntl/climate/products/rainfall-ratioanomaly-chirps/12month-movingby-dekad", + "notes": "This datasets developed by GOST/DECAT/DEC Data Group of The World Bank", + "references": "https://doi.org/10.1038/sdata.2015.66" +} \ No newline at end of file diff --git a/data/config/chirps_rainfall_ratioanomaly_1month_tif.json b/data/config/chirps_rainfall_ratioanomaly_1month_tif.json new file mode 100644 index 0000000..eac9826 --- /dev/null +++ b/data/config/chirps_rainfall_ratioanomaly_1month_tif.json @@ -0,0 +1,29 @@ +{ + "source": "Derived from CHIRPS data", + "source_link": "https://www.chc.ucsb.edu/data/chirps", + "description": "Rolling 1-month rainfall ratio anomaly", + "main_variable": "ratio_anomaly", + "coverage_description": "Global", + "min_longitude": -180, + "min_latitude": -50, + "max_longitude": 180, + "max_latitude": 50, + "start_year": 1981, + "end_year": 2022, + "coordinate_system": "EPSG:4326", + "spatial_resolution": "0.05deg", + "temporal_resolution": "dekad", + "time_period": "1 month", + "data_packaging": "Single GeoTIFF per dekad", + "content_description": "Each GeoTIFF file contains the rainfall ratio anomaly data over the previous 1 month, up to the date indicated in the filename", + "naming_convention": "wld_cli_chirps_ratioanom_1mo_yyyymmdd.tif", + "naming_convention_explanation": "dd in filename represents the end of a dekad: 01 for the first dekad, 11 for the second, 21 for the third in a month", + "format": "GeoTIFF", + "units": "percent", + "missing_value": "NaN", + "classification_scheme": ["below_normal: <90%", "normal: 90-110%", "above_normal: >110%"], + "cdm_data_type": "GRID", + "s3_bucket_base": "s3://wbgdecinternal-ntl/climate/products/rainfall-ratioanomaly-chirps/1month-movingby-dekad", + "notes": "This datasets developed by GOST/DECAT/DEC Data Group of The World Bank", + "references": "https://doi.org/10.1038/sdata.2015.66" +} \ No newline at end of file diff --git a/data/config/chirps_rainfall_ratioanomaly_24month_tif.json b/data/config/chirps_rainfall_ratioanomaly_24month_tif.json new file mode 100644 index 0000000..c6b7570 --- /dev/null +++ b/data/config/chirps_rainfall_ratioanomaly_24month_tif.json @@ -0,0 +1,29 @@ +{ + "source": "Derived from CHIRPS data", + "source_link": "https://www.chc.ucsb.edu/data/chirps", + "description": "Rolling 24-month rainfall ratio anomaly", + "main_variable": "ratio_anomaly", + "coverage_description": "Global", + "min_longitude": -180, + "min_latitude": -50, + "max_longitude": 180, + "max_latitude": 50, + "start_year": 1981, + "end_year": 2022, + "coordinate_system": "EPSG:4326", + "spatial_resolution": "0.05deg", + "temporal_resolution": "dekad", + "time_period": "24 months", + "data_packaging": "Single GeoTIFF per dekad", + "content_description": "Each GeoTIFF file contains the rainfall ratio anomaly data over the previous 24 months, up to the date indicated in the filename", + "naming_convention": "wld_cli_chirps_ratioanom_24mo_yyyymmdd.tif", + "naming_convention_explanation": "dd in filename represents the end of a dekad: 01 for the first dekad, 11 for the second, 21 for the third in a month", + "format": "GeoTIFF", + "units": "percent", + "missing_value": "NaN", + "classification_scheme": ["below_normal: <90%", "normal: 90-110%", "above_normal: >110%"], + "cdm_data_type": "GRID", + "s3_bucket_base": "s3://wbgdecinternal-ntl/climate/products/rainfall-ratioanomaly-chirps/24month-movingby-dekad", + "notes": "This datasets developed by GOST/DECAT/DEC Data Group of The World Bank", + "references": "https://doi.org/10.1038/sdata.2015.66" +} \ No newline at end of file diff --git a/data/config/chirps_rainfall_ratioanomaly_3month_tif.json b/data/config/chirps_rainfall_ratioanomaly_3month_tif.json new file mode 100644 index 0000000..304d3c7 --- /dev/null +++ b/data/config/chirps_rainfall_ratioanomaly_3month_tif.json @@ -0,0 +1,29 @@ +{ + "source": "Derived from CHIRPS data", + "source_link": "https://www.chc.ucsb.edu/data/chirps", + "description": "Rolling 3-month rainfall ratio anomaly", + "main_variable": "ratio_anomaly", + "coverage_description": "Global", + "min_longitude": -180, + "min_latitude": -50, + "max_longitude": 180, + "max_latitude": 50, + "start_year": 1981, + "end_year": 2022, + "coordinate_system": "EPSG:4326", + "spatial_resolution": "0.05deg", + "temporal_resolution": "dekad", + "time_period": "3 months", + "data_packaging": "Single GeoTIFF per dekad", + "content_description": "Each GeoTIFF file contains the rainfall ratio anomaly data over the previous 3 months, up to the date indicated in the filename", + "naming_convention": "wld_cli_chirps_ratioanom_3mo_yyyymmdd.tif", + "naming_convention_explanation": "dd in filename represents the end of a dekad: 01 for the first dekad, 11 for the second, 21 for the third in a month", + "format": "GeoTIFF", + "units": "percent", + "missing_value": "NaN", + "classification_scheme": ["below_normal: <90%", "normal: 90-110%", "above_normal: >110%"], + "cdm_data_type": "GRID", + "s3_bucket_base": "s3://wbgdecinternal-ntl/climate/products/rainfall-ratioanomaly-chirps/3month-movingby-dekad", + "notes": "This datasets developed by GOST/DECAT/DEC Data Group of The World Bank", + "references": "https://doi.org/10.1038/sdata.2015.66" +} \ No newline at end of file diff --git a/data/config/chirps_rainfall_ratioanomaly_6month_tif.json b/data/config/chirps_rainfall_ratioanomaly_6month_tif.json new file mode 100644 index 0000000..757e80d --- /dev/null +++ b/data/config/chirps_rainfall_ratioanomaly_6month_tif.json @@ -0,0 +1,29 @@ +{ + "source": "Derived from CHIRPS data", + "source_link": "https://www.chc.ucsb.edu/data/chirps", + "description": "Rolling 6-month rainfall ratio anomaly", + "main_variable": "ratio_anomaly", + "coverage_description": "Global", + "min_longitude": -180, + "min_latitude": -50, + "max_longitude": 180, + "max_latitude": 50, + "start_year": 1981, + "end_year": 2022, + "coordinate_system": "EPSG:4326", + "spatial_resolution": "0.05deg", + "temporal_resolution": "dekad", + "time_period": "6 months", + "data_packaging": "Single GeoTIFF per dekad", + "content_description": "Each GeoTIFF file contains the rainfall ratio anomaly data over the previous 6 months, up to the date indicated in the filename", + "naming_convention": "wld_cli_chirps_ratioanom_6mo_yyyymmdd.tif", + "naming_convention_explanation": "dd in filename represents the end of a dekad: 01 for the first dekad, 11 for the second, 21 for the third in a month", + "format": "GeoTIFF", + "units": "percent", + "missing_value": "NaN", + "classification_scheme": ["below_normal: <90%", "normal: 90-110%", "above_normal: >110%"], + "cdm_data_type": "GRID", + "s3_bucket_base": "s3://wbgdecinternal-ntl/climate/products/rainfall-ratioanomaly-chirps/6month-movingby-dekad", + "notes": "This datasets developed by GOST/DECAT/DEC Data Group of The World Bank", + "references": "https://doi.org/10.1038/sdata.2015.66" +} \ No newline at end of file diff --git a/data/config/chirps_rainfall_ratioanomaly_9month_tif.json b/data/config/chirps_rainfall_ratioanomaly_9month_tif.json new file mode 100644 index 0000000..2e9aa4b --- /dev/null +++ b/data/config/chirps_rainfall_ratioanomaly_9month_tif.json @@ -0,0 +1,29 @@ +{ + "source": "Derived from CHIRPS data", + "source_link": "https://www.chc.ucsb.edu/data/chirps", + "description": "Rolling 9-month rainfall ratio anomaly", + "main_variable": "ratio_anomaly", + "coverage_description": "Global", + "min_longitude": -180, + "min_latitude": -50, + "max_longitude": 180, + "max_latitude": 50, + "start_year": 1981, + "end_year": 2022, + "coordinate_system": "EPSG:4326", + "spatial_resolution": "0.05deg", + "temporal_resolution": "dekad", + "time_period": "9 months", + "data_packaging": "Single GeoTIFF per dekad", + "content_description": "Each GeoTIFF file contains the rainfall ratio anomaly data over the previous 9 months, up to the date indicated in the filename", + "naming_convention": "wld_cli_chirps_ratioanom_9mo_yyyymmdd.tif", + "naming_convention_explanation": "dd in filename represents the end of a dekad: 01 for the first dekad, 11 for the second, 21 for the third in a month", + "format": "GeoTIFF", + "units": "percent", + "missing_value": "NaN", + "classification_scheme": ["below_normal: <90%", "normal: 90-110%", "above_normal: >110%"], + "cdm_data_type": "GRID", + "s3_bucket_base": "s3://wbgdecinternal-ntl/climate/products/rainfall-ratioanomaly-chirps/9month-movingby-dekad", + "notes": "This datasets developed by GOST/DECAT/DEC Data Group of The World Bank", + "references": "https://doi.org/10.1038/sdata.2015.66" +} \ No newline at end of file diff --git a/data/config/chirps_rainfall_ratioanomaly_dekad_tif.json b/data/config/chirps_rainfall_ratioanomaly_dekad_tif.json new file mode 100644 index 0000000..e93dcef --- /dev/null +++ b/data/config/chirps_rainfall_ratioanomaly_dekad_tif.json @@ -0,0 +1,29 @@ +{ + "source": "Derived from CHIRPS data", + "source_link": "https://www.chc.ucsb.edu/data/chirps", + "description": "Dekad rainfall ratio anomaly", + "main_variable": "ratio_anomaly", + "coverage_description": "Global", + "min_longitude": -180, + "min_latitude": -50, + "max_longitude": 180, + "max_latitude": 50, + "start_year": 1981, + "end_year": 2022, + "coordinate_system": "EPSG:4326", + "spatial_resolution": "0.05deg", + "temporal_resolution": "dekad", + "time_period": "dekad", + "data_packaging": "Single GeoTIFF per dekad", + "content_description": "Each GeoTIFF file contains the rainfall ratio anomaly data over the previous dekad months, up to the date indicated in the filename", + "naming_convention": "wld_cli_chirps_ratioanom_dekad_yyyymmdd.tif", + "naming_convention_explanation": "dd in filename represents the end of a dekad: 01 for the first dekad, 11 for the second, 21 for the third in a month", + "format": "GeoTIFF", + "units": "percent", + "missing_value": "NaN", + "classification_scheme": ["below_normal: <90%", "normal: 90-110%", "above_normal: >110%"], + "cdm_data_type": "GRID", + "s3_bucket_base": "s3://wbgdecinternal-ntl/climate/products/rainfall-ratioanomaly-chirps/dekad", + "notes": "This datasets developed by GOST/DECAT/DEC Data Group of The World Bank", + "references": "https://doi.org/10.1038/sdata.2015.66" +} \ No newline at end of file diff --git a/data/config/chirps_spi01_tif.json b/data/config/chirps_spi01_tif.json new file mode 100644 index 0000000..84a68c1 --- /dev/null +++ b/data/config/chirps_spi01_tif.json @@ -0,0 +1,26 @@ +{ + "source": "Derived from CHIRPS data", + "source_link": "https://www.chc.ucsb.edu/data/chirps", + "description": "Standardized Precipitation Index (Gamma distribution), 1-month", + "main_variable": "spi_gamma_1_month", + "coverage_description": "Global", + "min_longitude": -180, + "min_latitude": -50, + "max_longitude": 180, + "max_latitude": 50, + "start_year": 1981, + "end_year": 2022, + "coordinate_system": "EPSG:4326", + "spatial_resolution": "0.05deg", + "temporal_resolution": "monthly", + "data_packaging": "Single GeoTIFF per month", + "content_description": "Each GeoTIFF file contains monthly SPI data spanning from 1981 to 2022", + "naming_convention": "wld_cli_chirps_spi01_yyyymmdd.tif", + "format": "GeoTIFF", + "units": "unitless", + "missing_value": "NaN", + "cdm_data_type": "GRID", + "s3_bucket_base": "s3://wbgdecinternal-ntl/climate/products/spi-chirps/geotiff/spi01", + "notes": "This datasets developed by GOST/DECAT/DEC Data Group of The World Bank", + "references": "https://doi.org/10.1038/sdata.2015.66" +} \ No newline at end of file diff --git a/data/config/chirps_spi02_tif.json b/data/config/chirps_spi02_tif.json new file mode 100644 index 0000000..b56a112 --- /dev/null +++ b/data/config/chirps_spi02_tif.json @@ -0,0 +1,26 @@ +{ + "source": "Derived from CHIRPS data", + "source_link": "https://www.chc.ucsb.edu/data/chirps", + "description": "Standardized Precipitation Index (Gamma distribution), 2-month", + "main_variable": "spi_gamma_2_month", + "coverage_description": "Global", + "min_longitude": -180, + "min_latitude": -50, + "max_longitude": 180, + "max_latitude": 50, + "start_year": 1981, + "end_year": 2022, + "coordinate_system": "EPSG:4326", + "spatial_resolution": "0.05deg", + "temporal_resolution": "monthly", + "data_packaging": "Single GeoTIFF per month", + "content_description": "Each GeoTIFF file contains monthly SPI data spanning from 1981 to 2022", + "naming_convention": "wld_cli_chirps_spi02_yyyymmdd.tif", + "format": "GeoTIFF", + "units": "unitless", + "missing_value": "NaN", + "cdm_data_type": "GRID", + "s3_bucket_base": "s3://wbgdecinternal-ntl/climate/products/spi-chirps/geotiff/spi02", + "notes": "This datasets developed by GOST/DECAT/DEC Data Group of The World Bank", + "references": "https://doi.org/10.1038/sdata.2015.66" +} \ No newline at end of file diff --git a/data/config/chirps_spi03_tif.json b/data/config/chirps_spi03_tif.json new file mode 100644 index 0000000..1fbd94c --- /dev/null +++ b/data/config/chirps_spi03_tif.json @@ -0,0 +1,26 @@ +{ + "source": "Derived from CHIRPS data", + "source_link": "https://www.chc.ucsb.edu/data/chirps", + "description": "Standardized Precipitation Index (Gamma distribution), 3-month", + "main_variable": "spi_gamma_3_month", + "coverage_description": "Global", + "min_longitude": -180, + "min_latitude": -50, + "max_longitude": 180, + "max_latitude": 50, + "start_year": 1981, + "end_year": 2022, + "coordinate_system": "EPSG:4326", + "spatial_resolution": "0.05deg", + "temporal_resolution": "monthly", + "data_packaging": "Single GeoTIFF per month", + "content_description": "Each GeoTIFF file contains monthly SPI data spanning from 1981 to 2022", + "naming_convention": "wld_cli_chirps_spi03_yyyymmdd.tif", + "format": "GeoTIFF", + "units": "unitless", + "missing_value": "NaN", + "cdm_data_type": "GRID", + "s3_bucket_base": "s3://wbgdecinternal-ntl/climate/products/spi-chirps/geotiff/spi03", + "notes": "This datasets developed by GOST/DECAT/DEC Data Group of The World Bank", + "references": "https://doi.org/10.1038/sdata.2015.66" +} \ No newline at end of file diff --git a/data/config/chirps_spi06_tif.json b/data/config/chirps_spi06_tif.json new file mode 100644 index 0000000..ddce490 --- /dev/null +++ b/data/config/chirps_spi06_tif.json @@ -0,0 +1,26 @@ +{ + "source": "Derived from CHIRPS data", + "source_link": "https://www.chc.ucsb.edu/data/chirps", + "description": "Standardized Precipitation Index (Gamma distribution), 6-month", + "main_variable": "spi_gamma_6_month", + "coverage_description": "Global", + "min_longitude": -180, + "min_latitude": -50, + "max_longitude": 180, + "max_latitude": 50, + "start_year": 1981, + "end_year": 2022, + "coordinate_system": "EPSG:4326", + "spatial_resolution": "0.05deg", + "temporal_resolution": "monthly", + "data_packaging": "Single GeoTIFF per month", + "content_description": "Each GeoTIFF file contains monthly SPI data spanning from 1981 to 2022", + "naming_convention": "wld_cli_chirps_spi06_yyyymmdd.tif", + "format": "GeoTIFF", + "units": "unitless", + "missing_value": "NaN", + "cdm_data_type": "GRID", + "s3_bucket_base": "s3://wbgdecinternal-ntl/climate/products/spi-chirps/geotiff/spi06", + "notes": "This datasets developed by GOST/DECAT/DEC Data Group of The World Bank", + "references": "https://doi.org/10.1038/sdata.2015.66" +} \ No newline at end of file diff --git a/data/config/chirps_spi09_tif.json b/data/config/chirps_spi09_tif.json new file mode 100644 index 0000000..27aaad5 --- /dev/null +++ b/data/config/chirps_spi09_tif.json @@ -0,0 +1,26 @@ +{ + "source": "Derived from CHIRPS data", + "source_link": "https://www.chc.ucsb.edu/data/chirps", + "description": "Standardized Precipitation Index (Gamma distribution), 9-month", + "main_variable": "spi_gamma_9_month", + "coverage_description": "Global", + "min_longitude": -180, + "min_latitude": -50, + "max_longitude": 180, + "max_latitude": 50, + "start_year": 1981, + "end_year": 2022, + "coordinate_system": "EPSG:4326", + "spatial_resolution": "0.05deg", + "temporal_resolution": "monthly", + "data_packaging": "Single GeoTIFF per month", + "content_description": "Each GeoTIFF file contains monthly SPI data spanning from 1981 to 2022", + "naming_convention": "wld_cli_chirps_spi09_yyyymmdd.tif", + "format": "GeoTIFF", + "units": "unitless", + "missing_value": "NaN", + "cdm_data_type": "GRID", + "s3_bucket_base": "s3://wbgdecinternal-ntl/climate/products/spi-chirps/geotiff/spi09", + "notes": "This datasets developed by GOST/DECAT/DEC Data Group of The World Bank", + "references": "https://doi.org/10.1038/sdata.2015.66" +} \ No newline at end of file diff --git a/data/config/chirps_spi12_tif.json b/data/config/chirps_spi12_tif.json new file mode 100644 index 0000000..e5a459f --- /dev/null +++ b/data/config/chirps_spi12_tif.json @@ -0,0 +1,26 @@ +{ + "source": "Derived from CHIRPS data", + "source_link": "https://www.chc.ucsb.edu/data/chirps", + "description": "Standardized Precipitation Index (Gamma distribution), 12-month", + "main_variable": "spi_gamma_12_month", + "coverage_description": "Global", + "min_longitude": -180, + "min_latitude": -50, + "max_longitude": 180, + "max_latitude": 50, + "start_year": 1981, + "end_year": 2022, + "coordinate_system": "EPSG:4326", + "spatial_resolution": "0.05deg", + "temporal_resolution": "monthly", + "data_packaging": "Single GeoTIFF per month", + "content_description": "Each GeoTIFF file contains monthly SPI data spanning from 1981 to 2022", + "naming_convention": "wld_cli_chirps_spi12_yyyymmdd.tif", + "format": "GeoTIFF", + "units": "unitless", + "missing_value": "NaN", + "cdm_data_type": "GRID", + "s3_bucket_base": "s3://wbgdecinternal-ntl/climate/products/spi-chirps/geotiff/spi12", + "notes": "This datasets developed by GOST/DECAT/DEC Data Group of The World Bank", + "references": "https://doi.org/10.1038/sdata.2015.66" +} \ No newline at end of file diff --git a/data/config/chirps_spi18_tif.json b/data/config/chirps_spi18_tif.json new file mode 100644 index 0000000..d8cd238 --- /dev/null +++ b/data/config/chirps_spi18_tif.json @@ -0,0 +1,26 @@ +{ + "source": "Derived from CHIRPS data", + "source_link": "https://www.chc.ucsb.edu/data/chirps", + "description": "Standardized Precipitation Index (Gamma distribution), 18-month", + "main_variable": "spi_gamma_18_month", + "coverage_description": "Global", + "min_longitude": -180, + "min_latitude": -50, + "max_longitude": 180, + "max_latitude": 50, + "start_year": 1981, + "end_year": 2022, + "coordinate_system": "EPSG:4326", + "spatial_resolution": "0.05deg", + "temporal_resolution": "monthly", + "data_packaging": "Single GeoTIFF per month", + "content_description": "Each GeoTIFF file contains monthly SPI data spanning from 1981 to 2022", + "naming_convention": "wld_cli_chirps_spi18_yyyymmdd.tif", + "format": "GeoTIFF", + "units": "unitless", + "missing_value": "NaN", + "cdm_data_type": "GRID", + "s3_bucket_base": "s3://wbgdecinternal-ntl/climate/products/spi-chirps/geotiff/spi18", + "notes": "This datasets developed by GOST/DECAT/DEC Data Group of The World Bank", + "references": "https://doi.org/10.1038/sdata.2015.66" +} \ No newline at end of file diff --git a/data/config/chirps_spi24_tif.json b/data/config/chirps_spi24_tif.json new file mode 100644 index 0000000..b5dd4ca --- /dev/null +++ b/data/config/chirps_spi24_tif.json @@ -0,0 +1,26 @@ +{ + "source": "Derived from CHIRPS data", + "source_link": "https://www.chc.ucsb.edu/data/chirps", + "description": "Standardized Precipitation Index (Gamma distribution), 24-month", + "main_variable": "spi_gamma_24_month", + "coverage_description": "Global", + "min_longitude": -180, + "min_latitude": -50, + "max_longitude": 180, + "max_latitude": 50, + "start_year": 1981, + "end_year": 2022, + "coordinate_system": "EPSG:4326", + "spatial_resolution": "0.05deg", + "temporal_resolution": "monthly", + "data_packaging": "Single GeoTIFF per month", + "content_description": "Each GeoTIFF file contains monthly SPI data spanning from 1981 to 2022", + "naming_convention": "wld_cli_chirps_spi24_yyyymmdd.tif", + "format": "GeoTIFF", + "units": "unitless", + "missing_value": "NaN", + "cdm_data_type": "GRID", + "s3_bucket_base": "s3://wbgdecinternal-ntl/climate/products/spi-chirps/geotiff/spi24", + "notes": "This datasets developed by GOST/DECAT/DEC Data Group of The World Bank", + "references": "https://doi.org/10.1038/sdata.2015.66" +} \ No newline at end of file diff --git a/data/config/chirps_spi36_tif.json b/data/config/chirps_spi36_tif.json new file mode 100644 index 0000000..be20e62 --- /dev/null +++ b/data/config/chirps_spi36_tif.json @@ -0,0 +1,26 @@ +{ + "source": "Derived from CHIRPS data", + "source_link": "https://www.chc.ucsb.edu/data/chirps", + "description": "Standardized Precipitation Index (Gamma distribution), 36-month", + "main_variable": "spi_gamma_36_month", + "coverage_description": "Global", + "min_longitude": -180, + "min_latitude": -50, + "max_longitude": 180, + "max_latitude": 50, + "start_year": 1981, + "end_year": 2022, + "coordinate_system": "EPSG:4326", + "spatial_resolution": "0.05deg", + "temporal_resolution": "monthly", + "data_packaging": "Single GeoTIFF per month", + "content_description": "Each GeoTIFF file contains monthly SPI data spanning from 1981 to 2022", + "naming_convention": "wld_cli_chirps_spi36_yyyymmdd.tif", + "format": "GeoTIFF", + "units": "unitless", + "missing_value": "NaN", + "cdm_data_type": "GRID", + "s3_bucket_base": "s3://wbgdecinternal-ntl/climate/products/spi-chirps/geotiff/spi36", + "notes": "This datasets developed by GOST/DECAT/DEC Data Group of The World Bank", + "references": "https://doi.org/10.1038/sdata.2015.66" +} \ No newline at end of file diff --git a/data/config/chirps_spi48_tif.json b/data/config/chirps_spi48_tif.json new file mode 100644 index 0000000..5231c69 --- /dev/null +++ b/data/config/chirps_spi48_tif.json @@ -0,0 +1,26 @@ +{ + "source": "Derived from CHIRPS data", + "source_link": "https://www.chc.ucsb.edu/data/chirps", + "description": "Standardized Precipitation Index (Gamma distribution), 48-month", + "main_variable": "spi_gamma_48_month", + "coverage_description": "Global", + "min_longitude": -180, + "min_latitude": -50, + "max_longitude": 180, + "max_latitude": 50, + "start_year": 1981, + "end_year": 2022, + "coordinate_system": "EPSG:4326", + "spatial_resolution": "0.05deg", + "temporal_resolution": "monthly", + "data_packaging": "Single GeoTIFF per month", + "content_description": "Each GeoTIFF file contains monthly SPI data spanning from 1981 to 2022", + "naming_convention": "wld_cli_chirps_spi48_yyyymmdd.tif", + "format": "GeoTIFF", + "units": "unitless", + "missing_value": "NaN", + "cdm_data_type": "GRID", + "s3_bucket_base": "s3://wbgdecinternal-ntl/climate/products/spi-chirps/geotiff/spi48", + "notes": "This datasets developed by GOST/DECAT/DEC Data Group of The World Bank", + "references": "https://doi.org/10.1038/sdata.2015.66" +} \ No newline at end of file diff --git a/data/config/chirps_spi60_tif.json b/data/config/chirps_spi60_tif.json new file mode 100644 index 0000000..c081183 --- /dev/null +++ b/data/config/chirps_spi60_tif.json @@ -0,0 +1,26 @@ +{ + "source": "Derived from CHIRPS data", + "source_link": "https://www.chc.ucsb.edu/data/chirps", + "description": "Standardized Precipitation Index (Gamma distribution), 60-month", + "main_variable": "spi_gamma_60_month", + "coverage_description": "Global", + "min_longitude": -180, + "min_latitude": -50, + "max_longitude": 180, + "max_latitude": 50, + "start_year": 1981, + "end_year": 2022, + "coordinate_system": "EPSG:4326", + "spatial_resolution": "0.05deg", + "temporal_resolution": "monthly", + "data_packaging": "Single GeoTIFF per month", + "content_description": "Each GeoTIFF file contains monthly SPI data spanning from 1981 to 2022", + "naming_convention": "wld_cli_chirps_spi60_yyyymmdd.tif", + "format": "GeoTIFF", + "units": "unitless", + "missing_value": "NaN", + "cdm_data_type": "GRID", + "s3_bucket_base": "s3://wbgdecinternal-ntl/climate/products/spi-chirps/geotiff/spi60", + "notes": "This datasets developed by GOST/DECAT/DEC Data Group of The World Bank", + "references": "https://doi.org/10.1038/sdata.2015.66" +} \ No newline at end of file diff --git a/data/config/chirps_spi72_tif.json b/data/config/chirps_spi72_tif.json new file mode 100644 index 0000000..603722d --- /dev/null +++ b/data/config/chirps_spi72_tif.json @@ -0,0 +1,26 @@ +{ + "source": "Derived from CHIRPS data", + "source_link": "https://www.chc.ucsb.edu/data/chirps", + "description": "Standardized Precipitation Index (Gamma distribution), 72-month", + "main_variable": "spi_gamma_72_month", + "coverage_description": "Global", + "min_longitude": -180, + "min_latitude": -50, + "max_longitude": 180, + "max_latitude": 50, + "start_year": 1981, + "end_year": 2022, + "coordinate_system": "EPSG:4326", + "spatial_resolution": "0.05deg", + "temporal_resolution": "monthly", + "data_packaging": "Single GeoTIFF per month", + "content_description": "Each GeoTIFF file contains monthly SPI data spanning from 1981 to 2022", + "naming_convention": "wld_cli_chirps_spi72_yyyymmdd.tif", + "format": "GeoTIFF", + "units": "unitless", + "missing_value": "NaN", + "cdm_data_type": "GRID", + "s3_bucket_base": "s3://wbgdecinternal-ntl/climate/products/spi-chirps/geotiff/spi72", + "notes": "This datasets developed by GOST/DECAT/DEC Data Group of The World Bank", + "references": "https://doi.org/10.1038/sdata.2015.66" +} \ No newline at end of file diff --git a/data/config/chirps_spi_nc.json b/data/config/chirps_spi_nc.json new file mode 100644 index 0000000..080bf24 --- /dev/null +++ b/data/config/chirps_spi_nc.json @@ -0,0 +1,31 @@ +{ + "source": "Derived from CHIRPS data", + "source_link": "https://www.chc.ucsb.edu/data/chirps", + "description": "Standardized Precipitation Index (Gamma distribution)", + "time_scale": [1, 2, 3, 6, 9, 12, 18, 24, 36, 48, 60, 72], + "main_variable": "spi_gamma_{time_scale}_month", + "coverage_description": "Global", + "min_longitude": -180, + "min_latitude": -50, + "max_longitude": 180, + "max_latitude": 50, + "start_year": 1981, + "end_year": 2022, + "coordinate_system": "EPSG:4326", + "spatial_resolution": "0.05deg", + "temporal_resolution": "monthly", + "data_packaging": "Single NetCDF for the whole period", + "content_description": "Each NetCDF file contains monthly SPI data spanning from 1981 to 2022 for a specific time scale", + "naming_convention": "wld_cli_chirps_spi_gamma_{time_scale}_month.nc", + "format": "NetCDF", + "netcdf_long_name": "Standardized Precipitation Index (Gamma distribution), {time_scale}-month", + "netcdf_packed": "no", + "netcdf_scale_factor": 0.0, + "netcdf_offset": 0.0, + "units": "unitless", + "missing_value": "NaN", + "cdm_data_type": "GRID", + "s3_bucket_base": "s3://wbgdecinternal-ntl/climate/products/spi-chirps/nc", + "notes": "This datasets developed by GOST/DECAT/DEC Data Group of The World Bank", + "references": "https://doi.org/10.1038/sdata.2015.66" +} \ No newline at end of file diff --git a/data/config/era5land_dewpoint_temperature_nc.json b/data/config/era5land_dewpoint_temperature_nc.json new file mode 100644 index 0000000..f3bb399 --- /dev/null +++ b/data/config/era5land_dewpoint_temperature_nc.json @@ -0,0 +1,30 @@ +{ + "source": "ERA5-Land", + "source_link": "https://cds.climate.copernicus.eu/cdsapp#!/dataset/reanalysis-era5-land-monthly-means?tab=overview", + "description": "Temperature to which the air, at 2 metres above the surface of the Earth, would have to be cooled for saturation to occur", + "main_variable": "2 metre dewpoint temperature", + "coverage_description": "Global", + "min_longitude": -180, + "min_latitude": -90, + "max_longitude": 180, + "max_latitude": 90, + "start_year": 1950, + "end_year": 2022, + "coordinate_system": "EPSG:4326", + "spatial_resolution": "0.1deg", + "temporal_resolution": "monthly", + "data_packaging": "Single NetCDF for the whole period", + "content_description": "The NetCDF file contains monthly dewpoint temperature data spanning from 1950 to 2022", + "naming_convention": "wld_cli_era5land_d2m_monthly_1950_2022.nc", + "format": "NetCDF", + "netcdf_standard_name": "2_metre_dewpoint_temperature", + "netcdf_packed": "yes", + "netcdf_scale_factor": 0.0016205046801325287, + "netcdf_offset": 248.9889053238318, + "units": "K", + "missing_value": -32767, + "cdm_data_type": "GRID", + "s3_bucket_base": "s3://wbgdecinternal-ntl/climate/data/era5land/temperature/monthly", + "notes": "This dataset was downloaded from Copernicus CDS website", + "references": "https://doi.org/10.24381/cds.68d2bb30" +} \ No newline at end of file diff --git a/data/config/era5land_evaporation_nc.json b/data/config/era5land_evaporation_nc.json new file mode 100644 index 0000000..ed2be1d --- /dev/null +++ b/data/config/era5land_evaporation_nc.json @@ -0,0 +1,30 @@ +{ + "source": "ERA5-Land", + "source_link": "https://cds.climate.copernicus.eu/cdsapp#!/dataset/reanalysis-era5-land-monthly-means?tab=overview", + "description": "Accumulated amount of water that has evaporated from the Earth's surface, including a simplified representation of transpiration (from vegetation), into vapour in the air above", + "main_variable": "Total evaporation", + "coverage_description": "Global", + "min_longitude": -180, + "min_latitude": -90, + "max_longitude": 180, + "max_latitude": 90, + "start_year": 1950, + "end_year": 2022, + "coordinate_system": "EPSG:4326", + "spatial_resolution": "0.1deg", + "temporal_resolution": "monthly", + "data_packaging": "Single NetCDF for the whole period", + "content_description": "The NetCDF file contains monthly total evaporation data spanning from 1950 to 2022", + "naming_convention": "wld_cli_era5land_e_monthly_1950_2022.nc", + "format": "NetCDF", + "netcdf_standard_name": "lwe_thickness_of_water_evaporation_amount", + "netcdf_packed": "yes", + "netcdf_scale_factor": 2.234991845464582E-7, + "netcdf_offset": -0.0056415558701483895, + "units": "m of water equivalent", + "missing_value": -32767, + "cdm_data_type": "GRID", + "s3_bucket_base": "s3://wbgdecinternal-ntl/climate/data/era5land/evaporation/monthly", + "notes": "This dataset was downloaded from Copernicus CDS website", + "references": "https://doi.org/10.24381/cds.68d2bb30" +} \ No newline at end of file diff --git a/data/config/era5land_heatwaves_2day5deg_nc.json b/data/config/era5land_heatwaves_2day5deg_nc.json new file mode 100644 index 0000000..d90f592 --- /dev/null +++ b/data/config/era5land_heatwaves_2day5deg_nc.json @@ -0,0 +1,30 @@ +{ + "source": "Derived from ERA5-Land data", + "source_link": "https://cds.climate.copernicus.eu/cdsapp#!/dataset/reanalysis-era5-land?tab=overview", + "description": "Number of heatwaves per time period", + "main_variable": ["heat_waves_per_time_period", "heat_wave_duration_index_wrt_mean_of_reference_period"], + "coverage_description": "Global", + "min_longitude": -180, + "min_latitude": -90, + "max_longitude": 180, + "max_latitude": 90, + "start_year": 1981, + "end_year": 2022, + "coordinate_system": "EPSG:4326", + "spatial_resolution": "0.1deg", + "temporal_resolution": "annual", + "data_packaging": "Single NetCDF per year", + "content_description": "Each NetCDF file contains number of heatwaves per year, where the daily maximum temperature exceeding 5degC from the reference for 2 consecutive days", + "naming_convention": "wld_cli_era5land_tmax_ydrunmean2_hwptp_yyyy.nc", + "format": "NetCDF", + "netcdf_standard_name": "heat_waves_per_time_period", + "netcdf_packed": "no", + "netcdf_scale_factor": 0, + "netcdf_offset": 0, + "units": "No.", + "missing_value": -9999, + "cdm_data_type": "GRID", + "s3_bucket_base": "s3://wbgdecinternal-ntl/climate/products/heatwaves-era5land/nc_runmean2day_5degc", + "notes": "This datasets developed by GOST/DECAT/DEC Data Group of The World Bank", + "references": "https://doi.org/10.24381/cds.e2161bac" +} \ No newline at end of file diff --git a/data/config/era5land_heatwaves_2day5deg_tif.json b/data/config/era5land_heatwaves_2day5deg_tif.json new file mode 100644 index 0000000..cdfb215 --- /dev/null +++ b/data/config/era5land_heatwaves_2day5deg_tif.json @@ -0,0 +1,26 @@ +{ + "source": "Derived from ERA5-Land data", + "source_link": "https://cds.climate.copernicus.eu/cdsapp#!/dataset/reanalysis-era5-land?tab=overview", + "description": "Number of heatwaves per time period", + "main_variable": "heat_waves_per_time_period", + "coverage_description": "Global", + "min_longitude": -180, + "min_latitude": -90, + "max_longitude": 180, + "max_latitude": 90, + "start_year": 1981, + "end_year": 2022, + "coordinate_system": "EPSG:4326", + "spatial_resolution": "0.1deg", + "temporal_resolution": "annual", + "data_packaging": "Single GeoTIFF per year", + "content_description": "Each GeoTIFF file contains number of heatwaves per year, where the daily maximum temperature exceeding 5degC from the reference for 2 consecutive days", + "naming_convention": "wld_cli_era5land_tmax_ydrunmean2_hwptp_yyyy.tif", + "format": "GeoTIFF", + "units": "No.", + "missing_value": -9999, + "cdm_data_type": "GRID", + "s3_bucket_base": "s3://wbgdecinternal-ntl/climate/products/heatwaves-era5land/geotiff_runmean2day_5degc", + "notes": "This datasets developed by GOST/DECAT/DEC Data Group of The World Bank", + "references": "https://doi.org/10.24381/cds.e2161bac" +} \ No newline at end of file diff --git a/data/config/era5land_heatwaves_3day5deg_nc.json b/data/config/era5land_heatwaves_3day5deg_nc.json new file mode 100644 index 0000000..0acf0ff --- /dev/null +++ b/data/config/era5land_heatwaves_3day5deg_nc.json @@ -0,0 +1,30 @@ +{ + "source": "Derived from ERA5-Land data", + "source_link": "https://cds.climate.copernicus.eu/cdsapp#!/dataset/reanalysis-era5-land?tab=overview", + "description": "Number of heatwaves per time period", + "main_variable": ["heat_waves_per_time_period", "heat_wave_duration_index_wrt_mean_of_reference_period"], + "coverage_description": "Global", + "min_longitude": -180, + "min_latitude": -90, + "max_longitude": 180, + "max_latitude": 90, + "start_year": 1981, + "end_year": 2022, + "coordinate_system": "EPSG:4326", + "spatial_resolution": "0.1deg", + "temporal_resolution": "annual", + "data_packaging": "Single NetCDF per year", + "content_description": "Each NetCDF file contains number of heatwaves per year, where the daily maximum temperature exceeding 5degC from the reference for 3 consecutive days", + "naming_convention": "wld_cli_era5land_tmax_ydrunmean3_hwptp_yyyy.nc", + "format": "NetCDF", + "netcdf_standard_name": "heat_waves_per_time_period", + "netcdf_packed": "no", + "netcdf_scale_factor": 0, + "netcdf_offset": 0, + "units": "No.", + "missing_value": -9999, + "cdm_data_type": "GRID", + "s3_bucket_base": "s3://wbgdecinternal-ntl/climate/products/heatwaves-era5land/nc_runmean3day_5degc", + "notes": "This datasets developed by GOST/DECAT/DEC Data Group of The World Bank", + "references": "https://doi.org/10.24381/cds.e2161bac" +} \ No newline at end of file diff --git a/data/config/era5land_heatwaves_3day5deg_tif.json b/data/config/era5land_heatwaves_3day5deg_tif.json new file mode 100644 index 0000000..fe64fdb --- /dev/null +++ b/data/config/era5land_heatwaves_3day5deg_tif.json @@ -0,0 +1,26 @@ +{ + "source": "Derived from ERA5-Land data", + "source_link": "https://cds.climate.copernicus.eu/cdsapp#!/dataset/reanalysis-era5-land?tab=overview", + "description": "Number of heatwaves per time period", + "main_variable": "heat_waves_per_time_period", + "coverage_description": "Global", + "min_longitude": -180, + "min_latitude": -90, + "max_longitude": 180, + "max_latitude": 90, + "start_year": 1981, + "end_year": 2022, + "coordinate_system": "EPSG:4326", + "spatial_resolution": "0.1deg", + "temporal_resolution": "annual", + "data_packaging": "Single GeoTIFF per year", + "content_description": "Each GeoTIFF file contains number of heatwaves per year, where the daily maximum temperature exceeding 5degC from the reference for 3 consecutive days", + "naming_convention": "wld_cli_era5land_tmax_ydrunmean3_hwptp_yyyy.tif", + "format": "GeoTIFF", + "units": "No.", + "missing_value": -9999, + "cdm_data_type": "GRID", + "s3_bucket_base": "s3://wbgdecinternal-ntl/climate/products/heatwaves-era5land/geotiff_runmean3day_5degc", + "notes": "This datasets developed by GOST/DECAT/DEC Data Group of The World Bank", + "references": "https://doi.org/10.24381/cds.e2161bac" +} \ No newline at end of file diff --git a/data/config/era5land_heatwaves_4day5deg_nc.json b/data/config/era5land_heatwaves_4day5deg_nc.json new file mode 100644 index 0000000..de47e90 --- /dev/null +++ b/data/config/era5land_heatwaves_4day5deg_nc.json @@ -0,0 +1,30 @@ +{ + "source": "Derived from ERA5-Land data", + "source_link": "https://cds.climate.copernicus.eu/cdsapp#!/dataset/reanalysis-era5-land?tab=overview", + "description": "Number of heatwaves per time period", + "main_variable": ["heat_waves_per_time_period", "heat_wave_duration_index_wrt_mean_of_reference_period"], + "coverage_description": "Global", + "min_longitude": -180, + "min_latitude": -90, + "max_longitude": 180, + "max_latitude": 90, + "start_year": 1981, + "end_year": 2022, + "coordinate_system": "EPSG:4326", + "spatial_resolution": "0.1deg", + "temporal_resolution": "annual", + "data_packaging": "Single NetCDF per year", + "content_description": "Each NetCDF file contains number of heatwaves per year, where the daily maximum temperature exceeding 5degC from the reference for 4 consecutive days", + "naming_convention": "wld_cli_era5land_tmax_ydrunmean4_hwptp_yyyy.nc", + "format": "NetCDF", + "netcdf_standard_name": "heat_waves_per_time_period", + "netcdf_packed": "no", + "netcdf_scale_factor": 0, + "netcdf_offset": 0, + "units": "No.", + "missing_value": -9999, + "cdm_data_type": "GRID", + "s3_bucket_base": "s3://wbgdecinternal-ntl/climate/products/heatwaves-era5land/nc_runmean4day_5degc", + "notes": "This datasets developed by GOST/DECAT/DEC Data Group of The World Bank", + "references": "https://doi.org/10.24381/cds.e2161bac" +} \ No newline at end of file diff --git a/data/config/era5land_heatwaves_4day5deg_tif.json b/data/config/era5land_heatwaves_4day5deg_tif.json new file mode 100644 index 0000000..dee653a --- /dev/null +++ b/data/config/era5land_heatwaves_4day5deg_tif.json @@ -0,0 +1,26 @@ +{ + "source": "Derived from ERA5-Land data", + "source_link": "https://cds.climate.copernicus.eu/cdsapp#!/dataset/reanalysis-era5-land?tab=overview", + "description": "Number of heatwaves per time period", + "main_variable": "heat_waves_per_time_period", + "coverage_description": "Global", + "min_longitude": -180, + "min_latitude": -90, + "max_longitude": 180, + "max_latitude": 90, + "start_year": 1981, + "end_year": 2022, + "coordinate_system": "EPSG:4326", + "spatial_resolution": "0.1deg", + "temporal_resolution": "annual", + "data_packaging": "Single GeoTIFF per year", + "content_description": "Each GeoTIFF file contains number of heatwaves per year, where the daily maximum temperature exceeding 5degC from the reference for 4 consecutive days", + "naming_convention": "wld_cli_era5land_tmax_ydrunmean4_hwptp_yyyy.tif", + "format": "GeoTIFF", + "units": "No.", + "missing_value": -9999, + "cdm_data_type": "GRID", + "s3_bucket_base": "s3://wbgdecinternal-ntl/climate/products/heatwaves-era5land/geotiff_runmean4day_5degc", + "notes": "This datasets developed by GOST/DECAT/DEC Data Group of The World Bank", + "references": "https://doi.org/10.24381/cds.e2161bac" +} \ No newline at end of file diff --git a/data/config/era5land_heatwaves_5day5deg_nc.json b/data/config/era5land_heatwaves_5day5deg_nc.json new file mode 100644 index 0000000..034ee10 --- /dev/null +++ b/data/config/era5land_heatwaves_5day5deg_nc.json @@ -0,0 +1,30 @@ +{ + "source": "Derived from ERA5-Land data", + "source_link": "https://cds.climate.copernicus.eu/cdsapp#!/dataset/reanalysis-era5-land?tab=overview", + "description": "Number of heatwaves per time period", + "main_variable": ["heat_waves_per_time_period", "heat_wave_duration_index_wrt_mean_of_reference_period"], + "coverage_description": "Global", + "min_longitude": -180, + "min_latitude": -90, + "max_longitude": 180, + "max_latitude": 90, + "start_year": 1981, + "end_year": 2022, + "coordinate_system": "EPSG:4326", + "spatial_resolution": "0.1deg", + "temporal_resolution": "annual", + "data_packaging": "Single NetCDF per year", + "content_description": "Each NetCDF file contains number of heatwaves per year, where the daily maximum temperature exceeding 5degC from the reference for 5 consecutive days", + "naming_convention": "wld_cli_era5land_tmax_ydrunmean5_hwptp_yyyy.nc", + "format": "NetCDF", + "netcdf_standard_name": "heat_waves_per_time_period", + "netcdf_packed": "no", + "netcdf_scale_factor": 0, + "netcdf_offset": 0, + "units": "No.", + "missing_value": -9999, + "cdm_data_type": "GRID", + "s3_bucket_base": "s3://wbgdecinternal-ntl/climate/products/heatwaves-era5land/nc_runmean5day_5degc", + "notes": "This datasets developed by GOST/DECAT/DEC Data Group of The World Bank", + "references": "https://doi.org/10.24381/cds.e2161bac" +} \ No newline at end of file diff --git a/data/config/era5land_heatwaves_5day5deg_tif.json b/data/config/era5land_heatwaves_5day5deg_tif.json new file mode 100644 index 0000000..34fb11e --- /dev/null +++ b/data/config/era5land_heatwaves_5day5deg_tif.json @@ -0,0 +1,26 @@ +{ + "source": "Derived from ERA5-Land data", + "source_link": "https://cds.climate.copernicus.eu/cdsapp#!/dataset/reanalysis-era5-land?tab=overview", + "description": "Number of heatwaves per time period", + "main_variable": "heat_waves_per_time_period", + "coverage_description": "Global", + "min_longitude": -180, + "min_latitude": -90, + "max_longitude": 180, + "max_latitude": 90, + "start_year": 1981, + "end_year": 2022, + "coordinate_system": "EPSG:4326", + "spatial_resolution": "0.1deg", + "temporal_resolution": "annual", + "data_packaging": "Single GeoTIFF per year", + "content_description": "Each GeoTIFF file contains number of heatwaves per year, where the daily maximum temperature exceeding 5degC from the reference for 5 consecutive days", + "naming_convention": "wld_cli_era5land_tmax_ydrunmean5_hwptp_yyyy.tif", + "format": "GeoTIFF", + "units": "No.", + "missing_value": -9999, + "cdm_data_type": "GRID", + "s3_bucket_base": "s3://wbgdecinternal-ntl/climate/products/heatwaves-era5land/geotiff_runmean5day_5degc", + "notes": "This datasets developed by GOST/DECAT/DEC Data Group of The World Bank", + "references": "https://doi.org/10.24381/cds.e2161bac" +} \ No newline at end of file diff --git a/data/config/era5land_hotdays_annual_nc.json b/data/config/era5land_hotdays_annual_nc.json new file mode 100644 index 0000000..5a352da --- /dev/null +++ b/data/config/era5land_hotdays_annual_nc.json @@ -0,0 +1,30 @@ +{ + "source": "Derived from ERA5-Land data", + "source_link": "https://developers.google.com/earth-engine/datasets/catalog/ECMWF_ERA5_LAND_HOURLY", + "description": "Number of day with daily maximum temperature exceeding 35 degC", + "main_variable": "hotdays", + "coverage_description": "Global", + "min_longitude": -180, + "min_latitude": -90, + "max_longitude": 180, + "max_latitude": 90, + "start_year": 1981, + "end_year": 2022, + "coordinate_system": "EPSG:4326", + "spatial_resolution": "0.1deg", + "temporal_resolution": "annual", + "data_packaging": "Single NetCDF per year", + "content_description": "Each NetCDF file contains annual data for one year, number of day with daily maximum temperature exceeding 35 degC", + "naming_convention": "wld_cli_era5land_hotdays_annual_yyyy.nc", + "format": "NetCDF", + "netcdf_standard_name": "hotdays", + "netcdf_packed": "no", + "netcdf_scale_factor": 0, + "netcdf_offset": 0, + "units": "day", + "missing_value": -9999, + "cdm_data_type": "GRID", + "s3_bucket_base": "s3://wbgdecinternal-ntl/climate/products/hotdays-era5land/nc_annual", + "notes": "This datasets developed by GOST/DECAT/DEC Data Group of The World Bank based on ERA5-Land hourly data on Google Earth Engine Data Catalog", + "references": "https://doi.org/10.24381/cds.e2161bac" +} \ No newline at end of file diff --git a/data/config/era5land_hotdays_annual_tif.json b/data/config/era5land_hotdays_annual_tif.json new file mode 100644 index 0000000..1c7f38e --- /dev/null +++ b/data/config/era5land_hotdays_annual_tif.json @@ -0,0 +1,26 @@ +{ + "source": "Derived from ERA5-Land data", + "source_link": "https://developers.google.com/earth-engine/datasets/catalog/ECMWF_ERA5_LAND_HOURLY", + "description": "Number of day with daily maximum temperature exceeding 35 degC", + "main_variable": "hotdays", + "coverage_description": "Global", + "min_longitude": -180, + "min_latitude": -90, + "max_longitude": 180, + "max_latitude": 90, + "start_year": 1981, + "end_year": 2022, + "coordinate_system": "EPSG:4326", + "spatial_resolution": "0.1deg", + "temporal_resolution": "annual", + "data_packaging": "Single GeoTIFF per year", + "content_description": "Each GeoTIFFF file contains annual data for one year, number of day with daily maximum temperature exceeding 35 degC", + "naming_convention": "wld_cli_era5land_hotdays_annual_yyyy.tif", + "format": "GeoTIFF", + "units": "day", + "missing_value": -9999, + "cdm_data_type": "GRID", + "s3_bucket_base": "s3://wbgdecinternal-ntl/climate/products/hotdays-era5land/geotiff_annual", + "notes": "This datasets developed by GOST/DECAT/DEC Data Group of The World Bank based on ERA5-Land hourly data on Google Earth Engine Data Catalog", + "references": "https://doi.org/10.24381/cds.e2161bac" +} \ No newline at end of file diff --git a/data/config/era5land_hotdays_daily_nc.json b/data/config/era5land_hotdays_daily_nc.json new file mode 100644 index 0000000..5bfb884 --- /dev/null +++ b/data/config/era5land_hotdays_daily_nc.json @@ -0,0 +1,30 @@ +{ + "source": "Derived from ERA5-Land data", + "source_link": "https://developers.google.com/earth-engine/datasets/catalog/ECMWF_ERA5_LAND_HOURLY", + "description": "Number of day with daily maximum temperature exceeding 35 degC", + "main_variable": "hotdays", + "coverage_description": "Global", + "min_longitude": -180, + "min_latitude": -90, + "max_longitude": 180, + "max_latitude": 90, + "start_year": 1981, + "end_year": 2022, + "coordinate_system": "EPSG:4326", + "spatial_resolution": "0.1deg", + "temporal_resolution": "daily", + "data_packaging": "Single NetCDF per year", + "content_description": "Each NetCDF file contains all daily data for one year, number of day with daily maximum temperature exceeding 35 degC", + "naming_convention": "wld_cli_era5land_hotdays_daily_yyyy.nc", + "format": "NetCDF", + "netcdf_standard_name": "hotdays", + "netcdf_packed": "no", + "netcdf_scale_factor": 0, + "netcdf_offset": 0, + "units": "day", + "missing_value": -9999, + "cdm_data_type": "GRID", + "s3_bucket_base": "s3://wbgdecinternal-ntl/climate/products/hotdays-era5land/nc_daily", + "notes": "This datasets developed by GOST/DECAT/DEC Data Group of The World Bank based on ERA5-Land hourly data on Google Earth Engine Data Catalog", + "references": "https://doi.org/10.24381/cds.e2161bac" +} \ No newline at end of file diff --git a/data/config/era5land_hotdays_monthly_nc.json b/data/config/era5land_hotdays_monthly_nc.json new file mode 100644 index 0000000..228413c --- /dev/null +++ b/data/config/era5land_hotdays_monthly_nc.json @@ -0,0 +1,30 @@ +{ + "source": "Derived from ERA5-Land data", + "source_link": "https://developers.google.com/earth-engine/datasets/catalog/ECMWF_ERA5_LAND_HOURLY", + "description": "Number of day with daily maximum temperature exceeding 35 degC", + "main_variable": "hotdays", + "coverage_description": "Global", + "min_longitude": -180, + "min_latitude": -90, + "max_longitude": 180, + "max_latitude": 90, + "start_year": 1981, + "end_year": 2022, + "coordinate_system": "EPSG:4326", + "spatial_resolution": "0.1deg", + "temporal_resolution": "monthly", + "data_packaging": "Single NetCDF per year", + "content_description": "Each NetCDF file contains all monthly data for one year, number of day with daily maximum temperature exceeding 35 degC", + "naming_convention": "wld_cli_era5land_hotdays_monsum_yyyy.nc", + "format": "NetCDF", + "netcdf_standard_name": "hotdays", + "netcdf_packed": "no", + "netcdf_scale_factor": 0, + "netcdf_offset": 0, + "units": "day", + "missing_value": -9999, + "cdm_data_type": "GRID", + "s3_bucket_base": "s3://wbgdecinternal-ntl/climate/products/hotdays-era5land/nc_monthly", + "notes": "This datasets developed by GOST/DECAT/DEC Data Group of The World Bank based on ERA5-Land hourly data on Google Earth Engine Data Catalog", + "references": "https://doi.org/10.24381/cds.e2161bac" +} \ No newline at end of file diff --git a/data/config/era5land_hotdays_monthly_tif.json b/data/config/era5land_hotdays_monthly_tif.json new file mode 100644 index 0000000..cce388c --- /dev/null +++ b/data/config/era5land_hotdays_monthly_tif.json @@ -0,0 +1,26 @@ +{ + "source": "Derived from ERA5-Land data", + "source_link": "https://developers.google.com/earth-engine/datasets/catalog/ECMWF_ERA5_LAND_HOURLY", + "description": "Number of day with daily maximum temperature exceeding 35 degC", + "main_variable": "hotdays", + "coverage_description": "Global", + "min_longitude": -180, + "min_latitude": -90, + "max_longitude": 180, + "max_latitude": 90, + "start_year": 1981, + "end_year": 2022, + "coordinate_system": "EPSG:4326", + "spatial_resolution": "0.1deg", + "temporal_resolution": "monthly", + "data_packaging": "Single GeoTIFF per year", + "content_description": "Each GeoTIFFF file contains monthly data, number of day with daily maximum temperature exceeding 35 degC", + "naming_convention": "wld_cli_era5land_hotdays_monsum_yyyymm.tif", + "format": "GeoTIFF", + "units": "day", + "missing_value": -9999, + "cdm_data_type": "GRID", + "s3_bucket_base": "s3://wbgdecinternal-ntl/climate/products/hotdays-era5land/geotiff_monthly", + "notes": "This datasets developed by GOST/DECAT/DEC Data Group of The World Bank based on ERA5-Land hourly data on Google Earth Engine Data Catalog", + "references": "https://doi.org/10.24381/cds.e2161bac" +} \ No newline at end of file diff --git a/data/config/era5land_potentialevaporation_nc.json b/data/config/era5land_potentialevaporation_nc.json new file mode 100644 index 0000000..6a5014d --- /dev/null +++ b/data/config/era5land_potentialevaporation_nc.json @@ -0,0 +1,30 @@ +{ + "source": "ERA5-Land", + "source_link": "https://cds.climate.copernicus.eu/cdsapp#!/dataset/reanalysis-era5-land-monthly-means?tab=overview", + "description": "Evaporation is computed for agricultural land as if it is well watered and assuming that the atmosphere is not affected by this artificial surface condition", + "main_variable": "Potential evaporation", + "coverage_description": "Global", + "min_longitude": -180, + "min_latitude": -90, + "max_longitude": 180, + "max_latitude": 90, + "start_year": 1950, + "end_year": 2022, + "coordinate_system": "EPSG:4326", + "spatial_resolution": "0.1deg", + "temporal_resolution": "monthly", + "data_packaging": "Single NetCDF for the whole period", + "content_description": "The NetCDF file contains monthly potential evaporation data spanning from 1950 to 2022", + "naming_convention": "wld_cli_era5land_pev_monthly_1950_2022.nc", + "format": "NetCDF", + "netcdf_standard_name": "potential_evaporation", + "netcdf_packed": "yes", + "netcdf_scale_factor": 1.4182084039622886E-6, + "netcdf_offset": -0.044788592862746904, + "units": "m", + "missing_value": -32767, + "cdm_data_type": "GRID", + "s3_bucket_base": "s3://wbgdecinternal-ntl/climate/data/era5land/potential-evaporation/monthly", + "notes": "This dataset was downloaded from Copernicus CDS website", + "references": "https://doi.org/10.24381/cds.68d2bb30" +} \ No newline at end of file diff --git a/data/config/era5land_precipitation_nc.json b/data/config/era5land_precipitation_nc.json new file mode 100644 index 0000000..f9a746e --- /dev/null +++ b/data/config/era5land_precipitation_nc.json @@ -0,0 +1,30 @@ +{ + "source": "ERA5-Land", + "source_link": "https://cds.climate.copernicus.eu/cdsapp#!/dataset/reanalysis-era5-land-monthly-means?tab=overview", + "description": "Accumulated liquid and frozen water, including rain and snow, that falls to the Earth's surface", + "main_variable": "Total precipitation", + "coverage_description": "Global", + "min_longitude": -180, + "min_latitude": -90, + "max_longitude": 180, + "max_latitude": 90, + "start_year": 1950, + "end_year": 2022, + "coordinate_system": "EPSG:4326", + "spatial_resolution": "0.1deg", + "temporal_resolution": "monthly", + "data_packaging": "Single NetCDF for the whole period", + "content_description": "The NetCDF file contains monthly precipitation data spanning from 1950 to 2022", + "naming_convention": "wld_cli_era5land_precip_monthly_1950_2022.nc", + "format": "NetCDF", + "netcdf_standard_name": "total_precipitation", + "netcdf_packed": "yes", + "netcdf_scale_factor": 2.763893914609123E-6, + "netcdf_offset": 0.09056207043400512, + "units": "m", + "missing_value": -32767, + "cdm_data_type": "GRID", + "s3_bucket_base": "s3://wbgdecinternal-ntl/climate/data/era5land/precipitation/monthly", + "notes": "This dataset was downloaded from Copernicus CDS website", + "references": "https://doi.org/10.24381/cds.68d2bb30" +} \ No newline at end of file diff --git a/data/config/era5land_pressure_nc.json b/data/config/era5land_pressure_nc.json new file mode 100644 index 0000000..6a2ee40 --- /dev/null +++ b/data/config/era5land_pressure_nc.json @@ -0,0 +1,30 @@ +{ + "source": "ERA5-Land", + "source_link": "https://cds.climate.copernicus.eu/cdsapp#!/dataset/reanalysis-era5-land-monthly-means?tab=overview", + "description": "Pressure (force per unit area) of the atmosphere on the surface of land, sea and in-land water", + "main_variable": "Surface pressure", + "coverage_description": "Global", + "min_longitude": -180, + "min_latitude": -90, + "max_longitude": 180, + "max_latitude": 90, + "start_year": 1950, + "end_year": 2022, + "coordinate_system": "EPSG:4326", + "spatial_resolution": "0.1deg", + "temporal_resolution": "monthly", + "data_packaging": "Single NetCDF for the whole period", + "content_description": "The NetCDF file contains monthly pressure data spanning from 1950 to 2022", + "naming_convention": "wld_cli_era5land_sp_monthly_1950_2022.nc", + "format": "NetCDF", + "netcdf_standard_name": "surface_air_pressure", + "netcdf_packed": "yes", + "netcdf_scale_factor": 0.9296603786451101, + "netcdf_offset": 75770.95509168568, + "units": "Pa", + "missing_value": -32767, + "cdm_data_type": "GRID", + "s3_bucket_base": "s3://wbgdecinternal-ntl/climate/data/era5land/pressure/monthly", + "notes": "This dataset was downloaded from Copernicus CDS website", + "references": "https://doi.org/10.24381/cds.68d2bb30" +} \ No newline at end of file diff --git a/data/config/era5land_runoff_nc.json b/data/config/era5land_runoff_nc.json new file mode 100644 index 0000000..49b472c --- /dev/null +++ b/data/config/era5land_runoff_nc.json @@ -0,0 +1,30 @@ +{ + "source": "ERA5-Land", + "source_link": "https://cds.climate.copernicus.eu/cdsapp#!/dataset/reanalysis-era5-land-monthly-means?tab=overview", + "description": "Some water from rainfall, melting snow, or deep in the soil, stays stored in the soil. Otherwise, the water drains away, either over the surface (surface runoff), or under the ground (sub-surface runoff) and the sum of these two is simply called 'runoff'", + "main_variable": "Runoff", + "coverage_description": "Global", + "min_longitude": -180, + "min_latitude": -90, + "max_longitude": 180, + "max_latitude": 90, + "start_year": 1950, + "end_year": 2022, + "coordinate_system": "EPSG:4326", + "spatial_resolution": "0.1deg", + "temporal_resolution": "monthly", + "data_packaging": "Single NetCDF for the whole period", + "content_description": "The NetCDF file contains monthly runoff data spanning from 1950 to 2022", + "naming_convention": "wld_cli_era5land_ro_monthly_1950_2022.nc", + "format": "NetCDF", + "netcdf_standard_name": "runoff", + "netcdf_packed": "yes", + "netcdf_scale_factor": 2.7368662367626273E-6, + "netcdf_offset": 0.08967615911376425, + "units": "m", + "missing_value": -32767, + "cdm_data_type": "GRID", + "s3_bucket_base": "s3://wbgdecinternal-ntl/climate/data/era5land/runoff/monthly", + "notes": "This dataset was downloaded from Copernicus CDS website", + "references": "https://doi.org/10.24381/cds.68d2bb30" +} \ No newline at end of file diff --git a/data/config/era5land_solar_radiation_nc.json b/data/config/era5land_solar_radiation_nc.json new file mode 100644 index 0000000..4ca50cb --- /dev/null +++ b/data/config/era5land_solar_radiation_nc.json @@ -0,0 +1,30 @@ +{ + "source": "ERA5-Land", + "source_link": "https://cds.climate.copernicus.eu/cdsapp#!/dataset/reanalysis-era5-land-monthly-means?tab=overview", + "description": "Amount of solar radiation (also known as shortwave radiation) reaching the surface of the Earth (both direct and diffuse) minus the amount reflected by the Earth's surface (which is governed by the albedo)", + "main_variable": "Surface net solar radiation", + "coverage_description": "Global", + "min_longitude": -180, + "min_latitude": -90, + "max_longitude": 180, + "max_latitude": 90, + "start_year": 1950, + "end_year": 2022, + "coordinate_system": "EPSG:4326", + "spatial_resolution": "0.1deg", + "temporal_resolution": "monthly", + "data_packaging": "Single NetCDF for the whole period", + "content_description": "The NetCDF file contains monthly solar radiation data spanning from 1950 to 2022", + "naming_convention": "wld_cli_era5land_ssr_monthly_1950_2022.nc", + "format": "NetCDF", + "netcdf_standard_name": "surface_net_downward_shortwave_flux", + "netcdf_packed": "yes", + "netcdf_scale_factor": 503.4854500785864, + "netcdf_offset": 1.6497204257274961E7, + "units": "J m**-2", + "missing_value": -32767, + "cdm_data_type": "GRID", + "s3_bucket_base": "s3://wbgdecinternal-ntl/climate/data/era5land/solar_radiation/monthly", + "notes": "This dataset was downloaded from Copernicus CDS website", + "references": "https://doi.org/10.24381/cds.68d2bb30" +} \ No newline at end of file diff --git a/data/config/era5land_temperature_dailymax_nc.json b/data/config/era5land_temperature_dailymax_nc.json new file mode 100644 index 0000000..abed88e --- /dev/null +++ b/data/config/era5land_temperature_dailymax_nc.json @@ -0,0 +1,30 @@ +{ + "source": "ERA5-Land", + "source_link": "https://developers.google.com/earth-engine/datasets/catalog/ECMWF_ERA5_LAND_HOURLY", + "description": "Temperature of air at 2m above the surface of land, sea or in-land waters", + "main_variable": "Daily maximum temperature", + "coverage_description": "Global", + "min_longitude": -180, + "min_latitude": -90, + "max_longitude": 180, + "max_latitude": 90, + "start_year": 1981, + "end_year": 2022, + "coordinate_system": "EPSG:4326", + "spatial_resolution": "0.1deg", + "temporal_resolution": "daily", + "data_packaging": "Single NetCDF per year", + "content_description": "Each NetCDF file contains all daily data for one year", + "naming_convention": "wld_cli_era5land_daily_tasmax_yyyy.nc", + "format": "NetCDF", + "netcdf_standard_name": "maximum_air_temperature", + "netcdf_packed": "no", + "netcdf_scale_factor": 0, + "netcdf_offset": 0, + "units": "degree_Celsius", + "missing_value": -9999, + "cdm_data_type": "GRID", + "s3_bucket_base": "s3://wbgdecinternal-ntl/climate/data/era5land/temperature/daily/tasmin", + "notes": "This datasets developed by GOST/DECAT/DEC Data Group of The World Bank based on ERA5-Land hourly data on Google Earth Engine Data Catalog", + "references": "https://doi.org/10.24381/cds.e2161bac" +} \ No newline at end of file diff --git a/data/config/era5land_temperature_dailymin_nc.json b/data/config/era5land_temperature_dailymin_nc.json new file mode 100644 index 0000000..ef52681 --- /dev/null +++ b/data/config/era5land_temperature_dailymin_nc.json @@ -0,0 +1,30 @@ +{ + "source": "ERA5-Land", + "source_link": "https://developers.google.com/earth-engine/datasets/catalog/ECMWF_ERA5_LAND_HOURLY", + "description": "Temperature of air at 2m above the surface of land, sea or in-land waters", + "main_variable": "Daily minimum temperature", + "coverage_description": "Global", + "min_longitude": -180, + "min_latitude": -90, + "max_longitude": 180, + "max_latitude": 90, + "start_year": 1981, + "end_year": 2022, + "coordinate_system": "EPSG:4326", + "spatial_resolution": "0.1deg", + "temporal_resolution": "daily", + "data_packaging": "Single NetCDF per year", + "content_description": "Each NetCDF file contains all daily data for one year", + "naming_convention": "wld_cli_era5land_daily_tasmin_yyyy.nc", + "format": "NetCDF", + "netcdf_standard_name": "minimum_air_temperature", + "netcdf_packed": "no", + "netcdf_scale_factor": 0, + "netcdf_offset": 0, + "units": "degree_Celsius", + "missing_value": -9999, + "cdm_data_type": "GRID", + "s3_bucket_base": "s3://wbgdecinternal-ntl/climate/data/era5land/temperature/daily/tasmin", + "notes": "This datasets developed by GOST/DECAT/DEC Data Group of The World Bank based on ERA5-Land hourly data on Google Earth Engine Data Catalog", + "references": "https://doi.org/10.24381/cds.e2161bac" +} \ No newline at end of file diff --git a/data/config/era5land_temperature_nc.json b/data/config/era5land_temperature_nc.json new file mode 100644 index 0000000..94f1a6a --- /dev/null +++ b/data/config/era5land_temperature_nc.json @@ -0,0 +1,30 @@ +{ + "source": "ERA5-Land", + "source_link": "https://cds.climate.copernicus.eu/cdsapp#!/dataset/reanalysis-era5-land-monthly-means?tab=overview", + "description": "Temperature of air at 2m above the surface of land, sea or in-land waters", + "main_variable": "Monthly mean temperature", + "coverage_description": "Global", + "min_longitude": -180, + "min_latitude": -90, + "max_longitude": 180, + "max_latitude": 90, + "start_year": 1950, + "end_year": 2022, + "coordinate_system": "EPSG:4326", + "spatial_resolution": "0.1deg", + "temporal_resolution": "monthly", + "data_packaging": "Single NetCDF for the whole period", + "content_description": "The NetCDF file contains monthly mean temperature data spanning from 1950 to 2022", + "naming_convention": "wld_cli_era5land_t2m_monthly_1950_2022.nc", + "format": "NetCDF", + "netcdf_standard_name": "2_meter_temperature", + "netcdf_packed": "yes", + "netcdf_scale_factor": 0.001770831216029758, + "netcdf_offset": 257.2174831146654, + "units": "K", + "missing_value": -32767, + "cdm_data_type": "GRID", + "s3_bucket_base": "s3://wbgdecinternal-ntl/climate/data/era5land/temperature/monthly", + "notes": "This dataset was downloaded from Copernicus CDS website", + "references": "https://doi.org/10.24381/cds.68d2bb30" +} \ No newline at end of file diff --git a/config/fill_location.py b/data/config/fill_location.py similarity index 100% rename from config/fill_location.py rename to data/config/fill_location.py diff --git a/data/config/ibtracs_cyclone.json b/data/config/ibtracs_cyclone.json new file mode 100644 index 0000000..7ebba2f --- /dev/null +++ b/data/config/ibtracs_cyclone.json @@ -0,0 +1,50 @@ +{ + "source": "International Best Track Archive for Climate Stewardship (IBTrACS)", + "source_link": "https://www.ncei.noaa.gov/products/international-best-track-archive", + "description": "IBTrACS - International Best Track Archive for Climate Stewardship - version v04r00, Position, intensity and other information for known tropical cyclones", + "documentation": "https://www.ncei.noaa.gov/sites/default/files/2021-07/IBTrACS_v04_column_documentation.pdf", + "coverage": "Global", + "start_year": 1842, + "end_year": 2023, + "spatial_resolution": "", + "temporal_resolution": "", + "format": ["NetCDF", "Shapefiles", "CSV"], + "naming_convention_nc": "IBTrACS.ALL.v04r00.nc", + "naming_convention_shp": ["IBTrACS_ALL_list_v04r00_lines.shp", "IBTrACS_ALL_list_v04r00_points.shp"], + "naming_convention_csv": "ibtracs.ALL.list.v04r00.csv", + "cdm_data_type": "Trajectory", + "s3_bucket_base": "s3://wbgdecinternal-ntl/climate/data/cyclone/ibtracs", + "notes": "This datasets downloaded from NOAA IBTrACS website", + "references": "https://doi.org/10.25921/82ty-9e16", + "main_variables": ["SID", "SEASON", "NUMBER", "BASIN", "SUBBASIN", "NAME", "ISO_TIME", "NATURE", "LAT", "LON", "WMO_WIND", "WMO_PRES", "TRACK_TYPE", "DIST2LAND", "STORM_SPEED", "STORM_DIR"], + "SID_description": "Storm Identifier", + "SEASON_description": "Year of the cyclone season", + "SEASON_units": "year", + "NUMBER_description": "The cardinal number of the system for that season", + "BASIN_description": "Basin in which the cyclone occurred", + "BASIN_values": ["NA: North Atlantic", "EP: Eastern North Pacific", "WP: Western North Pacific", "NI: North Indian", "SI: South Indian", "SP: Southern Pacific", "SA: South Atlantic", "MM: Missing"], + "SUBBASIN_description": "Sub-basin in which the cyclone occurred", + "SUBBASIN_values": ["CS: Caribbean Sea", "GM: Gulf of Mexico", "CP: Central Pacific", "BB: Bay of Bengal", "AS: Arabian Sea", "WA: Western Australia", "EA: Eastern Australia", "MM: Missing"], + "NAME_description": "Name provided by the agency", + "ISO_TIME_description": "ISO Time provided in Universal Time Coordinates (UTC)", + "ISO_TIME_format": "YYYY-MM-DD HH:mm:ss", + "ISO_TIME_units": "UTC", + "NATURE_description": "Nature of the cyclone", + "NATURE_values": ["DS: Disturbance", "TS: Tropical", "ET: Extratropical", "SS: Subtropical", "NR: Not reported", "MX: Mixture (contradicting nature reports from different agencies)"], + "LAT_description": "Latitude", + "LAT_units": "deg_north", + "LON_description": "Longitude", + "LON_units": "deg_east", + "WMO_WIND_description": "Maximum sustained wind speed", + "WMO_WIND_units": "knots", + "WMO_PRES_description": "Pressure", + "WMO_PRES_units": "mb", + "TRACK_TYPE_description": "Type of the cyclone track", + "TRACK_TYPE_values": ["PROVISIONAL", "PROVISIONAL_spur", "MAIN", "spur"], + "DIST2LAND_description": "Distance to land from the current position", + "DIST2LAND_units": "km", + "STORM_SPEED_description": "Translation speed of the system", + "STORM_SPEED_units": "knots", + "STORM_DIR_description": "Translation direction of the system", + "STORM_DIR_units": "degrees" +} diff --git a/config/iso3.json b/data/config/iso3.json similarity index 100% rename from config/iso3.json rename to data/config/iso3.json diff --git a/config/location_template.json b/data/config/location_template.json similarity index 100% rename from config/location_template.json rename to data/config/location_template.json diff --git a/data/config/terraclimate_aet_nc.json b/data/config/terraclimate_aet_nc.json new file mode 100644 index 0000000..cbc1480 --- /dev/null +++ b/data/config/terraclimate_aet_nc.json @@ -0,0 +1,30 @@ +{ + "source": "TerraClimate", + "source_link": "https://www.climatologylab.org/terraclimate.html", + "description": "Actual Evapotranspiration", + "main_variable": "aet", + "coverage_description": "Global", + "min_longitude": -180, + "min_latitude": -90, + "max_longitude": 180, + "max_latitude": 90, + "start_year": 1958, + "end_year": 2022, + "coordinate_system": "EPSG:4326", + "spatial_resolution": "4km", + "temporal_resolution": "monthly", + "data_packaging": "Single NetCDF per year", + "content_description": "Each NetCDF file contains all monthly data for one year", + "naming_convention": "TerraClimate_aet_yyyy.nc", + "format": "NetCDF", + "netcdf_standard_name": "water_evaporation_amount", + "netcdf_packed": "yes", + "netcdf_scale_factor": 0.1, + "netcdf_offset": 0.0, + "units": "mm", + "missing_value": -32768, + "cdm_data_type": "GRID", + "s3_bucket_base": "s3://wbgdecinternal-ntl/climate/data/terraclimate/aet", + "notes": "This dataset was downloaded from TerraClimate website", + "references": "https://doi.org/10.1038/sdata.2017.191" +} \ No newline at end of file diff --git a/data/config/terraclimate_def_nc.json b/data/config/terraclimate_def_nc.json new file mode 100644 index 0000000..57b6697 --- /dev/null +++ b/data/config/terraclimate_def_nc.json @@ -0,0 +1,30 @@ +{ + "source": "TerraClimate", + "source_link": "https://www.climatologylab.org/terraclimate.html", + "description": "Climatic Water Deficit", + "main_variable": "def", + "coverage_description": "Global", + "min_longitude": -180, + "min_latitude": -90, + "max_longitude": 180, + "max_latitude": 90, + "start_year": 1958, + "end_year": 2022, + "coordinate_system": "EPSG:4326", + "spatial_resolution": "4km", + "temporal_resolution": "monthly", + "data_packaging": "Single NetCDF per year", + "content_description": "Each NetCDF file contains all monthly data for one year", + "naming_convention": "TerraClimate_def_yyyy.nc", + "format": "NetCDF", + "netcdf_standard_name": "water_potential_evaporation_amount_minus_water_evaporation_amount", + "netcdf_packed": "yes", + "netcdf_scale_factor": 0.1, + "netcdf_offset": 0.0, + "units": "mm", + "missing_value": -32768, + "cdm_data_type": "GRID", + "s3_bucket_base": "s3://wbgdecinternal-ntl/climate/data/terraclimate/def", + "notes": "This dataset was downloaded from TerraClimate website", + "references": "https://doi.org/10.1038/sdata.2017.191" +} \ No newline at end of file diff --git a/data/config/terraclimate_pdsi_nc.json b/data/config/terraclimate_pdsi_nc.json new file mode 100644 index 0000000..bb780f5 --- /dev/null +++ b/data/config/terraclimate_pdsi_nc.json @@ -0,0 +1,30 @@ +{ + "source": "TerraClimate", + "source_link": "https://www.climatologylab.org/terraclimate.html", + "description": "Palmer Drought Severity Index", + "main_variable": "pdsi", + "coverage_description": "Global", + "min_longitude": -180, + "min_latitude": -90, + "max_longitude": 180, + "max_latitude": 90, + "start_year": 1958, + "end_year": 2022, + "coordinate_system": "EPSG:4326", + "spatial_resolution": "4km", + "temporal_resolution": "monthly", + "data_packaging": "Single NetCDF per year", + "content_description": "Each NetCDF file contains all monthly data for one year", + "naming_convention": "TerraClimate_pdsi_yyyy.nc", + "format": "NetCDF", + "netcdf_standard_name": "palmer_drought_severity_index", + "netcdf_packed": "yes", + "netcdf_scale_factor": 0.01, + "netcdf_offset": -45.0, + "units": "mm", + "missing_value": -32768, + "cdm_data_type": "GRID", + "s3_bucket_base": "s3://wbgdecinternal-ntl/climate/data/terraclimate/pdsi", + "notes": "This dataset was downloaded from TerraClimate website", + "references": "https://doi.org/10.1038/sdata.2017.191" +} \ No newline at end of file diff --git a/data/config/terraclimate_pet_nc.json b/data/config/terraclimate_pet_nc.json new file mode 100644 index 0000000..f0de910 --- /dev/null +++ b/data/config/terraclimate_pet_nc.json @@ -0,0 +1,30 @@ +{ + "source": "TerraClimate", + "source_link": "https://www.climatologylab.org/terraclimate.html", + "description": "Reference Evapotranspiration", + "main_variable": "pet", + "coverage_description": "Global", + "min_longitude": -180, + "min_latitude": -90, + "max_longitude": 180, + "max_latitude": 90, + "start_year": 1958, + "end_year": 2022, + "coordinate_system": "EPSG:4326", + "spatial_resolution": "4km", + "temporal_resolution": "monthly", + "data_packaging": "Single NetCDF per year", + "content_description": "Each NetCDF file contains all monthly data for one year", + "naming_convention": "TerraClimate_pet_yyyy.nc", + "format": "NetCDF", + "netcdf_standard_name": "water_potential_evaporation_amount", + "netcdf_packed": "yes", + "netcdf_scale_factor": 0.1, + "netcdf_offset": 0.0, + "units": "mm", + "missing_value": -32768, + "cdm_data_type": "GRID", + "s3_bucket_base": "s3://wbgdecinternal-ntl/climate/data/terraclimate/pet", + "notes": "This dataset was downloaded from TerraClimate website", + "references": "https://doi.org/10.1038/sdata.2017.191" +} \ No newline at end of file diff --git a/data/config/terraclimate_ppt_nc.json b/data/config/terraclimate_ppt_nc.json new file mode 100644 index 0000000..3ff868b --- /dev/null +++ b/data/config/terraclimate_ppt_nc.json @@ -0,0 +1,30 @@ +{ + "source": "TerraClimate", + "source_link": "https://www.climatologylab.org/terraclimate.html", + "description": "Accumulated Precipitation", + "main_variable": "ppt", + "coverage_description": "Global", + "min_longitude": -180, + "min_latitude": -90, + "max_longitude": 180, + "max_latitude": 90, + "start_year": 1958, + "end_year": 2022, + "coordinate_system": "EPSG:4326", + "spatial_resolution": "4km", + "temporal_resolution": "monthly", + "data_packaging": "Single NetCDF per year", + "content_description": "Each NetCDF file contains all monthly data for one year", + "naming_convention": "TerraClimate_ppt_yyyy.nc", + "format": "NetCDF", + "netcdf_standard_name": "precipitation_amount", + "netcdf_packed": "yes", + "netcdf_scale_factor": 0.1, + "netcdf_offset": 0.0, + "units": "mm", + "missing_value": -2147483648, + "cdm_data_type": "GRID", + "s3_bucket_base": "s3://wbgdecinternal-ntl/climate/data/terraclimate/ppt", + "notes": "This dataset was downloaded from TerraClimate website", + "references": "https://doi.org/10.1038/sdata.2017.191" +} \ No newline at end of file diff --git a/data/config/terraclimate_q_nc.json b/data/config/terraclimate_q_nc.json new file mode 100644 index 0000000..e52b018 --- /dev/null +++ b/data/config/terraclimate_q_nc.json @@ -0,0 +1,30 @@ +{ + "source": "TerraClimate", + "source_link": "https://www.climatologylab.org/terraclimate.html", + "description": "Runoff", + "main_variable": "q", + "coverage_description": "Global", + "min_longitude": -180, + "min_latitude": -90, + "max_longitude": 180, + "max_latitude": 90, + "start_year": 1958, + "end_year": 2022, + "coordinate_system": "EPSG:4326", + "spatial_resolution": "4km", + "temporal_resolution": "monthly", + "data_packaging": "Single NetCDF per year", + "content_description": "Each NetCDF file contains all monthly data for one year", + "naming_convention": "TerraClimate_q_yyyy.nc", + "format": "NetCDF", + "netcdf_standard_name": "runoff_amount", + "netcdf_packed": "yes", + "netcdf_scale_factor": 0.1, + "netcdf_offset": 0.0, + "units": "mm", + "missing_value": -32768, + "cdm_data_type": "GRID", + "s3_bucket_base": "s3://wbgdecinternal-ntl/climate/data/terraclimate/q", + "notes": "This dataset was downloaded from TerraClimate website", + "references": "https://doi.org/10.1038/sdata.2017.191" +} \ No newline at end of file diff --git a/data/config/terraclimate_soil_nc.json b/data/config/terraclimate_soil_nc.json new file mode 100644 index 0000000..17b5e1a --- /dev/null +++ b/data/config/terraclimate_soil_nc.json @@ -0,0 +1,30 @@ +{ + "source": "TerraClimate", + "source_link": "https://www.climatologylab.org/terraclimate.html", + "description": "Soil Moisture at End of Month", + "main_variable": "soil", + "coverage_description": "Global", + "min_longitude": -180, + "min_latitude": -90, + "max_longitude": 180, + "max_latitude": 90, + "start_year": 1958, + "end_year": 2022, + "coordinate_system": "EPSG:4326", + "spatial_resolution": "4km", + "temporal_resolution": "monthly", + "data_packaging": "Single NetCDF per year", + "content_description": "Each NetCDF file contains all monthly data for one year", + "naming_convention": "TerraClimate_soil_yyyy.nc", + "format": "NetCDF", + "netcdf_standard_name": "soil_moisture_content", + "netcdf_packed": "yes", + "netcdf_scale_factor": 0.1, + "netcdf_offset": 0.0, + "units": "mm", + "missing_value": -32768, + "cdm_data_type": "GRID", + "s3_bucket_base": "s3://wbgdecinternal-ntl/climate/data/terraclimate/soil", + "notes": "This dataset was downloaded from TerraClimate website", + "references": "https://doi.org/10.1038/sdata.2017.191" +} \ No newline at end of file diff --git a/data/config/terraclimate_spei01_tif.json b/data/config/terraclimate_spei01_tif.json new file mode 100644 index 0000000..bd93d17 --- /dev/null +++ b/data/config/terraclimate_spei01_tif.json @@ -0,0 +1,26 @@ +{ + "source": "Derived from TerraClimate data", + "source_link": "https://www.climatologylab.org/terraclimate.html", + "description": "Standardized Precipitation Evapotranspiration Index (Gamma distribution), 1-month", + "main_variable": "spei_gamma_1_month", + "coverage_description": "Global", + "min_longitude": -180, + "min_latitude": -90, + "max_longitude": 180, + "max_latitude": 90, + "start_year": 1958, + "end_year": 2022, + "coordinate_system": "EPSG:4326", + "spatial_resolution": "4km", + "temporal_resolution": "monthly", + "data_packaging": "Single GeoTIFF per month", + "content_description": "Each GeoTIFF file contains monthly SPEI data spanning from 1958 to 2022", + "naming_convention": "wld_cli_terraclimate_spei01_yyyymmdd.tif", + "format": "GeoTIFF", + "units": "unitless", + "missing_value": "NaN", + "cdm_data_type": "GRID", + "s3_bucket_base": "s3://wbgdecinternal-ntl/climate/products/spei-terraclimate/geotiff/spei01", + "notes": "This datasets developed by GOST/DECAT/DEC Data Group of The World Bank", + "references": "https://doi.org/10.1038/sdata.2017.191" +} \ No newline at end of file diff --git a/data/config/terraclimate_spei02_tif.json b/data/config/terraclimate_spei02_tif.json new file mode 100644 index 0000000..296e886 --- /dev/null +++ b/data/config/terraclimate_spei02_tif.json @@ -0,0 +1,26 @@ +{ + "source": "Derived from TerraClimate data", + "source_link": "https://www.climatologylab.org/terraclimate.html", + "description": "Standardized Precipitation Evapotranspiration Index (Gamma distribution), 2-month", + "main_variable": "spei_gamma_2_month", + "coverage_description": "Global", + "min_longitude": -180, + "min_latitude": -90, + "max_longitude": 180, + "max_latitude": 90, + "start_year": 1958, + "end_year": 2022, + "coordinate_system": "EPSG:4326", + "spatial_resolution": "4km", + "temporal_resolution": "monthly", + "data_packaging": "Single GeoTIFF per month", + "content_description": "Each GeoTIFF file contains monthly SPEI data spanning from 1958 to 2022", + "naming_convention": "wld_cli_terraclimate_spei02_yyyymmdd.tif", + "format": "GeoTIFF", + "units": "unitless", + "missing_value": "NaN", + "cdm_data_type": "GRID", + "s3_bucket_base": "s3://wbgdecinternal-ntl/climate/products/spei-terraclimate/geotiff/spei02", + "notes": "This datasets developed by GOST/DECAT/DEC Data Group of The World Bank", + "references": "https://doi.org/10.1038/sdata.2017.191" +} \ No newline at end of file diff --git a/data/config/terraclimate_spei03_tif.json b/data/config/terraclimate_spei03_tif.json new file mode 100644 index 0000000..d8820f6 --- /dev/null +++ b/data/config/terraclimate_spei03_tif.json @@ -0,0 +1,26 @@ +{ + "source": "Derived from TerraClimate data", + "source_link": "https://www.climatologylab.org/terraclimate.html", + "description": "Standardized Precipitation Evapotranspiration Index (Gamma distribution), 3-month", + "main_variable": "spei_gamma_3_month", + "coverage_description": "Global", + "min_longitude": -180, + "min_latitude": -90, + "max_longitude": 180, + "max_latitude": 90, + "start_year": 1958, + "end_year": 2022, + "coordinate_system": "EPSG:4326", + "spatial_resolution": "4km", + "temporal_resolution": "monthly", + "data_packaging": "Single GeoTIFF per month", + "content_description": "Each GeoTIFF file contains monthly SPEI data spanning from 1958 to 2022", + "naming_convention": "wld_cli_terraclimate_spei03_yyyymmdd.tif", + "format": "GeoTIFF", + "units": "unitless", + "missing_value": "NaN", + "cdm_data_type": "GRID", + "s3_bucket_base": "s3://wbgdecinternal-ntl/climate/products/spei-terraclimate/geotiff/spei03", + "notes": "This datasets developed by GOST/DECAT/DEC Data Group of The World Bank", + "references": "https://doi.org/10.1038/sdata.2017.191" +} \ No newline at end of file diff --git a/data/config/terraclimate_spei06_tif.json b/data/config/terraclimate_spei06_tif.json new file mode 100644 index 0000000..2293a54 --- /dev/null +++ b/data/config/terraclimate_spei06_tif.json @@ -0,0 +1,26 @@ +{ + "source": "Derived from TerraClimate data", + "source_link": "https://www.climatologylab.org/terraclimate.html", + "description": "Standardized Precipitation Evapotranspiration Index (Gamma distribution), 6-month", + "main_variable": "spei_gamma_6_month", + "coverage_description": "Global", + "min_longitude": -180, + "min_latitude": -90, + "max_longitude": 180, + "max_latitude": 90, + "start_year": 1958, + "end_year": 2022, + "coordinate_system": "EPSG:4326", + "spatial_resolution": "4km", + "temporal_resolution": "monthly", + "data_packaging": "Single GeoTIFF per month", + "content_description": "Each GeoTIFF file contains monthly SPEI data spanning from 1958 to 2022", + "naming_convention": "wld_cli_terraclimate_spei06_yyyymmdd.tif", + "format": "GeoTIFF", + "units": "unitless", + "missing_value": "NaN", + "cdm_data_type": "GRID", + "s3_bucket_base": "s3://wbgdecinternal-ntl/climate/products/spei-terraclimate/geotiff/spei06", + "notes": "This datasets developed by GOST/DECAT/DEC Data Group of The World Bank", + "references": "https://doi.org/10.1038/sdata.2017.191" +} \ No newline at end of file diff --git a/data/config/terraclimate_spei09_tif.json b/data/config/terraclimate_spei09_tif.json new file mode 100644 index 0000000..58c5259 --- /dev/null +++ b/data/config/terraclimate_spei09_tif.json @@ -0,0 +1,26 @@ +{ + "source": "Derived from TerraClimate data", + "source_link": "https://www.climatologylab.org/terraclimate.html", + "description": "Standardized Precipitation Evapotranspiration Index (Gamma distribution), 9-month", + "main_variable": "spei_gamma_9_month", + "coverage_description": "Global", + "min_longitude": -180, + "min_latitude": -90, + "max_longitude": 180, + "max_latitude": 90, + "start_year": 1958, + "end_year": 2022, + "coordinate_system": "EPSG:4326", + "spatial_resolution": "4km", + "temporal_resolution": "monthly", + "data_packaging": "Single GeoTIFF per month", + "content_description": "Each GeoTIFF file contains monthly SPEI data spanning from 1958 to 2022", + "naming_convention": "wld_cli_terraclimate_spei09_yyyymmdd.tif", + "format": "GeoTIFF", + "units": "unitless", + "missing_value": "NaN", + "cdm_data_type": "GRID", + "s3_bucket_base": "s3://wbgdecinternal-ntl/climate/products/spei-terraclimate/geotiff/spei09", + "notes": "This datasets developed by GOST/DECAT/DEC Data Group of The World Bank", + "references": "https://doi.org/10.1038/sdata.2017.191" +} \ No newline at end of file diff --git a/data/config/terraclimate_spei12_tif.json b/data/config/terraclimate_spei12_tif.json new file mode 100644 index 0000000..fa28187 --- /dev/null +++ b/data/config/terraclimate_spei12_tif.json @@ -0,0 +1,26 @@ +{ + "source": "Derived from TerraClimate data", + "source_link": "https://www.climatologylab.org/terraclimate.html", + "description": "Standardized Precipitation Evapotranspiration Index (Gamma distribution), 12-month", + "main_variable": "spei_gamma_12_month", + "coverage_description": "Global", + "min_longitude": -180, + "min_latitude": -90, + "max_longitude": 180, + "max_latitude": 90, + "start_year": 1958, + "end_year": 2022, + "coordinate_system": "EPSG:4326", + "spatial_resolution": "4km", + "temporal_resolution": "monthly", + "data_packaging": "Single GeoTIFF per month", + "content_description": "Each GeoTIFF file contains monthly SPEI data spanning from 1958 to 2022", + "naming_convention": "wld_cli_terraclimate_spei12_yyyymmdd.tif", + "format": "GeoTIFF", + "units": "unitless", + "missing_value": "NaN", + "cdm_data_type": "GRID", + "s3_bucket_base": "s3://wbgdecinternal-ntl/climate/products/spei-terraclimate/geotiff/spei12", + "notes": "This datasets developed by GOST/DECAT/DEC Data Group of The World Bank", + "references": "https://doi.org/10.1038/sdata.2017.191" +} \ No newline at end of file diff --git a/data/config/terraclimate_spei18_tif.json b/data/config/terraclimate_spei18_tif.json new file mode 100644 index 0000000..43847b3 --- /dev/null +++ b/data/config/terraclimate_spei18_tif.json @@ -0,0 +1,26 @@ +{ + "source": "Derived from TerraClimate data", + "source_link": "https://www.climatologylab.org/terraclimate.html", + "description": "Standardized Precipitation Evapotranspiration Index (Gamma distribution), 18-month", + "main_variable": "spei_gamma_18_month", + "coverage_description": "Global", + "min_longitude": -180, + "min_latitude": -90, + "max_longitude": 180, + "max_latitude": 90, + "start_year": 1958, + "end_year": 2022, + "coordinate_system": "EPSG:4326", + "spatial_resolution": "4km", + "temporal_resolution": "monthly", + "data_packaging": "Single GeoTIFF per month", + "content_description": "Each GeoTIFF file contains monthly SPEI data spanning from 1958 to 2022", + "naming_convention": "wld_cli_terraclimate_spei18_yyyymmdd.tif", + "format": "GeoTIFF", + "units": "unitless", + "missing_value": "NaN", + "cdm_data_type": "GRID", + "s3_bucket_base": "s3://wbgdecinternal-ntl/climate/products/spei-terraclimate/geotiff/spei18", + "notes": "This datasets developed by GOST/DECAT/DEC Data Group of The World Bank", + "references": "https://doi.org/10.1038/sdata.2017.191" +} \ No newline at end of file diff --git a/data/config/terraclimate_spei24_tif.json b/data/config/terraclimate_spei24_tif.json new file mode 100644 index 0000000..d74976c --- /dev/null +++ b/data/config/terraclimate_spei24_tif.json @@ -0,0 +1,26 @@ +{ + "source": "Derived from TerraClimate data", + "source_link": "https://www.climatologylab.org/terraclimate.html", + "description": "Standardized Precipitation Evapotranspiration Index (Gamma distribution), 24-month", + "main_variable": "spei_gamma_24_month", + "coverage_description": "Global", + "min_longitude": -180, + "min_latitude": -90, + "max_longitude": 180, + "max_latitude": 90, + "start_year": 1958, + "end_year": 2022, + "coordinate_system": "EPSG:4326", + "spatial_resolution": "4km", + "temporal_resolution": "monthly", + "data_packaging": "Single GeoTIFF per month", + "content_description": "Each GeoTIFF file contains monthly SPEI data spanning from 1958 to 2022", + "naming_convention": "wld_cli_terraclimate_spei24_yyyymmdd.tif", + "format": "GeoTIFF", + "units": "unitless", + "missing_value": "NaN", + "cdm_data_type": "GRID", + "s3_bucket_base": "s3://wbgdecinternal-ntl/climate/products/spei-terraclimate/geotiff/spei24", + "notes": "This datasets developed by GOST/DECAT/DEC Data Group of The World Bank", + "references": "https://doi.org/10.1038/sdata.2017.191" +} \ No newline at end of file diff --git a/data/config/terraclimate_spei36_tif.json b/data/config/terraclimate_spei36_tif.json new file mode 100644 index 0000000..7b2e0fa --- /dev/null +++ b/data/config/terraclimate_spei36_tif.json @@ -0,0 +1,26 @@ +{ + "source": "Derived from TerraClimate data", + "source_link": "https://www.climatologylab.org/terraclimate.html", + "description": "Standardized Precipitation Evapotranspiration Index (Gamma distribution), 36-month", + "main_variable": "spei_gamma_36_month", + "coverage_description": "Global", + "min_longitude": -180, + "min_latitude": -90, + "max_longitude": 180, + "max_latitude": 90, + "start_year": 1958, + "end_year": 2022, + "coordinate_system": "EPSG:4326", + "spatial_resolution": "4km", + "temporal_resolution": "monthly", + "data_packaging": "Single GeoTIFF per month", + "content_description": "Each GeoTIFF file contains monthly SPEI data spanning from 1958 to 2022", + "naming_convention": "wld_cli_terraclimate_spei36_yyyymmdd.tif", + "format": "GeoTIFF", + "units": "unitless", + "missing_value": "NaN", + "cdm_data_type": "GRID", + "s3_bucket_base": "s3://wbgdecinternal-ntl/climate/products/spei-terraclimate/geotiff/spei36", + "notes": "This datasets developed by GOST/DECAT/DEC Data Group of The World Bank", + "references": "https://doi.org/10.1038/sdata.2017.191" +} \ No newline at end of file diff --git a/data/config/terraclimate_spei48_tif.json b/data/config/terraclimate_spei48_tif.json new file mode 100644 index 0000000..ae087d6 --- /dev/null +++ b/data/config/terraclimate_spei48_tif.json @@ -0,0 +1,26 @@ +{ + "source": "Derived from TerraClimate data", + "source_link": "https://www.climatologylab.org/terraclimate.html", + "description": "Standardized Precipitation Evapotranspiration Index (Gamma distribution), 48-month", + "main_variable": "spei_gamma_48_month", + "coverage_description": "Global", + "min_longitude": -180, + "min_latitude": -90, + "max_longitude": 180, + "max_latitude": 90, + "start_year": 1958, + "end_year": 2022, + "coordinate_system": "EPSG:4326", + "spatial_resolution": "4km", + "temporal_resolution": "monthly", + "data_packaging": "Single GeoTIFF per month", + "content_description": "Each GeoTIFF file contains monthly SPEI data spanning from 1958 to 2022", + "naming_convention": "wld_cli_terraclimate_spei48_yyyymmdd.tif", + "format": "GeoTIFF", + "units": "unitless", + "missing_value": "NaN", + "cdm_data_type": "GRID", + "s3_bucket_base": "s3://wbgdecinternal-ntl/climate/products/spei-terraclimate/geotiff/spei48", + "notes": "This datasets developed by GOST/DECAT/DEC Data Group of The World Bank", + "references": "https://doi.org/10.1038/sdata.2017.191" +} \ No newline at end of file diff --git a/data/config/terraclimate_spei60_tif.json b/data/config/terraclimate_spei60_tif.json new file mode 100644 index 0000000..717c7ce --- /dev/null +++ b/data/config/terraclimate_spei60_tif.json @@ -0,0 +1,26 @@ +{ + "source": "Derived from TerraClimate data", + "source_link": "https://www.climatologylab.org/terraclimate.html", + "description": "Standardized Precipitation Evapotranspiration Index (Gamma distribution), 60-month", + "main_variable": "spei_gamma_60_month", + "coverage_description": "Global", + "min_longitude": -180, + "min_latitude": -90, + "max_longitude": 180, + "max_latitude": 90, + "start_year": 1958, + "end_year": 2022, + "coordinate_system": "EPSG:4326", + "spatial_resolution": "4km", + "temporal_resolution": "monthly", + "data_packaging": "Single GeoTIFF per month", + "content_description": "Each GeoTIFF file contains monthly SPEI data spanning from 1958 to 2022", + "naming_convention": "wld_cli_terraclimate_spei60_yyyymmdd.tif", + "format": "GeoTIFF", + "units": "unitless", + "missing_value": "NaN", + "cdm_data_type": "GRID", + "s3_bucket_base": "s3://wbgdecinternal-ntl/climate/products/spei-terraclimate/geotiff/spei60", + "notes": "This datasets developed by GOST/DECAT/DEC Data Group of The World Bank", + "references": "https://doi.org/10.1038/sdata.2017.191" +} \ No newline at end of file diff --git a/data/config/terraclimate_spei72_tif.json b/data/config/terraclimate_spei72_tif.json new file mode 100644 index 0000000..da494ca --- /dev/null +++ b/data/config/terraclimate_spei72_tif.json @@ -0,0 +1,26 @@ +{ + "source": "Derived from TerraClimate data", + "source_link": "https://www.climatologylab.org/terraclimate.html", + "description": "Standardized Precipitation Evapotranspiration Index (Gamma distribution), 72-month", + "main_variable": "spei_gamma_72_month", + "coverage_description": "Global", + "min_longitude": -180, + "min_latitude": -90, + "max_longitude": 180, + "max_latitude": 90, + "start_year": 1958, + "end_year": 2022, + "coordinate_system": "EPSG:4326", + "spatial_resolution": "4km", + "temporal_resolution": "monthly", + "data_packaging": "Single GeoTIFF per month", + "content_description": "Each GeoTIFF file contains monthly SPEI data spanning from 1958 to 2022", + "naming_convention": "wld_cli_terraclimate_spei72_yyyymmdd.tif", + "format": "GeoTIFF", + "units": "unitless", + "missing_value": "NaN", + "cdm_data_type": "GRID", + "s3_bucket_base": "s3://wbgdecinternal-ntl/climate/products/spei-terraclimate/geotiff/spei72", + "notes": "This datasets developed by GOST/DECAT/DEC Data Group of The World Bank", + "references": "https://doi.org/10.1038/sdata.2017.191" +} \ No newline at end of file diff --git a/data/config/terraclimate_spei_nc.json b/data/config/terraclimate_spei_nc.json new file mode 100644 index 0000000..681709b --- /dev/null +++ b/data/config/terraclimate_spei_nc.json @@ -0,0 +1,31 @@ +{ + "source": "Derived from TerraClimate data", + "source_link": "https://www.climatologylab.org/terraclimate.html", + "description": "Standardized Precipitation Evapotranspiration Index (Gamma distribution)", + "time_scale": [1, 2, 3, 6, 9, 12, 18, 24, 36, 48, 60, 72], + "main_variable": "spei_gamma_{time_scale}", + "coverage_description": "Global", + "min_longitude": -180, + "min_latitude": -90, + "max_longitude": 180, + "max_latitude": 90, + "start_year": 1958, + "end_year": 2022, + "coordinate_system": "EPSG:4326", + "spatial_resolution": "4km", + "temporal_resolution": "monthly", + "data_packaging": "Single NetCDF for the whole period", + "content_description": "Each NetCDF file contains monthly SPEI data spanning from 1958 to 2022 for a specific time scale", + "naming_convention": "wld_cli_terraclimate_spei_gamma_{time_scale}_month.nc", + "format": "NetCDF", + "netcdf_long_name": "Standardized Precipitation Evapotranspiration Index (Gamma distribution), {time_scale}-month", + "netcdf_packed": "no", + "netcdf_scale_factor": 0.0, + "netcdf_offset": 0.0, + "units": "unitless", + "missing_value": "NaN", + "cdm_data_type": "GRID", + "s3_bucket_base": "s3://wbgdecinternal-ntl/climate/products/spei-terraclimate/nc", + "notes": "This datasets developed by GOST/DECAT/DEC Data Group of The World Bank", + "references": "https://doi.org/10.1038/sdata.2017.191" +} \ No newline at end of file diff --git a/data/config/terraclimate_spi01_tif.json b/data/config/terraclimate_spi01_tif.json new file mode 100644 index 0000000..b96dbf5 --- /dev/null +++ b/data/config/terraclimate_spi01_tif.json @@ -0,0 +1,26 @@ +{ + "source": "Derived from TerraClimate data", + "source_link": "https://www.climatologylab.org/terraclimate.html", + "description": "Standardized Precipitation Index (Gamma distribution), 1-month", + "main_variable": "spi_gamma_1_month", + "coverage_description": "Global", + "min_longitude": -180, + "min_latitude": -90, + "max_longitude": 180, + "max_latitude": 90, + "start_year": 1958, + "end_year": 2022, + "coordinate_system": "EPSG:4326", + "spatial_resolution": "4km", + "temporal_resolution": "monthly", + "data_packaging": "Single GeoTIFF per month", + "content_description": "Each GeoTIFF file contains monthly SPI data spanning from 1958 to 2022", + "naming_convention": "wld_cli_terraclimate_spi01_yyyymmdd.tif", + "format": "GeoTIFF", + "units": "unitless", + "missing_value": "NaN", + "cdm_data_type": "GRID", + "s3_bucket_base": "s3://wbgdecinternal-ntl/climate/products/spi-terraclimate/geotiff/spi01", + "notes": "This datasets developed by GOST/DECAT/DEC Data Group of The World Bank", + "references": "https://doi.org/10.1038/sdata.2017.191" +} \ No newline at end of file diff --git a/data/config/terraclimate_spi02_tif.json b/data/config/terraclimate_spi02_tif.json new file mode 100644 index 0000000..ec18c93 --- /dev/null +++ b/data/config/terraclimate_spi02_tif.json @@ -0,0 +1,26 @@ +{ + "source": "Derived from TerraClimate data", + "source_link": "https://www.climatologylab.org/terraclimate.html", + "description": "Standardized Precipitation Index (Gamma distribution), 2-month", + "main_variable": "spi_gamma_2_month", + "coverage_description": "Global", + "min_longitude": -180, + "min_latitude": -90, + "max_longitude": 180, + "max_latitude": 90, + "start_year": 1958, + "end_year": 2022, + "coordinate_system": "EPSG:4326", + "spatial_resolution": "4km", + "temporal_resolution": "monthly", + "data_packaging": "Single GeoTIFF per month", + "content_description": "Each GeoTIFF file contains monthly SPI data spanning from 1958 to 2022", + "naming_convention": "wld_cli_terraclimate_spi02_yyyymmdd.tif", + "format": "GeoTIFF", + "units": "unitless", + "missing_value": "NaN", + "cdm_data_type": "GRID", + "s3_bucket_base": "s3://wbgdecinternal-ntl/climate/products/spi-terraclimate/geotiff/spi02", + "notes": "This datasets developed by GOST/DECAT/DEC Data Group of The World Bank", + "references": "https://doi.org/10.1038/sdata.2017.191" +} \ No newline at end of file diff --git a/data/config/terraclimate_spi03_tif.json b/data/config/terraclimate_spi03_tif.json new file mode 100644 index 0000000..c23345e --- /dev/null +++ b/data/config/terraclimate_spi03_tif.json @@ -0,0 +1,26 @@ +{ + "source": "Derived from TerraClimate data", + "source_link": "https://www.climatologylab.org/terraclimate.html", + "description": "Standardized Precipitation Index (Gamma distribution), 3-month", + "main_variable": "spi_gamma_3_month", + "coverage_description": "Global", + "min_longitude": -180, + "min_latitude": -90, + "max_longitude": 180, + "max_latitude": 90, + "start_year": 1958, + "end_year": 2022, + "coordinate_system": "EPSG:4326", + "spatial_resolution": "4km", + "temporal_resolution": "monthly", + "data_packaging": "Single GeoTIFF per month", + "content_description": "Each GeoTIFF file contains monthly SPI data spanning from 1958 to 2022", + "naming_convention": "wld_cli_terraclimate_spi03_yyyymmdd.tif", + "format": "GeoTIFF", + "units": "unitless", + "missing_value": "NaN", + "cdm_data_type": "GRID", + "s3_bucket_base": "s3://wbgdecinternal-ntl/climate/products/spi-terraclimate/geotiff/spi03", + "notes": "This datasets developed by GOST/DECAT/DEC Data Group of The World Bank", + "references": "https://doi.org/10.1038/sdata.2017.191" +} \ No newline at end of file diff --git a/data/config/terraclimate_spi06_tif.json b/data/config/terraclimate_spi06_tif.json new file mode 100644 index 0000000..7319941 --- /dev/null +++ b/data/config/terraclimate_spi06_tif.json @@ -0,0 +1,26 @@ +{ + "source": "Derived from TerraClimate data", + "source_link": "https://www.climatologylab.org/terraclimate.html", + "description": "Standardized Precipitation Index (Gamma distribution), 6-month", + "main_variable": "spi_gamma_6_month", + "coverage_description": "Global", + "min_longitude": -180, + "min_latitude": -90, + "max_longitude": 180, + "max_latitude": 90, + "start_year": 1958, + "end_year": 2022, + "coordinate_system": "EPSG:4326", + "spatial_resolution": "4km", + "temporal_resolution": "monthly", + "data_packaging": "Single GeoTIFF per month", + "content_description": "Each GeoTIFF file contains monthly SPI data spanning from 1958 to 2022", + "naming_convention": "wld_cli_terraclimate_spi06_yyyymmdd.tif", + "format": "GeoTIFF", + "units": "unitless", + "missing_value": "NaN", + "cdm_data_type": "GRID", + "s3_bucket_base": "s3://wbgdecinternal-ntl/climate/products/spi-terraclimate/geotiff/spi06", + "notes": "This datasets developed by GOST/DECAT/DEC Data Group of The World Bank", + "references": "https://doi.org/10.1038/sdata.2017.191" +} \ No newline at end of file diff --git a/data/config/terraclimate_spi09_tif.json b/data/config/terraclimate_spi09_tif.json new file mode 100644 index 0000000..03be705 --- /dev/null +++ b/data/config/terraclimate_spi09_tif.json @@ -0,0 +1,26 @@ +{ + "source": "Derived from TerraClimate data", + "source_link": "https://www.climatologylab.org/terraclimate.html", + "description": "Standardized Precipitation Index (Gamma distribution), 9-month", + "main_variable": "spi_gamma_9_month", + "coverage_description": "Global", + "min_longitude": -180, + "min_latitude": -90, + "max_longitude": 180, + "max_latitude": 90, + "start_year": 1958, + "end_year": 2022, + "coordinate_system": "EPSG:4326", + "spatial_resolution": "4km", + "temporal_resolution": "monthly", + "data_packaging": "Single GeoTIFF per month", + "content_description": "Each GeoTIFF file contains monthly SPI data spanning from 1958 to 2022", + "naming_convention": "wld_cli_terraclimate_spi09_yyyymmdd.tif", + "format": "GeoTIFF", + "units": "unitless", + "missing_value": "NaN", + "cdm_data_type": "GRID", + "s3_bucket_base": "s3://wbgdecinternal-ntl/climate/products/spi-terraclimate/geotiff/spi09", + "notes": "This datasets developed by GOST/DECAT/DEC Data Group of The World Bank", + "references": "https://doi.org/10.1038/sdata.2017.191" +} \ No newline at end of file diff --git a/data/config/terraclimate_spi12_tif.json b/data/config/terraclimate_spi12_tif.json new file mode 100644 index 0000000..d13deae --- /dev/null +++ b/data/config/terraclimate_spi12_tif.json @@ -0,0 +1,26 @@ +{ + "source": "Derived from TerraClimate data", + "source_link": "https://www.climatologylab.org/terraclimate.html", + "description": "Standardized Precipitation Index (Gamma distribution), 12-month", + "main_variable": "spi_gamma_12_month", + "coverage_description": "Global", + "min_longitude": -180, + "min_latitude": -90, + "max_longitude": 180, + "max_latitude": 90, + "start_year": 1958, + "end_year": 2022, + "coordinate_system": "EPSG:4326", + "spatial_resolution": "4km", + "temporal_resolution": "monthly", + "data_packaging": "Single GeoTIFF per month", + "content_description": "Each GeoTIFF file contains monthly SPI data spanning from 1958 to 2022", + "naming_convention": "wld_cli_terraclimate_spi12_yyyymmdd.tif", + "format": "GeoTIFF", + "units": "unitless", + "missing_value": "NaN", + "cdm_data_type": "GRID", + "s3_bucket_base": "s3://wbgdecinternal-ntl/climate/products/spi-terraclimate/geotiff/spi12", + "notes": "This datasets developed by GOST/DECAT/DEC Data Group of The World Bank", + "references": "https://doi.org/10.1038/sdata.2017.191" +} \ No newline at end of file diff --git a/data/config/terraclimate_spi18_tif.json b/data/config/terraclimate_spi18_tif.json new file mode 100644 index 0000000..b5aec05 --- /dev/null +++ b/data/config/terraclimate_spi18_tif.json @@ -0,0 +1,26 @@ +{ + "source": "Derived from TerraClimate data", + "source_link": "https://www.climatologylab.org/terraclimate.html", + "description": "Standardized Precipitation Index (Gamma distribution), 18-month", + "main_variable": "spi_gamma_18_month", + "coverage_description": "Global", + "min_longitude": -180, + "min_latitude": -90, + "max_longitude": 180, + "max_latitude": 90, + "start_year": 1958, + "end_year": 2022, + "coordinate_system": "EPSG:4326", + "spatial_resolution": "4km", + "temporal_resolution": "monthly", + "data_packaging": "Single GeoTIFF per month", + "content_description": "Each GeoTIFF file contains monthly SPI data spanning from 1958 to 2022", + "naming_convention": "wld_cli_terraclimate_spi18_yyyymmdd.tif", + "format": "GeoTIFF", + "units": "unitless", + "missing_value": "NaN", + "cdm_data_type": "GRID", + "s3_bucket_base": "s3://wbgdecinternal-ntl/climate/products/spi-terraclimate/geotiff/spi18", + "notes": "This datasets developed by GOST/DECAT/DEC Data Group of The World Bank", + "references": "https://doi.org/10.1038/sdata.2017.191" +} \ No newline at end of file diff --git a/data/config/terraclimate_spi24_tif.json b/data/config/terraclimate_spi24_tif.json new file mode 100644 index 0000000..6aa28a9 --- /dev/null +++ b/data/config/terraclimate_spi24_tif.json @@ -0,0 +1,26 @@ +{ + "source": "Derived from TerraClimate data", + "source_link": "https://www.climatologylab.org/terraclimate.html", + "description": "Standardized Precipitation Index (Gamma distribution), 24-month", + "main_variable": "spi_gamma_24_month", + "coverage_description": "Global", + "min_longitude": -180, + "min_latitude": -90, + "max_longitude": 180, + "max_latitude": 90, + "start_year": 1958, + "end_year": 2022, + "coordinate_system": "EPSG:4326", + "spatial_resolution": "4km", + "temporal_resolution": "monthly", + "data_packaging": "Single GeoTIFF per month", + "content_description": "Each GeoTIFF file contains monthly SPI data spanning from 1958 to 2022", + "naming_convention": "wld_cli_terraclimate_spi24_yyyymmdd.tif", + "format": "GeoTIFF", + "units": "unitless", + "missing_value": "NaN", + "cdm_data_type": "GRID", + "s3_bucket_base": "s3://wbgdecinternal-ntl/climate/products/spi-terraclimate/geotiff/spi24", + "notes": "This datasets developed by GOST/DECAT/DEC Data Group of The World Bank", + "references": "https://doi.org/10.1038/sdata.2017.191" +} \ No newline at end of file diff --git a/data/config/terraclimate_spi36_tif.json b/data/config/terraclimate_spi36_tif.json new file mode 100644 index 0000000..f0f5b24 --- /dev/null +++ b/data/config/terraclimate_spi36_tif.json @@ -0,0 +1,26 @@ +{ + "source": "Derived from TerraClimate data", + "source_link": "https://www.climatologylab.org/terraclimate.html", + "description": "Standardized Precipitation Index (Gamma distribution), 36-month", + "main_variable": "spi_gamma_36_month", + "coverage_description": "Global", + "min_longitude": -180, + "min_latitude": -90, + "max_longitude": 180, + "max_latitude": 90, + "start_year": 1958, + "end_year": 2022, + "coordinate_system": "EPSG:4326", + "spatial_resolution": "4km", + "temporal_resolution": "monthly", + "data_packaging": "Single GeoTIFF per month", + "content_description": "Each GeoTIFF file contains monthly SPI data spanning from 1958 to 2022", + "naming_convention": "wld_cli_terraclimate_spi36_yyyymmdd.tif", + "format": "GeoTIFF", + "units": "unitless", + "missing_value": "NaN", + "cdm_data_type": "GRID", + "s3_bucket_base": "s3://wbgdecinternal-ntl/climate/products/spi-terraclimate/geotiff/spi36", + "notes": "This datasets developed by GOST/DECAT/DEC Data Group of The World Bank", + "references": "https://doi.org/10.1038/sdata.2017.191" +} \ No newline at end of file diff --git a/data/config/terraclimate_spi48_tif.json b/data/config/terraclimate_spi48_tif.json new file mode 100644 index 0000000..b8223f6 --- /dev/null +++ b/data/config/terraclimate_spi48_tif.json @@ -0,0 +1,26 @@ +{ + "source": "Derived from TerraClimate data", + "source_link": "https://www.climatologylab.org/terraclimate.html", + "description": "Standardized Precipitation Index (Gamma distribution), 48-month", + "main_variable": "spi_gamma_48_month", + "coverage_description": "Global", + "min_longitude": -180, + "min_latitude": -90, + "max_longitude": 180, + "max_latitude": 90, + "start_year": 1958, + "end_year": 2022, + "coordinate_system": "EPSG:4326", + "spatial_resolution": "4km", + "temporal_resolution": "monthly", + "data_packaging": "Single GeoTIFF per month", + "content_description": "Each GeoTIFF file contains monthly SPI data spanning from 1958 to 2022", + "naming_convention": "wld_cli_terraclimate_spi48_yyyymmdd.tif", + "format": "GeoTIFF", + "units": "unitless", + "missing_value": "NaN", + "cdm_data_type": "GRID", + "s3_bucket_base": "s3://wbgdecinternal-ntl/climate/products/spi-terraclimate/geotiff/spi48", + "notes": "This datasets developed by GOST/DECAT/DEC Data Group of The World Bank", + "references": "https://doi.org/10.1038/sdata.2017.191" +} \ No newline at end of file diff --git a/data/config/terraclimate_spi60_tif.json b/data/config/terraclimate_spi60_tif.json new file mode 100644 index 0000000..950b337 --- /dev/null +++ b/data/config/terraclimate_spi60_tif.json @@ -0,0 +1,26 @@ +{ + "source": "Derived from TerraClimate data", + "source_link": "https://www.climatologylab.org/terraclimate.html", + "description": "Standardized Precipitation Index (Gamma distribution), 60-month", + "main_variable": "spi_gamma_60_month", + "coverage_description": "Global", + "min_longitude": -180, + "min_latitude": -90, + "max_longitude": 180, + "max_latitude": 90, + "start_year": 1958, + "end_year": 2022, + "coordinate_system": "EPSG:4326", + "spatial_resolution": "4km", + "temporal_resolution": "monthly", + "data_packaging": "Single GeoTIFF per month", + "content_description": "Each GeoTIFF file contains monthly SPI data spanning from 1958 to 2022", + "naming_convention": "wld_cli_terraclimate_spi60_yyyymmdd.tif", + "format": "GeoTIFF", + "units": "unitless", + "missing_value": "NaN", + "cdm_data_type": "GRID", + "s3_bucket_base": "s3://wbgdecinternal-ntl/climate/products/spi-terraclimate/geotiff/spi60", + "notes": "This datasets developed by GOST/DECAT/DEC Data Group of The World Bank", + "references": "https://doi.org/10.1038/sdata.2017.191" +} \ No newline at end of file diff --git a/data/config/terraclimate_spi72_tif .json b/data/config/terraclimate_spi72_tif .json new file mode 100644 index 0000000..87f403d --- /dev/null +++ b/data/config/terraclimate_spi72_tif .json @@ -0,0 +1,26 @@ +{ + "source": "Derived from TerraClimate data", + "source_link": "https://www.climatologylab.org/terraclimate.html", + "description": "Standardized Precipitation (Gamma distribution), 72-month", + "main_variable": "spi_gamma_72_month", + "coverage_description": "Global", + "min_longitude": -180, + "min_latitude": -90, + "max_longitude": 180, + "max_latitude": 90, + "start_year": 1958, + "end_year": 2022, + "coordinate_system": "EPSG:4326", + "spatial_resolution": "4km", + "temporal_resolution": "monthly", + "data_packaging": "Single GeoTIFF per month", + "content_description": "Each GeoTIFF file contains monthly SPI data spanning from 1958 to 2022", + "naming_convention": "wld_cli_terraclimate_spi72_yyyymmdd.tif", + "format": "GeoTIFF", + "units": "unitless", + "missing_value": "NaN", + "cdm_data_type": "GRID", + "s3_bucket_base": "s3://wbgdecinternal-ntl/climate/products/spi-terraclimate/geotiff/spi72", + "notes": "This datasets developed by GOST/DECAT/DEC Data Group of The World Bank", + "references": "https://doi.org/10.1038/sdata.2017.191" +} \ No newline at end of file diff --git a/data/config/terraclimate_spi_nc.json b/data/config/terraclimate_spi_nc.json new file mode 100644 index 0000000..d160baf --- /dev/null +++ b/data/config/terraclimate_spi_nc.json @@ -0,0 +1,31 @@ +{ + "source": "Derived from TerraClimate data", + "source_link": "https://www.climatologylab.org/terraclimate.html", + "description": "Standardized Precipitation Index (Gamma distribution)", + "time_scale": [1, 2, 3, 6, 9, 12, 18, 24, 36, 48, 60, 72], + "main_variable": "spi_gamma_{time_scale}_month", + "coverage_description": "Global", + "min_longitude": -180, + "min_latitude": -90, + "max_longitude": 180, + "max_latitude": 90, + "start_year": 1958, + "end_year": 2022, + "coordinate_system": "EPSG:4326", + "spatial_resolution": "4km", + "temporal_resolution": "monthly", + "data_packaging": "Single NetCDF for the whole period", + "content_description": "Each NetCDF file contains monthly SPI data spanning from 1958 to 2022 for a specific time scale", + "naming_convention": "wld_cli_terraclimate_spi_gamma_{time_scale}_month.nc", + "format": "NetCDF", + "netcdf_long_name": "Standardized Precipitation Index (Gamma distribution), {time_scale}-month", + "netcdf_packed": "no", + "netcdf_scale_factor": 0.0, + "netcdf_offset": 0.0, + "units": "unitless", + "missing_value": "NaN", + "cdm_data_type": "GRID", + "s3_bucket_base": "s3://wbgdecinternal-ntl/climate/products/spi-terraclimate/nc", + "notes": "This datasets developed by GOST/DECAT/DEC Data Group of The World Bank", + "references": "https://doi.org/10.1038/sdata.2017.191" +} \ No newline at end of file diff --git a/data/config/terraclimate_srad_nc.json b/data/config/terraclimate_srad_nc.json new file mode 100644 index 0000000..f86f5fa --- /dev/null +++ b/data/config/terraclimate_srad_nc.json @@ -0,0 +1,30 @@ +{ + "source": "TerraClimate", + "source_link": "https://www.climatologylab.org/terraclimate.html", + "description": "Downward Shortwave Radiation Flux at the Surface", + "main_variable": "srad", + "coverage_description": "Global", + "min_longitude": -180, + "min_latitude": -90, + "max_longitude": 180, + "max_latitude": 90, + "start_year": 1958, + "end_year": 2022, + "coordinate_system": "EPSG:4326", + "spatial_resolution": "4km", + "temporal_resolution": "monthly", + "data_packaging": "Single NetCDF per year", + "content_description": "Each NetCDF file contains all monthly data for one year", + "naming_convention": "TerraClimate_srad_yyyy.nc", + "format": "NetCDF", + "netcdf_standard_name": "downwelling_shortwave_flux_in_air", + "netcdf_packed": "yes", + "netcdf_scale_factor": 0.1, + "netcdf_offset": 0.0, + "units": "W/m^2", + "missing_value": -32768, + "cdm_data_type": "GRID", + "s3_bucket_base": "s3://wbgdecinternal-ntl/climate/data/terraclimate/srad", + "notes": "This dataset was downloaded from TerraClimate website", + "references": "https://doi.org/10.1038/sdata.2017.191" +} \ No newline at end of file diff --git a/data/config/terraclimate_swe_nc.json b/data/config/terraclimate_swe_nc.json new file mode 100644 index 0000000..af5378b --- /dev/null +++ b/data/config/terraclimate_swe_nc.json @@ -0,0 +1,30 @@ +{ + "source": "TerraClimate", + "source_link": "https://www.climatologylab.org/terraclimate.html", + "description": "Snow Water Equivalent at End of Month", + "main_variable": "swe", + "coverage_description": "Global", + "min_longitude": -180, + "min_latitude": -90, + "max_longitude": 180, + "max_latitude": 90, + "start_year": 1958, + "end_year": 2022, + "coordinate_system": "EPSG:4326", + "spatial_resolution": "4km", + "temporal_resolution": "monthly", + "data_packaging": "Single NetCDF per year", + "content_description": "Each NetCDF file contains all monthly data for one year", + "naming_convention": "TerraClimate_swe_yyyy.nc", + "format": "NetCDF", + "netcdf_standard_name": "liquid_water_content_of_surface_snow", + "netcdf_packed": "yes", + "netcdf_scale_factor": 0.1, + "netcdf_offset": 0.0, + "units": "mm", + "missing_value": -2147483648, + "cdm_data_type": "GRID", + "s3_bucket_base": "s3://wbgdecinternal-ntl/climate/data/terraclimate/swe", + "notes": "This dataset was downloaded from TerraClimate website", + "references": "https://doi.org/10.1038/sdata.2017.191" +} \ No newline at end of file diff --git a/data/config/terraclimate_tas_nc.json b/data/config/terraclimate_tas_nc.json new file mode 100644 index 0000000..6c7656b --- /dev/null +++ b/data/config/terraclimate_tas_nc.json @@ -0,0 +1,30 @@ +{ + "source": "TerraClimate", + "source_link": "https://www.climatologylab.org/terraclimate.html", + "description": "Mean 2-m Temperature", + "main_variable": "tas", + "coverage_description": "Global", + "min_longitude": -180, + "min_latitude": -90, + "max_longitude": 180, + "max_latitude": 90, + "start_year": 1958, + "end_year": 2022, + "coordinate_system": "EPSG:4326", + "spatial_resolution": "4km", + "temporal_resolution": "monthly", + "data_packaging": "Single NetCDF per year", + "content_description": "Each NetCDF file contains all monthly data for one year", + "naming_convention": "TerraClimate_tas_yyyy.nc", + "format": "NetCDF", + "netcdf_standard_name": "air_temperature", + "netcdf_packed": "yes", + "netcdf_scale_factor": 0.01, + "netcdf_offset": 0.0, + "units": "degC", + "missing_value": -32768, + "cdm_data_type": "GRID", + "s3_bucket_base": "s3://wbgdecinternal-ntl/climate/data/terraclimate/tas", + "notes": "This datasets calculated from tmax and tmin by GOST/DECAT/DEC Data Group of The World Bank", + "references": "https://doi.org/10.1038/sdata.2017.191" +} \ No newline at end of file diff --git a/data/config/terraclimate_tmax_nc.json b/data/config/terraclimate_tmax_nc.json new file mode 100644 index 0000000..3064ead --- /dev/null +++ b/data/config/terraclimate_tmax_nc.json @@ -0,0 +1,30 @@ +{ + "source": "TerraClimate", + "source_link": "https://www.climatologylab.org/terraclimate.html", + "description": "Maximum 2-m Temperature", + "main_variable": "tmax", + "coverage_description": "Global", + "min_longitude": -180, + "min_latitude": -90, + "max_longitude": 180, + "max_latitude": 90, + "start_year": 1958, + "end_year": 2022, + "coordinate_system": "EPSG:4326", + "spatial_resolution": "4km", + "temporal_resolution": "monthly", + "data_packaging": "Single NetCDF per year", + "content_description": "Each NetCDF file contains all monthly data for one year", + "naming_convention": "TerraClimate_tmax_yyyy.nc", + "format": "NetCDF", + "netcdf_standard_name": "air_temperature", + "netcdf_packed": "yes", + "netcdf_scale_factor": 0.01, + "netcdf_offset": -99.0, + "units": "degC", + "missing_value": -32768, + "cdm_data_type": "GRID", + "s3_bucket_base": "s3://wbgdecinternal-ntl/climate/data/terraclimate/tmax", + "notes": "This dataset was downloaded from TerraClimate website", + "references": "https://doi.org/10.1038/sdata.2017.191" +} \ No newline at end of file diff --git a/data/config/terraclimate_tmin_nc.json b/data/config/terraclimate_tmin_nc.json new file mode 100644 index 0000000..21612ce --- /dev/null +++ b/data/config/terraclimate_tmin_nc.json @@ -0,0 +1,30 @@ +{ + "source": "TerraClimate", + "source_link": "https://www.climatologylab.org/terraclimate.html", + "description": "Minimum 2-m Temperature", + "main_variable": "tmin", + "coverage_description": "Global", + "min_longitude": -180, + "min_latitude": -90, + "max_longitude": 180, + "max_latitude": 90, + "start_year": 1958, + "end_year": 2022, + "coordinate_system": "EPSG:4326", + "spatial_resolution": "4km", + "temporal_resolution": "monthly", + "data_packaging": "Single NetCDF per year", + "content_description": "Each NetCDF file contains all monthly data for one year", + "naming_convention": "TerraClimate_tmin_yyyy.nc", + "format": "NetCDF", + "netcdf_standard_name": "air_temperature", + "netcdf_packed": "yes", + "netcdf_scale_factor": 0.01, + "netcdf_offset": -99.0, + "units": "degC", + "missing_value": -32768, + "cdm_data_type": "GRID", + "s3_bucket_base": "s3://wbgdecinternal-ntl/climate/data/terraclimate/tmin", + "notes": "This dataset was downloaded from TerraClimate website", + "references": "https://doi.org/10.1038/sdata.2017.191" +} \ No newline at end of file diff --git a/data/config/terraclimate_vap_nc.json b/data/config/terraclimate_vap_nc.json new file mode 100644 index 0000000..21b4b58 --- /dev/null +++ b/data/config/terraclimate_vap_nc.json @@ -0,0 +1,30 @@ +{ + "source": "TerraClimate", + "source_link": "https://www.climatologylab.org/terraclimate.html", + "description": "2-m Vapor Pressure", + "main_variable": "vap", + "coverage_description": "Global", + "min_longitude": -180, + "min_latitude": -90, + "max_longitude": 180, + "max_latitude": 90, + "start_year": 1958, + "end_year": 2022, + "coordinate_system": "EPSG:4326", + "spatial_resolution": "4km", + "temporal_resolution": "monthly", + "data_packaging": "Single NetCDF per year", + "content_description": "Each NetCDF file contains all monthly data for one year", + "naming_convention": "TerraClimate_vap_yyyy.nc", + "format": "NetCDF", + "netcdf_standard_name": "water_vapor_partial_pressure_in_air", + "netcdf_packed": "yes", + "netcdf_scale_factor": 0.001, + "netcdf_offset": 0.0, + "units": "kPa", + "missing_value": -32768, + "cdm_data_type": "GRID", + "s3_bucket_base": "s3://wbgdecinternal-ntl/climate/data/terraclimate/vap", + "notes": "This dataset was downloaded from TerraClimate website", + "references": "https://doi.org/10.1038/sdata.2017.191" +} \ No newline at end of file diff --git a/data/config/terraclimate_vpd_nc.json b/data/config/terraclimate_vpd_nc.json new file mode 100644 index 0000000..3f431f2 --- /dev/null +++ b/data/config/terraclimate_vpd_nc.json @@ -0,0 +1,30 @@ +{ + "source": "TerraClimate", + "source_link": "https://www.climatologylab.org/terraclimate.html", + "description": "Vapor Pressure Deficit", + "main_variable": "vpd", + "coverage_description": "Global", + "min_longitude": -180, + "min_latitude": -90, + "max_longitude": 180, + "max_latitude": 90, + "start_year": 1958, + "end_year": 2022, + "coordinate_system": "EPSG:4326", + "spatial_resolution": "4km", + "temporal_resolution": "monthly", + "data_packaging": "Single NetCDF per year", + "content_description": "Each NetCDF file contains all monthly data for one year", + "naming_convention": "TerraClimate_vpd_yyyy.nc", + "format": "NetCDF", + "netcdf_standard_name": "vapor_pressure_deficit", + "netcdf_packed": "yes", + "netcdf_scale_factor": 0.01, + "netcdf_offset": 0.0, + "units": "kPa", + "missing_value": -32768, + "cdm_data_type": "GRID", + "s3_bucket_base": "s3://wbgdecinternal-ntl/climate/data/terraclimate/vpd", + "notes": "This dataset was downloaded from TerraClimate website", + "references": "https://doi.org/10.1038/sdata.2017.191" +} \ No newline at end of file diff --git a/data/config/terraclimate_ws_nc.json b/data/config/terraclimate_ws_nc.json new file mode 100644 index 0000000..a2242b4 --- /dev/null +++ b/data/config/terraclimate_ws_nc.json @@ -0,0 +1,30 @@ +{ + "source": "TerraClimate", + "source_link": "https://www.climatologylab.org/terraclimate.html", + "description": "Wind Speed at 10-m", + "main_variable": "ws", + "coverage_description": "Global", + "min_longitude": -180, + "min_latitude": -90, + "max_longitude": 180, + "max_latitude": 90, + "start_year": 1958, + "end_year": 2022, + "coordinate_system": "EPSG:4326", + "spatial_resolution": "4km", + "temporal_resolution": "monthly", + "data_packaging": "Single NetCDF per year", + "content_description": "Each NetCDF file contains all monthly data for one year", + "naming_convention": "TerraClimate_ws_yyyy.nc", + "format": "NetCDF", + "netcdf_standard_name": "wind_speed", + "netcdf_packed": "yes", + "netcdf_scale_factor": 0.01, + "netcdf_offset": 0.0, + "units": "m/s", + "missing_value": -32768, + "cdm_data_type": "GRID", + "s3_bucket_base": "s3://wbgdecinternal-ntl/climate/data/terraclimate/ws", + "notes": "This dataset was downloaded from TerraClimate website", + "references": "https://doi.org/10.1038/sdata.2017.191" +} \ No newline at end of file