James Gaboardi
James Gaboardi
Following example given by @ljwolf from SciPy 2018 of constructing the arc adjacency matrix with a `geopandas.GeoDataFrame.sindex` for speed improvements. ****Current procedure**** 1. extract vertices from networks lines (`arcs`). -...
This PR: * add CI `.yml` files for env creation * utilizes `micromamba` for environment set up * streamlines `.github/worklfows/tests.yml`
The website listed in the repo description (http://quantstack.net/xtensor-python) throws a 404 error.
I am wondering if there is an efficient way to support fetching the versions of Python packages that don't follow the `__version__` convention, [`gurobi`'s Python API](https://www.gurobi.com/documentation/9.0/refman/py_python_api_overview.html) for example? ```python In...
It looks like the functionality to stipulate pre-defined facilities never made it into the [`PCenter`](https://github.com/pysal/spopt/blob/main/spopt/locate/p_center.py) or [`PMedian`](https://github.com/pysal/spopt/blob/main/spopt/locate/p_median.py) classes. I had sworn we got that in, but it must have been...
We should add `.coverage` to [`.gitignore`](https://github.com/pysal/spopt/blob/main/.gitignore). xref #259
Need to investigate [this failure](https://github.com/pysal/spopt/runs/4913930765?check_suite_focus=true#step:6:234) for the `region` *k*-means heuristic in Python 3.10.
`scipy.optimize` now offers [mixed integer programming](https://github.com/scipy/scipy/pull/15460) solution methods through a [HiGHS](https://www.maths.ed.ac.uk/hall/HiGHS/) interface. This is currently in the `main` branch and will be part of the [`v1.9.0`](https://github.com/scipy/scipy/milestone/61) release, which should be...
`osmnx` and other packages provide a [convenience function for printing citations](https://github.com/gboeing/osmnx/blob/997facb88ac566ccf79227a13b86f2db8642d04a/osmnx/utils.py#L15-L47). We should consider adding something like this.
I just came across [this repo](https://github.com/cyang-kth/maximum-coverage-location) for solving the MCLP. We may (or may not) want to add it to `README` as a related project (if we include a Related...