Giter Site home page Giter Site logo

pysal-scipy22's Introduction

Spatial and Urban Data Science with PySAL @SciPy22

Binder

Instructors


Short Description

This repository contains the materials and instructions for the PySAL workshop at SciPy 2022.

Proposed Schedule:

  • Geographic Data Science with Python

    • PySAL Overview
    • Spatial data processing
    • Choropleth mapping and geovisualization
      • Break
  • Fundamentals of Spatial Analysis

    • Spatial weights
    • Global & Local spatial autocorrelation
      • Break
  • Applied Spatial Analysis: Neighborhood Analytics

    • Clustering/Geodemographic Analysis
    • Segregation Analysis
      • Break
  • Applied Spatial Analysis: Neighborhood Dynamics

    • Modeling neighborhood change
    • Measuring spatial and temporal segregation dynamics

Long Description

Fundamentals of Spatial Analysis

PySAL Overview

Brief introduction to the PySAL ecosystem of packages for spatial data science

Spatial data processing

Reading and writing GIS file formats, spatial data wrangling, changing coordinate transformation systems.

Choropleth mapping and geovisualization

Introduction to choropleth map classification using mapclassify. Basic visualization with GeoPandas, and matplotlib as well as interactive visualization via folium, leaflet and geoviews/hvplot,

Hands-on 1 Exploratory Geovisualization

Spatial weights

Introduction to the spatial weights matrix for formally encoding geographic relationships.

Global & Local spatial autocorrelation

Exploratory spatial data analysis and overview of measures of spatial autocorrelation statistics such as Moran's I and the join-count statistic.

Hands-on 2 Hot-spot detection

Applied Spatial Analysis: Neighborhood Analytics

Exploring socio-spatial differentiation

Clustering/Geodemographic Analysis

Introduction to classic and spatially-constrained geodemographics (regionalization). This module provides an overview of integrating scikit-learn and pysal to develop socio-demographic cluster models that optionally include a spatial constraint.

Hands-on 3 Defining Neighborhoods

Segregation Analysis

Applied segregation analysis including the calculation of classic, multigroup, and spatial indices. This module also includes analysis of spatial segregation dynamics, and comparative inference

Applied Spatial Analysis: Neighborhood Dynamics

Neighborhood Change

Introduction to geosnap for creating geodemographic typologies over time and modeling neighborhood transitions

Segregation Dynamics

Examine changes in income segregation over space and time

Hands-on 4 Comparative segregation

Obtaining Workshop Materials

If you are familiar with GitHub, you should clone or fork this GitHub repository to a specific directory. Cloning can be done by:

git clone https://github.com/sjsrey/pysal-scipy22.git

If you are not using git, you can grab the workshop materials as a zip file. Extract the downloaded zip file to a working directory for the workshop.

Installation

We will be using a number of Python packages for geospatial analysis.

An easy way to install all of these packages is to use a Python distribution such as Anaconda. In this workshop we will use anaconda to build an environment for Python 3.9. It does not matter which version of anaconda is downloaded. We recommend installing Anaconda 3.9.

Once you have installed Anaconda, open a terminal and change into the directory where you downloaded the tutorial materials and create the workshop environment with:

conda env create -f environment.yml

This will build a conda python 3.9 environment that sandboxes the installation of the required packages for this workshop so we don't break anything in your computer's system Python (if it has one).

This may take 10-15 minutes to complete depending on the speed of your network connection.

Once this completes, you can activate the workshop environment with:

conda activate pysal-workshop

You are ready for the workshop at this point.

pysal-scipy22's People

Contributors

knaaptime avatar sjsrey avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.