Reading and plotting raster data with Rioxarray

Share This Post

Rioxarray is a python package that is built upon xarray and rasterio packages to facilitate the analysis of raster or xarray datasest. In this article, I show an example of how I read and visualize raster data using rioxarray. This is demonstrated using UAVSAR data, an airborne full polarization L-band SAR data.

The first thing as usual is to import the necessary packages.

More To Explore