Skip to content

Commit

Permalink
updated us_states filename
Browse files Browse the repository at this point in the history
  • Loading branch information
doc78 committed Nov 15, 2024
1 parent 2d30765 commit 2221bad
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def main():
print('-------------------------------------------------------------------------------')
print('Loading and resampling US state border raster')
t0 = time.time()
state_code_map = load_us_state_code_map(os.path.join(config['us_states_folder'],'cb_2018_us_state_500k_rasterized.tif'),mapsize_global)
state_code_map = load_us_state_code_map(os.path.join(config['us_states_folder'],'cb_2023_us_state_500k_rasterized.tif'),mapsize_global)
print("Time elapsed is "+str(time.time()-t0)+" sec")


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def main():
print('-------------------------------------------------------------------------------')
print('Loading and resampling US state border raster')
t0 = time.time()
state_code_map = load_us_state_code_map(os.path.join(config['us_states_folder'],'cb_2018_us_state_500k_rasterized.tif'),mapsize_global)
state_code_map = load_us_state_code_map(os.path.join(config['us_states_folder'],'cb_2023_us_state_500k_rasterized.tif'),mapsize_global)
print("Time elapsed is "+str(time.time()-t0)+" sec")


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def main():
print('-------------------------------------------------------------------------------')
print('Loading and resampling US state border raster')
t0 = time.time()
state_code_map = load_us_state_code_map(os.path.join(config['us_states_folder'],'cb_2018_us_state_500k_rasterized.tif'),mapsize_global)
state_code_map = load_us_state_code_map(os.path.join(config['us_states_folder'],'cb_2023_us_state_500k_rasterized.tif'),mapsize_global)
print("Time elapsed is "+str(time.time()-t0)+" sec")


Expand Down

0 comments on commit 2221bad

Please sign in to comment.