rasterio xarray extension.
Documentation: https://corteva.github.io/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.