pysal / segregation

Segregation Measurement, Inferential Statistics, and Decomposition Analysis
https://pysal.org/segregation/
BSD 3-Clause "New" or "Revised" License
111 stars 26 forks source link

refactor SpatialImplicit classes using libpysal Graph #222

Open knaaptime opened 7 months ago

knaaptime commented 7 months ago

this will remove the need to accept either a W or a Network, since we'll assume the graph has been properly constructed underneath. Will ultimately make the codebase (a lot) simpler, but requires a few substantial changes