.. _usage_examples: Usage Examples ============== This page contains links to a collection of examples of how to use rioxarray. .. toctree:: :maxdepth: 1 :caption: Notebooks: resampling.ipynb convert_to_raster.ipynb clip_geom.ipynb clip_box.ipynb pad_box.ipynb read-locks.ipynb reproject.ipynb reproject_match.ipynb merge.ipynb interpolate_na.ipynb transform_bounds.ipynb COG.ipynb dask_read_write.ipynb Example - Zonal Statistics .. toctree:: :maxdepth: 1 :caption: stackexchange: 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