1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41
|
# Python Spatial Analysis Library Core
[](https://github.com/pysal/libpysal/actions/workflows/unittests.yml)
[](https://codecov.io/gh/pysal/libpysal)
[](https://badge.fury.io/py/libpysal)
[](https://anaconda.org/conda-forge/libpysal)
[](https://zenodo.org/badge/latestdoi/81501824)
[](https://discord.gg/BxFTEPFFZn)
## libpysal modules
- `libpysal.cg` – Computational geometry
- `libpysal.examples` – Built-in example datasets
- `libpysal.graph` – Graph class encoding spatial weights matrices
- `libpysal.io` – Input and output
- `libpysal.weights` – Spatial weights
## Example Notebooks
- [Spatial Weights](notebooks/weights.ipynb)
- [Voronoi](notebooks/voronoi.ipynb)
- [Input and Output](notebooks/io.ipynb)
## Development
libpysal development is hosted on [github](https://github.com/pysal/libpysal).
Discussions of development occurs on the [developer list](http://groups.google.com/group/pysal-dev) as well as [Discord](https://discord.gg/BxFTEPFFZn).
## 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](https://github.com/pysal/libpysal/issues) on GitHub. To submit patches, please review [PySAL's documentation for developers](https://pysal.org/docs/devs/), the PySAL [development guidelines](https://github.com/pysal/pysal/wiki), and the [libpysal contributing guidelines](https://github.com/pysal/libpysal/blob/main/.github/CONTRIBUTING.md)
before opening a [pull request](https://github.com/pysal/libpysal/pulls). Once your changes get merged, you’ll automatically be added to the [Contributors List](https://github.com/pysal/libpysal/graphs/contributors).
## Bug reports
To search for or report bugs, please see [libpysal's issues](https://github.com/pysal/libpysal/issues).
## License information
See [LICENSE.txt](https://github.com/pysal/libpysal/blob/main/LICENSE.txt) for information on the history of this software, terms & conditions for usage, and a DISCLAIMER OF ALL WARRANTIES.
|