eli knaap

Results 263 comments of eli knaap

> we have not updated requirements on conda-forge (https://github.com/conda-forge/libpysal-feedstock/pull/23) which resulted in 4.9.2 being installed in Python 3.9 and 3.8. environments while being incompatible with those i think the other...

(but its turned on now) EDIT: actually, is it? its defined [twice in here](https://github.com/conda-forge/libpysal-feedstock/blob/main/conda-forge.yml#L10)

hi, thanks for raising this the best way to install rvlib is through conda-forge. I'd recommend using the [mambaforge](https://github.com/conda-forge/miniforge) distribution of anaconda, then do `conda install rvlib` (if you use...

I'm not sure how he did it, but I'm a pysal dev, so I'll offer what help I can. It's probably not too difficult to build a wheel for the...

another thing you could try is: - create a new conda environment - install [qgis from anaconda](https://anaconda.org/conda-forge/qgis) into that environment - install pysal into that environment

@jonpsy the code was ported from the outdated pysal [`region`](https://github.com/pysal/region) module, which itself was a reimplementation of [`clusterpy`](https://github.com/clusterpy/clusterpy), i believe. The algorithm itself should be in good shape, afaik (i...

lets move [from here](https://github.com/pysal/segregation/blob/b3643f7af0aeaed1caf5a39b4e57c19a5c5f3459/segregation/_base.py#L17) into lib asap

dang. the logic is [here](https://github.com/pysal/tobler/blob/main/notebooks/binary_dasymetric.ipynb), but that's all been wrapped into the function now and it doesnt look like i ever pushed up an updated example. Lame on my part....

https://github.com/pysal/tobler/blob/main/notebooks/binary_dasymetric.ipynb (wong link earlier)