Skip to content
/ pysal Public
forked from pysal/pysal

PySAL is an open source cross-platform library of spatial analysis functions written in Python. It is intended to support the development of high level applications for spatial analysis.

License

Notifications You must be signed in to change notification settings

nathania/pysal

This branch is 1801 commits behind pysal/pysal:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Aug 30, 2015
b8de907 · Aug 30, 2015
Jul 29, 2015
Aug 30, 2015
Mar 25, 2015
Mar 24, 2015
Jan 10, 2015
Jul 17, 2015
Jul 29, 2015
Sep 9, 2014
Jun 20, 2015
Feb 26, 2013
Nov 24, 2013
Jul 24, 2015
Jan 31, 2015
Jul 29, 2015
Jun 16, 2014
Feb 19, 2013
Dec 3, 2011
Jul 12, 2014
Jan 17, 2014
Jul 18, 2014
Jul 29, 2015
Jul 12, 2014

Repository files navigation

Python Spatial Analysis Library

Join the chat at https://gitter.im/pysal/pysal

What is PySAL

Build Status Coverage Status Documentation Status

PySAL is an open source cross-platform library of spatial analysis functions written in Python. It is intended to support the development of high level applications for spatial analysis.

It is important to underscore what PySAL is, and is not, designed to do. First and foremost, PySAL is a library in the fullest sense of the word. Developers looking for a suite of spatial analytical methods that they can incorporate into application development should feel at home using PySAL. Spatial analysts who may be carrying out research projects requiring customized scripting, extensive simulation analysis, or those seeking to advance the state of the art in spatial analysis should also find PySAL to be a useful foundation for their work.

End users looking for a user friendly graphical user interface for spatial analysis should not turn to PySAL directly. Instead, we would direct them to projects like STARS and the GeoDaX suite of software products which wrap PySAL functionality in GUIs. At the same time, we expect that with developments such as the Python based plug-in architectures for QGIS, GRASS, and the toolbox extensions for ArcGIS, end user access to PySAL functionality will be widening in the near future.

PySAL package structure

Currently PySAL consists of the following files and directories:

LICENSE.txt PySAL license.

INSTALL.txt PySAL prerequisites, installation, testing, and troubleshooting.

THANKS.txt PySAL developers and contributors.

README.txt PySAL structure (this document).

setup.py Script for building and installing PySAL.

MANIFEST.in Additions to distutils-generated PySAL tar-balls.

CHANGELOG.txt Changes since the last release.

pysal/ Contains PySAL init.py and the directories of PySAL modules.

doc/ Contains PySAL documentation using the Sphinx framework.

PySAL modules

  • pysal.cg — Computational geometry
  • pysal.contrib - Contributed modules
  • pysal.core — Core data structures and IO
  • pysal.esda — Exploratory spatial data analysis
  • pysal.examples — Data sets
  • pysal.inequality — Spatial inequality analysis
  • pysal.network - Spatial analysis on networks
  • pysal.region — Spatially constrained clustering
  • pysal.spatial_dynamics — Spatial dynamics
  • pysal.spreg — Regression and diagnostics
  • pysal.weights — Spatial weights

Website

All things PySAL can be found here http://pysal.org/

Mailing Lists

Please see the developer list here http://groups.google.com/group/pysal-dev

Help for users is here http://groups.google.com/group/openspace-list

Bug reports

To search for or report bugs, please see http://github.com/pysal/pysal/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.

About

PySAL is an open source cross-platform library of spatial analysis functions written in Python. It is intended to support the development of high level applications for spatial analysis.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.7%
  • Other 0.3%