File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
src/door/data_sources/chirps
workflow_examples/option_files Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -58,6 +58,13 @@ class CHIRPSDownloader(FTPDownloader):
5858 "prelim_url" : homev2 + "prelim/" + 'global_monthly/tifs/chirps-v2.0.{timestep.start:%Y.%m}.tif' ,
5959 "prelim_nodata" : - 9999
6060 },
61+ "CHIRPSv3-daily" : {
62+ "ts_per_year" : 365 ,
63+ "url" : homev3 + 'daily/final/IMERGlate-v07/{timestep.year}/chirps-v3.0.{timestep.start:%Y.%m.%d}.tif' ,
64+ "nodata" : - 9999 ,
65+ "prelim_url" : homev3 + 'daily/prelim/IMERGlate-v07/{timestep.year}/chirps-v3.0.{timestep.start:%Y.%m.%d}.tif' ,
66+ "prelim_nodata" : - 9999
67+ },
6168 "CHIRPSv3-dekads" : {
6269 "ts_per_year" : 36 ,
6370 "url" : homev3 + 'pentads/global/tifs/chirps-v3.0.{timestep.start:%Y.%m}.{pentad_of_month}.tif' ,
Original file line number Diff line number Diff line change 11{
22 "TAGS" :{
33 "source" : " CHIRPS" ,
4- "product" : " CHIRPSv3-dekads " ,
5- "prod_name" : " CHIRPS-precip10d "
4+ "product" : " CHIRPSv3-daily " ,
5+ "prod_name" : " CHIRPS-precip1d "
66 },
77 "DATASETS" :{
88 "destination" : {
You can’t perform that action at this time.
0 commit comments