Skip to content

Commit

Permalink
remove method nearest
Browse files Browse the repository at this point in the history
  • Loading branch information
Santonia27 committed Oct 31, 2024
1 parent 40d120e commit 03c0aca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion hydromt_fiat/workflows/gis.py
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,6 @@ 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 03c0aca

Please sign in to comment.