Skip to content

Commit

Permalink
add again method nearest just so it can run. need fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
Santonia27 committed Oct 31, 2024
1 parent f1fa9c0 commit 40d120e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hydromt_fiat/workflows/gis.py
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@ def join_spatial_data(
right_gdf.at[index, 'geometry'] = largest_polygon
assert len(right_gdf.geom_type.unique()) == 1

method = 'nearest'
left_gdf_type = check_geometry_type(left_gdf)
right_gdf_type = check_geometry_type(right_gdf)

Expand Down

0 comments on commit 40d120e

Please sign in to comment.