Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/corteva/rioxarray
geospatial xarray extension powered by rasterio
https://github.com/corteva/rioxarray
gdal geospatial gis hacktoberfest netcdf python raster rasterio xarray
Last synced: 3 months ago
JSON representation
geospatial xarray extension powered by rasterio
- Host: GitHub
- URL: https://github.com/corteva/rioxarray
- Owner: corteva
- License: other
- Created: 2019-04-16T13:23:26.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-07-18T21:00:04.000Z (4 months ago)
- Last Synced: 2024-07-20T01:45:09.585Z (4 months ago)
- Topics: gdal, geospatial, gis, hacktoberfest, netcdf, python, raster, rasterio, xarray
- Language: Python
- Homepage: https://corteva.github.io/rioxarray
- Size: 63.9 MB
- Stars: 505
- Watchers: 16
- Forks: 80
- Open Issues: 59
-
Metadata Files:
- Readme: README.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.rst
- Authors: AUTHORS.rst
Awesome Lists containing this project
- awesome-earthobservation-code - rioxarray - geospatial xarray extension powered by rasterio [docs](https://corteva.github.io/rioxarray/stable/) (`Python` processing of optical imagery (non deep learning) / Python libraries related to EO)
README
================
rioxarray README
================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?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge.. image:: https://img.shields.io/badge/all_contributors-37-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.. image:: https://zenodo.org/badge/181693881.svg
:target: https://zenodo.org/badge/latestdoi/181693881Documentation
-------------- Stable: https://corteva.github.io/rioxarray/stable/
- Latest: https://corteva.github.io/rioxarray/latest/Bugs/Questions
--------------- Report bugs/feature requests: https://github.com/corteva/rioxarray/issues
- Ask questions: https://github.com/corteva/rioxarray/discussions
- Ask developer questions: https://gitter.im/rioxarray/community
- Ask questions from the GIS community: https://gis.stackexchange.com/questions/tagged/rioxarrayCredits
-------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_.
.. _Cookiecutter: https://github.com/audreyr/cookiecutter