Usage Examples
This page contains links to a collection of examples of how to use rioxarray.
- Example - Resampling
- Example - Convert dataset to raster (GeoTiff)
- Example - Clip
- Example - Clip Box
- Example - Pad Box
- Example - Reading COGs in Parallel
- Example - Reproject
- Example - Reproject Match (For Raster Calculations/Stacking)
- Example - Merge
- Example - Interpolate Missing Data
- Example - Transform Bounds
- Example - Cloud Optimized GeoTiff (COG)
- Example - Reading and Writing with Dask
- Example - Zonal Statistics
- Extracting data within geometry (shape)
- Converting NetCDF dataset array to GeoTiff
- How do I add projection to this NetCDF file? (Satellite)
- Create a new raster TIFF file which is masked based on the GeoJSON file
- How to mask NetCDF time series data from a shapefile in Python?
- Extract data from raster at a point
- Convert raster to CSV with lat, lon, and value columns