.. documentation master file spopt: Spatial Optimization =========================== Regionalization, facility location, and transportation-oriented modeling ------------------------------------------------------------------------ **spopt** is an open-source Python library for solving optimization problems with spatial data. Originating from the **region** module in `PySAL (Python Spatial Analysis Library) `_, it is under active development for the inclusion of newly proposed models and methods for regionalization, facility location, and transportation-oriented solutions. .. raw:: html
Development ----------- **spopt** development is hosted on github_. Citing **spopt** ---------------- If you use **PySAL-spopt** in a scientific publication, we would appreciate citations to the following:: @misc{spopt2021, author = {Feng, Xin, and Gaboardi, James D. and Knaap, Elijah and Rey, Sergio J. and Wei, Ran}, month = {jan}, year = {2021}, title = {pysal/spopt}, url = {https://github.com/pysal/spopt}, doi = {10.5281/zenodo.4444156}, keywords = {python,regionalization,spatial-optimization,location-modeling} } @article{spopt2022, author = {Feng, Xin and Barcelos, Germano and Gaboardi, James D. and Knaap, Elijah and Wei, Ran and Wolf, Levi J. and Zhao, Qunshan and Rey, Sergio J.}, year = {2022}, title = {spopt: a python package for solving spatial optimization problems in PySAL}, journal = {Journal of Open Source Software}, publisher = {The Open Journal}, volume = {7}, number = {74}, pages = {3330}, url = {https://doi.org/10.21105/joss.03330}, doi = {10.21105/joss.03330}, } Funding ------- This project is/was partially funded through: .. figure:: _static/images/nsf_logo.png :target: https://www.nsf.gov/index.jsp :width: 100 :align: left National Science Foundation Award #1831615: `RIDIR: Scalable Geospatial Analytics for Social Science Research `_ .. raw:: html PySAL Logo .. toctree:: :hidden: :maxdepth: 3 :caption: Contents: Installation Tutorials API References .. _PySAL: https://github.com/pysal/pysal .. _github : https://github.com/pysal/spopt