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

simulate_evenness is forcing a geodataframe #200

Closed knaaptime closed 1 year ago

knaaptime commented 2 years ago

this line stashes geometries from the input data, but most indices can be calculated without geometry

need to do the same thing we do in the function below and only stash if isinstance(gpd.GeoDataFrame())