spopt
spopt copied to clipboard
Spatial Optimization
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
spopt -> notebooks -> lscp.ipynb cells 19, 20, 21 `plot_results(lscp_from_cost_matrix, facility_points)` should be `plot_results(lscp_from_cost_matrix, facilities_snapped)` ? I'm happy to make the amendments and add to my pull request if you...
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...
For GSoC 2022, I'm working on designing more consistent interfaces to PySAL's exploratory and inferential statistics classes. My mentors and I are exploring what might need to be done to...
`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.
Hi, I'm wondering if the library can solve this optimization problem: Say I have a 5x5 empty grid and I have **N** facilities each with their own capacity. Eg facility...
[In the labelling section](https://github.com/pysal/spopt/blob/76dd9051dcb30cdb5c0ce83500e793dfef5811f2/spopt/region/spenclib/abstracts.py#L314), I think it might make sense to add a gaussian mixture model labeler to supplant the K-means and hierarchical labelling. @patrickrd's [new paper](https://arxiv.org/pdf/1709.05506.pdf) due out in...