rasterio xarray extension.
- Stable: https://un5kxn9wgygx6vwhy3c869mu.julianrbryant.com/rioxarray/stable/
- Latest: https://un5kxn9wgygx6vwhy3c869mu.julianrbryant.com/rioxarray/latest/
- Report bugs/feature requests: https://github.com/corteva/rioxarray/issues
- Ask questions: https://github.com/corteva/rioxarray/discussions
- Ask developer questions: https://un5q0246gh3g.julianrbryant.com/rioxarray/community
- Ask questions from the GIS community: https://un5q00jgmx546fxw31kw7cfq.julianrbryant.com/questions/tagged/rioxarray
- The reproject functionality was adopted from https://github.com/opendatacube/datacube-core
- Source file: geo_xarray.py
- datacube is licensed under the Apache License, Version 2.0. The datacube license is included as LICENSE_datacube.
- Adoptions from https://github.com/pydata/xarray:
- open_rasterio: rasterio_.py
- set_options: options.py
- xarray is licensed under the Apache License, Version 2.0. The xarray license is included as LICENSE_xarray.
- RasterioWriter dask write functionality was adopted from https://github.com/dymaxionlabs/dask-rasterio
- Source file: write.py
This package was originally templated with with Cookiecutter.