Skip to content

Latest commit

 

History

History
65 lines (42 loc) · 1.52 KB

README.rst

File metadata and controls

65 lines (42 loc) · 1.52 KB

Python Spatial Analysis Library Core

This package is part of a refactoring of PySAL.

libpysal modules

  • libpysal.cg Computational geometry
  • libpysal.io Input and output
  • libpysal.weights Spatial weights
  • libpysal.examples Built-in example datasets

Mimicing parts of the original PySAL api can be done with

import libpysal.api as ps

Development

libpysal development is hosted on github.

Discussions of development occurs on the developer list as well as gitter.

Getting Involved

If you are interested in contributing to PySAL please see our development guidelines.

Bug reports

To search for or report bugs, please see libpysal's issues.

License information

See the file "LICENSE.txt" for information on the history of this software, terms & conditions for usage, and a DISCLAIMER OF ALL WARRANTIES.