Skip to content

Commit b13a8fb

Browse files
committed
Add CSR, GFZ, JPL daily EWH(GRACE-SH)
1 parent a702c4e commit b13a8fb

File tree

5 files changed

+4936
-307
lines changed

5 files changed

+4936
-307
lines changed

src/IHEWAcollect/base/base.yml

Lines changed: 159 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -952,12 +952,13 @@ products:
952952
protocols:
953953
- 'HTTPS'
954954
methods:
955-
- 'get'
955+
- 'post'
956956
ftypes:
957957
- 'GTiff'
958958
- 'NetCDF'
959959
versions:
960-
- 'v3'
960+
- 'v3.1'
961+
- 'v3.2'
961962
datasets:
962963
- 'GRACE'
963964
resolutions:
@@ -969,7 +970,7 @@ products:
969970
daily:
970971
url: 'https://podaac-tools.jpl.nasa.gov'
971972
protocol: 'HTTPS'
972-
method: 'get'
973+
method: 'post'
973974
freq: 'D'
974975
variables:
975976
EWH:
@@ -1013,6 +1014,55 @@ products:
10131014
dem:
10141015
w: 360
10151016
h: 180
1017+
v3.2:
1018+
grace:
1019+
daily:
1020+
url: 'https://podaac-tools.jpl.nasa.gov'
1021+
protocol: 'HTTPS'
1022+
method: 'post'
1023+
freq: 'D'
1024+
variables:
1025+
EWH:
1026+
variable: null
1027+
name: 'equivalent water height'
1028+
description:
1029+
''
1030+
dir: '/drive/files/allData/tellus/L3/gracefo/land_mass/RL06/v03/CSR/'
1031+
fname:
1032+
r: 'GRD-3_{dtime_s:%Y%j}-{dtime_e:%Y%j}_GRAC_UTCSR_BA01_0600_LND_v03.tif'
1033+
t: ''
1034+
l: 'CSR_v3.2_mm_D-{dtime:%Y%m%d}.tif'
1035+
fmt:
1036+
d: null
1037+
r: 'dtime.dtime'
1038+
t: null
1039+
l: 'dtime'
1040+
ftype:
1041+
r: 'GTiff'
1042+
t: null
1043+
l: 'GTiff'
1044+
dtype:
1045+
r: 'float32'
1046+
t: null
1047+
l: 'float32'
1048+
units:
1049+
r: 'm'
1050+
l: 'mm'
1051+
m: 1000.0
1052+
lat:
1053+
s: -90.0
1054+
n: 90.0
1055+
r: 1.0
1056+
lon:
1057+
w: -180.0
1058+
e: 180.0
1059+
r: 1.0
1060+
time:
1061+
s: 2018-06-01 00:00:00
1062+
e: null
1063+
dem:
1064+
w: 360
1065+
h: 180
10161066

10171067
# Spatial resolution
10181068
# DEM, DIR
@@ -3273,12 +3323,13 @@ products:
32733323
protocols:
32743324
- 'HTTPS'
32753325
methods:
3276-
- 'get'
3326+
- 'post'
32773327
ftypes:
32783328
- 'GTiff'
32793329
- 'NetCDF'
32803330
versions:
3281-
- 'v3'
3331+
- 'v3.1'
3332+
- 'v3.2'
32823333
datasets:
32833334
- 'GRACE'
32843335
resolutions:
@@ -3290,7 +3341,7 @@ products:
32903341
daily:
32913342
url: 'https://podaac-tools.jpl.nasa.gov'
32923343
protocol: 'HTTPS'
3293-
method: 'get'
3344+
method: 'post'
32943345
freq: 'D'
32953346
variables:
32963347
EWH:
@@ -3334,6 +3385,55 @@ products:
33343385
dem:
33353386
w: 360
33363387
h: 180
3388+
v3.2:
3389+
grace:
3390+
daily:
3391+
url: 'https://podaac-tools.jpl.nasa.gov'
3392+
protocol: 'HTTPS'
3393+
method: 'post'
3394+
freq: 'D'
3395+
variables:
3396+
EWH:
3397+
variable: null
3398+
name: 'equivalent water height'
3399+
description:
3400+
''
3401+
dir: '/drive/files/allData/tellus/L3/gracefo/land_mass/RL06/v03/GFZ/'
3402+
fname:
3403+
r: 'GRD-3_{dtime_s:%Y%j}-{dtime_e:%Y%j}_GRAC_GFZOP_BA01_0600_LND_v03.tif'
3404+
t: ''
3405+
l: 'GFZ_v3.2_mm_D-{dtime:%Y%m%d}.tif'
3406+
fmt:
3407+
d: null
3408+
r: 'dtime.dtime'
3409+
t: null
3410+
l: 'dtime'
3411+
ftype:
3412+
r: 'GTiff'
3413+
t: null
3414+
l: 'GTiff'
3415+
dtype:
3416+
r: 'float32'
3417+
t: null
3418+
l: 'float32'
3419+
units:
3420+
r: 'm'
3421+
l: 'mm'
3422+
m: 1000.0
3423+
lat:
3424+
s: -90.0
3425+
n: 90.0
3426+
r: 1.0
3427+
lon:
3428+
w: -180.0
3429+
e: 180.0
3430+
r: 1.0
3431+
time:
3432+
s: 2018-06-01 00:00:00
3433+
e: null
3434+
dem:
3435+
w: 360
3436+
h: 180
33373437

33383438
# E, ..., Variable list
33393439
# hydro1.gesdisc.eosdis.nasa.gov
@@ -3927,12 +4027,13 @@ products:
39274027
protocols:
39284028
- 'HTTPS'
39294029
methods:
3930-
- 'get'
4030+
- 'post'
39314031
ftypes:
39324032
- 'GTiff'
39334033
- 'NetCDF'
39344034
versions:
3935-
- 'v3'
4035+
- 'v3.1'
4036+
- 'v3.2'
39364037
datasets:
39374038
- 'GRACE'
39384039
resolutions:
@@ -3944,7 +4045,7 @@ products:
39444045
daily:
39454046
url: 'https://podaac-tools.jpl.nasa.gov'
39464047
protocol: 'HTTPS'
3947-
method: 'get'
4048+
method: 'post'
39484049
freq: 'D'
39494050
variables:
39504051
EWH:
@@ -3988,6 +4089,55 @@ products:
39884089
dem:
39894090
w: 360
39904091
h: 180
4092+
v3.2:
4093+
grace:
4094+
daily:
4095+
url: 'https://podaac-tools.jpl.nasa.gov'
4096+
protocol: 'HTTPS'
4097+
method: 'post'
4098+
freq: 'D'
4099+
variables:
4100+
EWH:
4101+
variable: null
4102+
name: 'equivalent water height'
4103+
description:
4104+
''
4105+
dir: '/drive/files/allData/tellus/L3/gracefo/land_mass/RL06/v03/JPL/'
4106+
fname:
4107+
r: 'GRD-3_{dtime_s:%Y%j}-{dtime_e:%Y%j}_GRAC_JPLEM_BA01_0600_LND_v03.tif'
4108+
t: ''
4109+
l: 'JPL_v3.2_mm_D-{dtime:%Y%m%d}.tif'
4110+
fmt:
4111+
d: null
4112+
r: 'dtime.dtime'
4113+
t: null
4114+
l: 'dtime'
4115+
ftype:
4116+
r: 'GTiff'
4117+
t: null
4118+
l: 'GTiff'
4119+
dtype:
4120+
r: 'float32'
4121+
t: null
4122+
l: 'float32'
4123+
units:
4124+
r: 'm'
4125+
l: 'mm'
4126+
m: 1000.0
4127+
lat:
4128+
s: -90.0
4129+
n: 90.0
4130+
r: 1.0
4131+
lon:
4132+
w: -180.0
4133+
e: 180.0
4134+
r: 1.0
4135+
time:
4136+
s: 2018-06-01 00:00:00
4137+
e: null
4138+
dem:
4139+
w: 360
4140+
h: 180
39914141

39924142
# Spatial resolution
39934143
# Water occurrence

src/IHEWAcollect/download.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -711,7 +711,7 @@ def get_products(self) -> dict:
711711
# 'bbox': area_bbox,
712712
# 'period': {
713713
# 's': '2004-12-01',
714-
# 'e': '2016-01-01'
714+
# 'e': '2013-01-01'
715715
# },
716716
# 'nodata': nodata
717717
# },
@@ -724,7 +724,7 @@ def get_products(self) -> dict:
724724
'bbox': area_bbox,
725725
'period': {
726726
's': '2004-12-01',
727-
'e': '2016-01-01'
727+
'e': '2013-01-01'
728728
},
729729
'nodata': nodata
730730
},
@@ -737,7 +737,7 @@ def get_products(self) -> dict:
737737
'bbox': area_bbox,
738738
'period': {
739739
's': '2004-12-01',
740-
'e': '2016-01-01'
740+
'e': '2013-01-01'
741741
},
742742
'nodata': nodata
743743
}

0 commit comments

Comments
 (0)