Skip to content

Commit 7ad880e

Browse files
tested global shapefile config
1 parent d28acd1 commit 7ad880e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

conf/config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defaults:
22
- _self_
33
- datapaths: datapaths
4-
- shapefiles: us_shapefiles
4+
- shapefiles: global_shapefiles
55
- climate_keys: climate_keys
66

77
# Climate types raw raster information
@@ -14,8 +14,8 @@ climate_types_file: Beck_KG_V1_present_0p0083.tif # it's the one at highest res
1414
# - Beck_KG_V1_present_conf_0p5.tif
1515

1616
# Shapefiles information
17-
shapefile_tag: 2015 #to be matched with cfg.shapefiles
18-
shapefile_polygon_name: zcta #to be matched with cfg.shapefiles, column name of id in output file
17+
shapefile_tag: ADM2all #to be matched with cfg.shapefiles
18+
shapefile_polygon_name: MEX #to be matched with cfg.shapefiles, column name of id in output file
1919

2020
hydra:
2121
run:

0 commit comments

Comments
 (0)