Contribute Media
A thank you to everyone who makes this possible: Read More

Spatial-Temporal Prediction of Climate Change Impacts using pyimpute, scikit learn and GDAL

Summary

In this talk, I019ll show how we apply climate change models to predict shifts in agricultural zones across the western US. I will outline the use of the pyimpute, GDAL and scikit-klearn to perform supervised classification; training a model using current climatic conditions to predict spatially-explicit zones under future climate scenarios.

Description

As the field of climate modeling continues to mature, we must anticipate the practical implications of the climatic shifts predicted by these models. In this talk, I'll show how we apply the results of climate change models to predict shifts in agricultural zones across the western US. I will outline the use of the Geospatial Data Abstraction Library (GDAL) and Scikit-Learn (sklearn) to perform supervised classification, training the model using current climatic conditions and predicting the zones as spatially-explicit raster surfaces across a range of future climate scenarios. Finally, I'll present a python module (pyimpute) which provides an API to optimize and streamline the process of spatial classification and regression problems.

Outline

This talk will consist of four parts:

  1. A brief overview of climate data and the concept of agro-ecological zones
  2. The theory and intuition behind bioclimatic envelope modeling using supervised classification
  3. Visualization and interpretation of our results
  4. Detailed demonstration of the pyimpute/GDAL/sklearn workflow
    • Loading spatial data into numpy arrays
    • Random stratified sampling
    • Training, assessing and selecting the sklearn classifier
    • Prediction of zones given future climate data as explanatory variables
    • Quantifying and interpreting uncertainty
    • Writing results to spatial data formats
    • Discussion of performance and memory limitations
    • Visualizing and interacting with the results
Improve this page