You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I used the method: Voronoi_regions_from_coords to form Voronoi polygons in geographical regions, and then calculated the area of each Voronoi polygon, but the result was different from ArcGIS calculation。My code is as follows:
polys, pts = voronoi_regions_from_coords(v_coords, boundary_shape)
boundary_area = Decimal(boundary_shape.area)
The text was updated successfully, but these errors were encountered: