Skip to content

Commit

Permalink
fix key
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanLaserGit committed Feb 5, 2024
1 parent 018483a commit 668d235
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion forcingprocessor/src/forcingprocessor/weight_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def generate_weights_file(geopackage,grid_file,weights_filepath):
except:
raise Exception(f'\n\nThere\'s a problem with {example_grid_filepath}!\n')

g_df = gpd.read_file(geopackage, layer='divide_id')
g_df = gpd.read_file(geopackage, layer='divides')
gdf_proj = g_df.to_crs(projection)

crosswalk_dict = {}
Expand Down

0 comments on commit 668d235

Please sign in to comment.