rasterio xarray extension.
- Stable: https://corteva.github.io/rioxarray/stable/
- Latest: https://corteva.github.io/rioxarray/latest/
- Report bugs/ask questions: https://github.com/corteva/rioxarray/issues
- Ask developer questions: https://gitter.im/rioxarray/community
- Ask the community: https://gis.stackexchange.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.
- The open_rasterio functionality was adopted from https://github.com/pydata/xarray
- Source file: rasterio_.py
- xarray is licensed under the Apache License, Version 2.0. The xarray license is included as LICENSE_xarray.
This package was originally templated with with Cookiecutter.