From 03c0acac644311f5665600cc3d5d50dac39164da Mon Sep 17 00:00:00 2001 From: Santonia27 Date: Thu, 31 Oct 2024 11:47:40 +0100 Subject: [PATCH] remove method nearest --- hydromt_fiat/workflows/gis.py | 1 - 1 file changed, 1 deletion(-) diff --git a/hydromt_fiat/workflows/gis.py b/hydromt_fiat/workflows/gis.py index 40b0b17c..e43f5f56 100644 --- a/hydromt_fiat/workflows/gis.py +++ b/hydromt_fiat/workflows/gis.py @@ -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)