-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
maximum-coverage-location package #215
Comments
Very true, but it is a related project. My only motivation here was make a record of it; not suggest that we use it. |
Agreed with Martin. But I think we can point it as a related project. |
Greetings @jGaboardi @martinfleis @gegen07 - I thought I would hijack this thread. We didn't know about spopt until a a few days ago. We built a separate open source library to solve location allocation problems which you can find here. With pysal-spopt however around, we don't think it is the best idea to maintain it (I just made it public for you to be able to view it). We built logic for few different problems which we derived from ESRI's location allocation suite. The first one being basically the same as you found above, however rewritten to be able to use
|
Agree here with James and Germano. Good to have a record of related projects. The content itself is quite simple as well. |
Hi Tim, Thanks for hijack us! I would say thanks for sharing your repo and we are certainly keen to further improve our package. The next step of the development will certainly focus on adding the capacity measures in the model and also increasing the availability of other location modelling methods, such as the dispersion models. Best, |
Thanks @qszhao - appreciated. Would you generally be interested in some additional jupyter notebooks making it easier for GIS users to understand who are not savvy with matplotlib? Here is one example I wrote the other day - https://nbviewer.org/github/gis-ops/tutorials/blob/master/location-allocation/mclp/fossgiss22-marburg-spopt-demo.ipynb |
@TimMcCauley, very cool example notebook! @gegen07 @qszhao @ljwolf @martinfleis @xf37, maybe we should think about adding something like an External Examples section to the docs? |
@TimMcCauley Would you be willing to give that notebook a bit of comments, translate variables into English and contribute it to @jGaboardi I guess we could have a section on external resources but if it is a single notebook, I'd be more keen to have it as a contribution to our docs. |
I think either option would be nice, so I suppose it may come down to whether @TimMcCauley wants to contribute the example to become part of |
Thanks - I am happy to contribute. I will update the notebook with comments and also add 3 more for the remaining models LSCP, P-Median and P-Center over the next few weeks. |
Very nice to have your contribution @TimMcCauley! |
xref #221 |
I think we start either a bullet list or table in the |
Resolve in #288 |
I just came across this repo for solving the MCLP. We may (or may not) want to add it to
README
as a related project (if we include a Related Projects section as some point).The text was updated successfully, but these errors were encountered: