libpysal4.12.1
Published
Core components of PySAL - A library of spatial analysis functions
pip install libpysal
Package Downloads
Project URLs
Requires Python
>=3.10
Dependencies
- beautifulsoup4
>=4.10
- geopandas
>=0.10.0
- numpy
>=1.22
- packaging
>=22
- pandas
>=1.4
- platformdirs
>=2.0.2
- requests
>=2.27
- scipy
>=1.8
- shapely
>=2.0.1
- scikit-learn
>=1.1
- pre-commit
; extra == "dev"
- ruff
; extra == "dev"
- watermark
; extra == "dev"
- myst-parser
; extra == "docs"
- nbsphinx
; extra == "docs"
- numpydoc
; extra == "docs"
- pandoc
; extra == "docs"
- sphinx
; extra == "docs"
- sphinxcontrib-bibtex
; extra == "docs"
- sphinx-bootstrap-theme
; extra == "docs"
- joblib
>=1.2; extra == "plus"
- networkx
>=2.7; extra == "plus"
- numba
>=0.55; extra == "plus"
- pyarrow
>=7.0; extra == "plus"
- sqlalchemy
>=2.0; extra == "plus"
- xarray
>=2022.3; extra == "plus"
- zstd
; extra == "plus"
- codecov
; extra == "tests"
- geodatasets
>=2023.3.0; extra == "tests"
- matplotlib
>=3.6; extra == "tests"
- pytest
; extra == "tests"
- pytest-mpl
; extra == "tests"
- pytest-cov
; extra == "tests"
- pytest-xdist
; extra == "tests"
Python Spatial Analysis Library Core
libpysal modules
libpysal.cg
– Computational geometrylibpysal.examples
– Built-in example datasetslibpysal.graph
– Graph class encoding spatial weights matriceslibpysal.io
– Input and outputlibpysal.weights
– Spatial weights
Example Notebooks
Development
libpysal development is hosted on github.
Discussions of development occurs on the developer list as well as Discord.
Contributing
PySAL-libpysal is under active development and contributors are welcome. If you have any suggestions, feature requests, or bug reports, please open new issues on GitHub. To submit patches, please review PySAL's documentation for developers, the PySAL development guidelines, and the libpysal contributing guidelines before opening a pull request. Once your changes get merged, you’ll automatically be added to the Contributors List.
Bug reports
To search for or report bugs, please see libpysal's issues.
License information
See LICENSE.txt for information on the history of this software, terms & conditions for usage, and a DISCLAIMER OF ALL WARRANTIES.