pysal / libpysal

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

Graph.to_W is slow #672

Closed martinfleis closed 6 months ago

martinfleis commented 8 months ago

For a 150k buildings, it is way faster to create Queen contiguity using old constructor than converting the Graph based on queen to W. We should avoid double groupby and maybe look at other improvements there.