Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(dataset): update dataset snow to v2.0 #1137

Merged
merged 1 commit into from
Jun 14, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions data/downloads/odp-ftp-snow.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
ftp = FTP('anon-ftp.ceda.ac.uk')
ftp.login()

BASE_PATH = '/neodc/esacci/snow/data/swe/MERGED/v1.0'
BASE_PATH = '/neodc/esacci/snow/data/swe/MERGED/v2.0'
OUTPUT_PATH = f"{os.getcwd()}/download/snow"

years = range(1979, 2018)
years = range(1979, 2021)

for year in years:
months = ftp.nlst(f'{BASE_PATH}/{year}/')
Expand Down
2 changes: 1 addition & 1 deletion data/triggers/aerosol_aod550_mean.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ TIMEOUT=4000
LAYER_ID="aerosol.AOD550_mean"
VARIABLE_ID="AOD550_mean"
LAYER_TYPE="image"
VERSION="1.6.3"
VERSION="1.6.5"
LON_RES="360"
LAT_RES="180"
ZOOM_LEVELS="0-3"
Expand Down
2 changes: 1 addition & 1 deletion data/triggers/biomass_agb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ TIMEOUT=20000
LAYER_ID="biomass.agb"
VARIABLE_ID="agb"
LAYER_TYPE="tiles"
VERSION="1.6.3"
VERSION="1.6.5"
LON_RES="81000"
LAT_RES="31500"
ZOOM_LEVELS="0-7"
Expand Down
2 changes: 1 addition & 1 deletion data/triggers/cloud_cfc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ TIMEOUT=8000
LAYER_ID="cloud.cfc"
VARIABLE_ID="cfc"
LAYER_TYPE="image"
VERSION="1.6.3"
VERSION="1.6.5"
LON_RES="720"
LAT_RES="360"
ZOOM_LEVELS="0-3"
Expand Down
2 changes: 1 addition & 1 deletion data/triggers/fire_burned_area.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ TIMEOUT=8000
LAYER_ID="fire.burned_area"
VARIABLE_ID="burned_area"
LAYER_TYPE="image"
VERSION="1.6.3"
VERSION="1.6.5"
LON_RES="1440"
LAT_RES="720"
ZOOM_LEVELS="0-3"
Expand Down
2 changes: 1 addition & 1 deletion data/triggers/greenhouse_xch4.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ TIMEOUT=3000
LAYER_ID="greenhouse.xch4"
VARIABLE_ID="xch4"
LAYER_TYPE="image"
VERSION="1.6.3"
VERSION="1.6.5"
LON_RES="180"
LAT_RES="90"
ZOOM_LEVELS="0-2"
Expand Down
2 changes: 1 addition & 1 deletion data/triggers/greenhouse_xco2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ TIMEOUT=3000
LAYER_ID="greenhouse.xco2"
VARIABLE_ID="xco2"
LAYER_TYPE="image"
VERSION="1.6.3"
VERSION="1.6.5"
LON_RES="180"
LAT_RES="90"
ZOOM_LEVELS="0-2"
Expand Down
2 changes: 1 addition & 1 deletion data/triggers/greenland_ice_sec.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ TIMEOUT=2000
LAYER_ID="greenland_ice.sec"
VARIABLE_ID="SEC"
LAYER_TYPE="tiles"
VERSION="1.6.3"
VERSION="1.6.5"
ZOOM_LEVELS="0-3"
MIN_LON="-90"
MAX_LON="7.594643368591434"
Expand Down
2 changes: 1 addition & 1 deletion data/triggers/ice_sheets_antarctica_dm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ TIMEOUT=2000
LAYER_ID="ice_sheets_antarctica.dm"
VARIABLE_ID="dm"
LAYER_TYPE="image"
VERSION="1.6.3"
VERSION="1.6.5"
ZOOM_LEVELS="0-3"
LON_RES="2048"
LAT_RES="1024"
Expand Down
2 changes: 1 addition & 1 deletion data/triggers/lakes_chla_mean.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ TIMEOUT=8000
LAYER_ID="lakes.chla_mean"
VARIABLE_ID="chla_mean"
LAYER_TYPE="tiles"
VERSION="1.6.3"
VERSION="1.6.5"
LON_RES="43200"
LAT_RES="21600"
ZOOM_LEVELS="0-3"
Expand Down
2 changes: 1 addition & 1 deletion data/triggers/lakes_lswt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ TIMEOUT=16000
LAYER_ID="lakes.lswt"
VARIABLE_ID="lswt"
LAYER_TYPE="image"
VERSION="1.6.3"
VERSION="1.6.5"
LON_RES="4320"
LAT_RES="2160"
ZOOM_LEVELS="0-3"
Expand Down
2 changes: 1 addition & 1 deletion data/triggers/land_cover_lccs_class.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ TIMEOUT=24000
LAYER_ID="land_cover.lccs_class"
VARIABLE_ID="lccs_class"
LAYER_TYPE="tiles"
VERSION="1.6.3"
VERSION="1.6.5"
LON_RES="64800"
LAT_RES="32400"
ZOOM_LEVELS="0-5"
Expand Down
2 changes: 1 addition & 1 deletion data/triggers/land_surface_temperature_lst.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
TIMEOUT=24000
LAYER_ID="land_surface_temperature.lst"
VARIABLE_ID="lst"
VERSION="1.6.3"
VERSION="1.6.5"
LAYER_TYPE="image"
LON_RES="1440"
LAT_RES="720"
Expand Down
2 changes: 1 addition & 1 deletion data/triggers/oc_chlor_a.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ TIMEOUT=8000
LAYER_ID="oc.chlor_a"
VARIABLE_ID="chlor_a"
LAYER_TYPE="image"
VERSION="1.6.3"
VERSION="1.6.5"
LON_RES="2048"
LAT_RES="1024"
ZOOM_LEVELS="0-3"
Expand Down
2 changes: 1 addition & 1 deletion data/triggers/ogvi_ogvi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ TIMEOUT=30000
LAYER_ID="ogvi.ogvi"
VARIABLE_ID="ogvi"
LAYER_TYPE="tiles"
VERSION="1.6.3"
VERSION="1.6.5"
LON_RES="51103"
LAT_RES="25552"
ZOOM_LEVELS="0-4"
Expand Down
2 changes: 1 addition & 1 deletion data/triggers/ozone_total_ozone_column.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ TIMEOUT=12000
LAYER_ID="ozone.total_ozone_column"
VARIABLE_ID="total_ozone_column"
LAYER_TYPE="image"
VERSION="1.6.3"
VERSION="1.6.5"
LON_RES="720"
LAT_RES="360"
ZOOM_LEVELS="0-3"
Expand Down
2 changes: 1 addition & 1 deletion data/triggers/permafrost_pfr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ TIMEOUT=2000
LAYER_ID="permafrost.pfr"
VARIABLE_ID="PFR"
LAYER_TYPE="tiles"
VERSION="1.6.3"
VERSION="1.6.5"
LON_RES="36366"
LAT_RES="18182"
ZOOM_LEVELS="0-4"
Expand Down
2 changes: 1 addition & 1 deletion data/triggers/sea_ice_nh_ice_conc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ TIMEOUT=8000
LAYER_ID="sea_ice_nh.ice_conc"
VARIABLE_ID="ice_conc"
LAYER_TYPE="tiles"
VERSION="1.6.3"
VERSION="1.6.5"
LON_RES="2444"
LAT_RES="496"
ZOOM_LEVELS="0-3"
Expand Down
2 changes: 1 addition & 1 deletion data/triggers/sea_ice_sh_ice_conc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ TIMEOUT=8000
LAYER_ID="sea_ice_sh.ice_conc"
VARIABLE_ID="ice_conc"
LAYER_TYPE="tiles"
VERSION="1.6.3"
VERSION="1.6.5"
LON_RES="2444"
LAT_RES="496"
ZOOM_LEVELS="0-3"
Expand Down
2 changes: 1 addition & 1 deletion data/triggers/sea_level_sla.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ TIMEOUT=8000
LAYER_ID="sea_level.sla"
VARIABLE_ID="sla"
LAYER_TYPE="image"
VERSION="1.6.3"
VERSION="1.6.5"
LON_RES="1440"
LAT_RES="720"
ZOOM_LEVELS="0-3"
Expand Down
2 changes: 1 addition & 1 deletion data/triggers/sea_state_swh_mean.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ TIMEOUT=8000
LAYER_ID="sea_state.swh_mean"
VARIABLE_ID="swh_mean"
LAYER_TYPE="image"
VERSION="1.6.3"
VERSION="1.6.5"
LON_RES="360"
LAT_RES="180"
ZOOM_LEVELS="0-3"
Expand Down
2 changes: 1 addition & 1 deletion data/triggers/sea_surface_salinity_sss.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ TIMEOUT=4000
LAYER_ID="sea_surface_salinity.sss"
VARIABLE_ID="sss"
LAYER_TYPE="image"
VERSION="1.6.3"
VERSION="1.6.5"
LON_RES="1388"
LAT_RES="694"
ZOOM_LEVELS="0-3"
Expand Down
2 changes: 1 addition & 1 deletion data/triggers/snow_swe.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ TIMEOUT=8000
LAYER_ID="snow.swe"
VARIABLE_ID="swe"
LAYER_TYPE="image"
VERSION="1.6.3"
VERSION="1.6.5"
LON_RES="1440"
LAT_RES="720"
ZOOM_LEVELS="0-3"
Expand Down
2 changes: 1 addition & 1 deletion data/triggers/soil_moisture_anomaly.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ TIMEOUT=4000
LAYER_ID="soil_moisture.Anomaly"
VARIABLE_ID="Anomaly"
LAYER_TYPE="image"
VERSION="1.6.3"
VERSION="1.6.5"
LON_RES="1440"
LAT_RES="720"
ZOOM_LEVELS="0-3"
Expand Down
2 changes: 1 addition & 1 deletion data/triggers/soil_moisture_sm_mean.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ TIMEOUT=8000
LAYER_ID="soil_moisture.sm_mean"
VARIABLE_ID="sm_mean"
LAYER_TYPE="image"
VERSION="1.6.3"
VERSION="1.6.5"
LON_RES="1440"
LAT_RES="720"
ZOOM_LEVELS="0-3"
Expand Down
2 changes: 1 addition & 1 deletion data/triggers/sst_analysed_sst.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
TIMEOUT=24000
LAYER_ID="sst.analysed_sst"
VARIABLE_ID="analysed_sst"
VERSION="1.6.3"
VERSION="1.6.5"
LAYER_TYPE="image"
LON_RES="2048"
LAT_RES="1024"
Expand Down
2 changes: 1 addition & 1 deletion data/triggers/water_vapor_tcwv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
TIMEOUT=24000
LAYER_ID="water_vapour.tcwv"
VARIABLE_ID="tcwv"
VERSION="1.6.3"
VERSION="1.6.5"
LAYER_TYPE="image"
LON_RES="2048"
LAT_RES="1024"
Expand Down