7: Raster data processing ========================= In this chapter, we will introduce how to conduct various data analysis and manipulation operations in Python using raster data. You will learn to use a few of the core libraries for raster analysis/processing, such as `xarray` and `rioxarray`. More specifically this chapter will cover: - Introduction to raster processing - Reading and writing raster data (Data I/O) - Reprojecting raster data - Mosaicing - Raster resampling - Map algebra – Doing calculations with raster data - Raster to Polygon - Polygon to raster - Masking / clipping .. toctree:: :maxdepth: 1 :caption: Sections: nb/00-introduction-to-raster-analysis.ipynb nb/01-reading-raster.ipynb nb/02-common-raster-operations.ipynb nb/03-raster-operations-between-multiple-layers.ipynb nb/04-exercises.ipynb