Skip to content
This repository has been archived by the owner on Oct 15, 2022. It is now read-only.

Latest commit

 

History

History
12 lines (10 loc) · 509 Bytes

overview.rst

File metadata and controls

12 lines (10 loc) · 509 Bytes

Overview

In this tutorial, you will learn how to conduct many basic raster processing operations using rasterio module.

  1. Downloading data automatically with Python <download-data>
  2. Reading raster files and basic attributes from them <reading-raster>
  3. Visualizing raster data <plotting-raster>
  4. Clipping raster <clipping-raster>
  5. Creating a raster mosaic <raster-mosaic>
  6. Zonal statistics <ex-5>
  7. Exercise 5 hints <exercise-5-hints>