OverviewΒΆ
In this tutorial, you will learn how to conduct many basic raster processing operations using rasterio
module.
- Downloading data automatically with Python
- Reading raster files and basic attributes from them
- Visualizing raster data
- Clipping raster
- Creating a raster mosaic
- Zonal statistics
- Exercise 5 hints