OverviewΒΆ

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

  1. Downloading data automatically with Python
  2. Reading raster files and basic attributes from them
  3. Visualizing raster data
  4. Clipping raster
  5. Creating a raster mosaic
  6. Zonal statistics
  7. Exercise 5 hints