Skip to content

Commit

Permalink
Updated the CEC download page
Browse files Browse the repository at this point in the history
  • Loading branch information
leobardovalera committed Apr 8, 2021
1 parent 0621b31 commit 2180765
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions code/SOMOSPIE_updated_input.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ code = ../code/
data = ../data/
output = ../out/
regions = ../data//target_regions.txt
sm_file = ../data//ESA_CCI/2019_ESA_monthly.rds
sm_file = ../data//ESA_CCI/2017_ESA_monthly.rds
cov_file = ../data/topo_predictors/stack.tif
eval_file =
cov_layers = ['CONUS_DEM1km','Aspect','Slope','Topographic_Wetness_Index']
year = [2019]
months = [10]
make_t_e = 1
cov_layers = ['CONUS_DEM1km','Aspect']
year = [2017]
months = [1,2,3]
make_t_e = 0
use_pca = 0
use_vis = 1
super = 0
Expand Down
4 changes: 2 additions & 2 deletions code/__utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -341,13 +341,13 @@ def sm_widget(source="ESA"):

wStart_year = widgets.Dropdown(
options=list_of_years,
value=str(latest_year),
value=str(latest_year-2),
description='Start year:'
)

wEnd_year = widgets.Dropdown(
options=list_of_years,
value=str(latest_year),
value=str(latest_year-2),
description='End year:'
)

Expand Down
2 changes: 1 addition & 1 deletion data/target_regions.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[('STATE', 'Alabama')]
[('BOX', '-102_-100_36_38'), ('BOX', '-102_-100_38_40'), ('BOX', '-100_-98_36_38'), ('BOX', '-100_-98_38_40'), ('BOX', '-98_-96_36_38'), ('BOX', '-98_-96_38_40')]

0 comments on commit 2180765

Please sign in to comment.