We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d28acd1 commit 7ad880eCopy full SHA for 7ad880e
conf/config.yaml
@@ -1,7 +1,7 @@
1
defaults:
2
- _self_
3
- datapaths: datapaths
4
- - shapefiles: us_shapefiles
+ - shapefiles: global_shapefiles
5
- climate_keys: climate_keys
6
7
# 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
14
# - Beck_KG_V1_present_conf_0p5.tif
15
16
# 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
+shapefile_tag: ADM2all #to be matched with cfg.shapefiles
+shapefile_polygon_name: MEX #to be matched with cfg.shapefiles, column name of id in output file
19
20
hydra:
21
run:
0 commit comments