pysal / libpysal

Core components of Python Spatial Analysis Library
http://pysal.org/libpysal
Other
259 stars 78 forks source link

Support all geom types in Voronoi Graph builder #688

Open martinfleis opened 7 months ago

martinfleis commented 7 months ago

With #678 in, I suppose we can allow Voronoi weights builder for any geometry type. We just need a documentation and pass the args to voronoi_frames.

jGaboardi commented 3 months ago

xref #562

knaaptime commented 2 months ago

i think this is resolved?

martinfleis commented 2 months ago

It is not. We are still checking for Point input and are not passing kwargs needed for polygonal support (shrinkage, segmentation...)