eli knaap

Results 78 issues of eli knaap

[this line](https://github.com/pysal/segregation/blob/b3b7ce1cc027132b752d6901f694ed1ad4dc01a9/segregation/inference/randomization.py#L148) 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...

sometimes the same index carries different names in different fields (e.g. Herfindahl in econ versus Simpson's Diversity in biology), so we need to ensure the equation for each index is...

good first issue

as described by [Reardon et al](https://link.springer.com/article/10.1007%2Fs13524-018-0721-4)

enhancement

given in [Echenique & Fryer, 2005](http://www.ssrn.com/abstract=700382)

enhancement

Hi, thanks for this great package. I'm wondering if it's possible to pass an *open* raster (as opposed to simply the path) to zonalstats (without converting to `ndarray` first). My...

enhancement

https://github.com/davidar/pandiff

[papermill](https://papermill.readthedocs.io/en/latest/) offers some nice benefits like allowing notebook runs to include different parameters. Woud probably make the research pipeline in here a bit more flexible so its worth considering adopting...

I'm building on pandana in a [slightly non-traditional](https://github.com/pysal/segregation) way, where it's common to do aggregation queries on several networks. I may have misunderstood, but I thought one of the major...

In the [past](https://github.com/knaaptime/md_accessibility/blob/master/access_exponential.py), i've been able to create a pandana network and precompute moderately-sized queries on a laptop (e.g. the linked example precomputes 8000m on an osm network covering the...

the pelias geocoder has a new(ish) [structured endpoint](https://github.com/pelias/documentation/blob/master/structured-geocoding.md) that's currently in beta, but works quite nicely. The modifications to an existing pelias call are pretty small (hit the `search/structured` endpoint...