geospatial xarray extension powered by rasterio
================
rasterio xarray extension.
.. image:: https://badges.gitter.im/rioxarray/community.svg :alt: Join the chat at https://gitter.im/rioxarray/community :target: https://gitter.im/rioxarray/community?utmsource=badge&utmmedium=badge&utmcampaign=pr-badge&utmcontent=badge
.. image:: https://img.shields.io/badge/all_contributors-12-orange.svg?style=flat-square :alt: All Contributors :target: https://github.com/corteva/rioxarray/blob/master/AUTHORS.rst
.. image:: https://img.shields.io/badge/License-Apache%202.0-blue.svg :target: https://github.com/corteva/rioxarray/blob/master/LICENSE
.. image:: https://img.shields.io/pypi/v/rioxarray.svg :target: https://pypi.python.org/pypi/rioxarray
.. image:: https://pepy.tech/badge/rioxarray :target: https://pepy.tech/project/rioxarray
.. image:: https://img.shields.io/conda/vn/conda-forge/rioxarray.svg :target: https://anaconda.org/conda-forge/rioxarray
.. image:: https://github.com/corteva/rioxarray/workflows/Tests/badge.svg :target: https://github.com/corteva/rioxarray/actions?query=workflow%3ATests
.. image:: https://ci.appveyor.com/api/projects/status/e6sr22mkpen261c1/branch/master?svg=true :target: https://ci.appveyor.com/project/snowman2/rioxarray
.. image:: https://codecov.io/gh/corteva/rioxarray/branch/master/graph/badge.svg :target: https://codecov.io/gh/corteva/rioxarray
.. image:: https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white :target: https://github.com/pre-commit/pre-commit
.. image:: https://img.shields.io/badge/code%20style-black-000000.svg :target: https://github.com/python/black
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_.
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_.
.. _Cookiecutter: https://github.com/audreyr/cookiecutter