eli knaap
eli knaap
Hi, thanks for your work on this. I want to add +1 for yaml support. Fwiw, that has been implemented [here](https://www.evanlovely.com/utilities/quicklook-yaml/) but hasn't been updated in quite awhile
the labels are also structured quite differently for different surveys (ACS vs, e.g. 2000 or 1990 decennial)
i think we can work on kernel issues in a separate push. It still makes sense to have network weights even if they dont satisfy all the properties of a...
this would also provide for proportional voting in `lag_categorical`
do distance-based weights follow the same logic for area or do they just use centroids?
we have this because @ljwolf added [this code](https://github.com/pysal/segregation/blob/090be5ec7431b53b84e788d4d60804245323fb7e/segregation/spatial/spatial_indexes.py#L113) to segregation, so should we go ahead and move it here?
imo it would be better to move it here and import into segregation so I'm happy to do that. Are we going to keep the `Capital_Underscore` convention or should I...
well we got [automatic utm zone detection](https://github.com/UDST/osmnet/issues/19) in pyproj >=2.6, so i'd say the way to handle this would be to pin against that version. then, we can [test whether...
looking a bit closer at what was added to pyproj, i need to revise this--all it does is check whether the crs is a utm projection. so we still need...
🤷♂ I'm not sure, actually. i dont think ive ever used native pysal geometries. like, ever 😬