Skip to content

sjsrey/foss4g14

Repository files navigation

Exploratory Spatial Data Analysis with PySAL

Sergio Rey

September 8, 2014

FOSS4G 2014, Portland, OR

Workshop Description

PySAL is a cross-platform library of spatial analysis functions written in Python. It is intended to support the development of high level applications for spatial analysis with an emphasis on vector spatial data. This tutorial will provide hands-on training in a select set of PySAL modules with a particular focus on spatial data processing, spatial autocorrelation analysis and visualization.

Prerequisites

  • Previous experience with Python programming is recommended
  • Participants should bring their own laptops to the workshop
  • Software should be installed prior to traveling to the workshop (instructions below)

Software Requirements

For the workshop we will require the following packages be installed

  • PySAL 1.8.0
  • SciPy
  • Numpy
  • iPython Notebook 2.1+
  • folium

There are a number of ways to install PySAL and these dependencies. For the workshop, if you do not yet have the dependencies installed we suggest using one of two scientific Python distributions (below). These have the advantages of including most of the dependencies for PySAL as well as PySAL itself. Moreover, both allow for updating PySAL to the most recent release (1.8 released July 25, 2014) which is more current that what is listed in either distribution. Both of these distributions also allow for installation of our final dependency, folium.

PySAL via Anaconda Python Distribution

  1. Install Anaconda Python Distribution Version 1.8.0
  2. Open a terminal (Mac or Linux) or Powershell (Windows)
  3. pip install -U pysal
  4. pip install -U folium

PySAL via Enthought Canopy

Note that the Academic version of Canopy comes with PySAL version 1.7. For this workshop we will be using PySAL 1.8. Upgrading in Canopy can be done as follows:

  1. Install Canopy
  2. Run Canopy
  3. From the menu select Tools Canopy Terminal
  4. pip install -U pysal
  5. pip install -U folium

Testing Your Installation

Once you have installed all the dependencies, you can check to confirm everything is ready to go.

For Anaconda:

  1. Open a terminal (Mac or Linux) or Powershell (Windows)

  2. ipython notebook

  3. In the browser click New Notebook

  4. In the first cell in the notebook enter
    import pysal

    pysal.version

    Then <Shift-Enter> (i.e., hit the Shift then the Enter Key)

  5. In the second cell in the notebook enter
    import folium

    Then <Shift-Enter>

Your screen should look something like: Anaconda setup

For Enthought Canopy:

  1. Run Canopy

  2. From the menu select Tools Canopy Terminal

  3. ipython notebook

  4. In the browser click New Notebook

  5. In the first cell in the notebook enter
    import pysal

    pysal.version

    Then <Shift-Enter> (i.e., hit the Shift then the Enter Key)

  6. In the second cell in the notebook enter
    import folium

    Then <Shift-Enter>

Your screen should look something like: Enthought setup

Issues

If you run into any problems, double check that you have installed both the upgraded version of PySAL and folium (see above). If problems persist, please contact me sjsrey@gmail.com.

About

PySAL Workshop @FOSS4G14

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published