1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
|
.. _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 <https://corteva.github.io/geocube/html/examples/zonal_statistics.html>
.. toctree::
:maxdepth: 1
:caption: stackexchange:
Extracting data within geometry (shape) <https://gis.stackexchange.com/a/328320/144357>
Converting NetCDF dataset array to GeoTiff <https://gis.stackexchange.com/a/329141/144357>
How do I add projection to this NetCDF file? (Satellite) <https://gis.stackexchange.com/a/345697/144357>
Create a new raster TIFF file which is masked based on the GeoJSON file <https://gis.stackexchange.com/a/346899/144357>
How to mask NetCDF time series data from a shapefile in Python? <https://gis.stackexchange.com/a/354798/144357>
Extract data from raster at a point <https://gis.stackexchange.com/a/358058/144357>
Convert raster to CSV with lat, lon, and value columns <https://gis.stackexchange.com/a/358057/144357>
|