Skip to content

Commit 57192d5

Browse files
Merge pull request #1 from NSAPH-Data-Processing/main
Raw data download pipeline
2 parents f7c04d3 + 7c5f801 commit 57192d5

33 files changed

+603
-411
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22
logs/*
33
.snakemake/*
44
.DS_Store
5-
sandbox
5+
sandbox
6+
slurm*
File renamed without changes.
File renamed without changes.

conf/config.yaml

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,26 @@
11
defaults:
22
- _self_
33
- datapaths: datapaths
4-
#- CDS_API_KEY: $HOME/.cdsapirc
4+
5+
development_mode: false
6+
7+
CDS_API_KEY:
8+
path: "$HOME/.cdsapirc"
9+
10+
gadm_file: "https://geodata.ucdavis.edu/gadm/gadm4.1/gpkg/gadm41_MDG.gpkg"
11+
512
query:
613
product_type: reanalysis
714
# check precipitation
8-
variable: ["2m_dewpoint_temperature", "2m_temperature", "skin_temperature", "total_precipitation"]
9-
year: [2010, 2011]
15+
# variable: ["2m_dewpoint_temperature", "2m_temperature", "skin_temperature", "total_precipitation"]
16+
variable: ["2m_dewpoint_temperature", "2m_temperature"]
17+
year: [2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024]
1018
month: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12]
1119
day: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31]
1220
time: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23]
1321

22+
# this may have to be added for the
23+
#levtype: pl
1424
# in the current workflow we can test with a small number of healthsheds
1525
# this bounding box will need to be expanded by ~ 50km (in G's dataset it is 50) or even up to 70 or 08
1626
# we can also experiment with a buffer that follows the coastline precisely by 100KM

conf/datapaths/datapaths.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1-
# if the files are stored in local, then paths are null
21
input: null
3-
output: null
2+
3+
intermediate: null
4+
5+
output: null
6+
7+
testing: null

environment.yml

Lines changed: 0 additions & 191 deletions
This file was deleted.

era5_sandbox.egg-info/SOURCES.txt

Lines changed: 0 additions & 17 deletions
This file was deleted.

era5_sandbox.egg-info/requires.txt

Lines changed: 0 additions & 4 deletions
This file was deleted.
-183 Bytes
Binary file not shown.
-3.49 KB
Binary file not shown.

0 commit comments

Comments
 (0)