Skip to content

Commit

Permalink
CRS retransformation
Browse files Browse the repository at this point in the history
  • Loading branch information
rhugonnet committed Nov 20, 2024
1 parent 21c687c commit 7ea8389
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geoutils/vector/geometric.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def _buffer_without_overlap(

# Reverse-project to the original CRS if metric is True
if metric:
merged_voronoi = merged_voronoi.to_crs(crs=gdf.crs)
merged_voronoi = merged_voronoi.to_crs(crs=ds.crs)

return gu.Vector(merged_voronoi)

Expand Down

0 comments on commit 7ea8389

Please sign in to comment.