eli knaap

Results 78 issues of eli knaap

there are some odd data issues in the 1990 decennial discovered by @jinhuang0205. We need to re-download the source data then run the intermediate variable tooling

two tests failing because np.infty --> np.inf and np.NaN-->np.nan

osmnx 2.0 moves `graph_to_gdf` up into the main namespace (out of `utils_graph.graph_to_gdf`) which breaks the network downloader. When 2.0 is out of beta, this will pin the new minimum and...

file path is failing because its hardcoded to version 3.6; latest is 4.1

on relatively large graphs (n > ~10k) with colocated points, the clique expansion function can get really slow. After cutting it short a few times, I think [this for-loop](https://github.com/pysal/libpysal/blob/98d4cee0b26d446b058573b9b433d3d2dfb1b1f2/libpysal/graph/_utils.py#L117) is...

this will be a major improvement but a major change. Currently SpatialImplicit indices can accept either a W or a pandana.Network (which have different arguments). It's very easy to make...

to begin review. The notebook at examples/explore should run through and demonstrate functionality. I need to take a look at how you prefer to test against Maps

For issuing a new metarelease: - at the beginning of release month (jan/july) a Release Candidate for the metapackage is created here - (as with subpackages, this release is triggered...

[ultraplot](https://ultraplot.readthedocs.io/en/latest/about.html) is the successor to proplot. Since it uses the same conventions (and original codebase) I think it would be as simple as swapping the import from `proplot` to `ultraplot`...