Skip to content

lanselin/pysal-workshops

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 

Repository files navigation

Spatial Data Analysis with PySAL and GeoDaSpace

Sergio Rey and Luc Anselin

November 12, 2014

NARSC 2014, Bethesda, Maryland

Tutorial Description

A unique feature of this tutorial is the use of Python based software tools for spatial data analysis. Python is an object oriented scripting language that is gaining rapid adoption in the scientific computing and data science communities. To facilitate its adoption within the GIScience community, Rey and Anselin have collaborated on the creation of PySAL: Python Library for Spatial Analysis. Since its initial release in July 2010, PySAL has been downloaded over 50,000 times and is now included in well- known open source scientific data analysis distributions, such as Anaconda. This two-part tutorial will introduce participants to the latest version of PySAL as well as to GeoDaSpace, a GUI application based on PySAL designed for spatial econometric analysis. The first component introduces the basic organization and philosophy of PySAL, with a special focus on exploratory spatial data analysis. In the second part of the tutorial the focus moves to practical spatial regression analysis using GeoDaSpace and the PySAL spreg module.

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
  • GeoDaSpace

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published