Skip to content

Latest commit

 

History

History
37 lines (31 loc) · 3.17 KB

README.md

File metadata and controls

37 lines (31 loc) · 3.17 KB

Spatial Modeling Tutorials

Overview

SpatialModelingTutorials was developed to demonstrate function modeling, batch processing, and raster_tools functionality, along with various other coding and modelling strategies.

This collection of Notebooks is meant to demonstrate spatial modeling techniques that use parallel processing and the newly developed Raster Tools package. Most notebooks are designed to run within Google's Colab. However, they can also be used locally if Raster Tools is properly installed link.

To open a notebook within Colab, open a notebook and click on the “Open in Colab” link (top left). Once in Colab you can step through each notebook cell.

Check back regularly for new notebooks!

Tutorials

  • Surface Module – A short notebook that demonstrates surface module functionality.
  • General Module – A short notebook that demonstrates general module functionality.
  • Distance Module – A short notebook that demonstrates distance module functionality.
  • Sample Design – A short notebook that demonstrates how to make various spatially spread samples.
  • Clipping Module – A short notebook that demonstrates clipping module functionality.
  • Creation Module – A short notebook that demonstrates creation module functionality.
  • Zonal Module – A short notebook that demonstrates zonal module functionality.

Use Cases