rioxarray


Namerioxarray JSON
Version 0.18.1 PyPI version JSON
download
home_pageNone
Summarygeospatial xarray extension powered by rasterio
upload_time2024-11-08 15:06:02
maintainerrioxarray Contributors
docs_urlNone
authorNone
requires_python>=3.10
licenseApache
keywords rioxarray xarray rasterio
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ================
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-39-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/181693881


Documentation
-------------

- 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/rioxarray

Credits
-------

The *reproject* functionality was adopted from https://github.com/opendatacube/datacube-core
  - Source file: `geo_xarray.py <https://github.com/opendatacube/datacube-core/blob/084c84d78cb6e1326c7fbbe79c5b5d0bef37c078/datacube/api/geo_xarray.py>`_
  - `datacube is licensed <https://github.com/opendatacube/datacube-core/blob/1d345f08a10a13c316f81100936b0ad8b1a374eb/LICENSE>`_ under the Apache License, Version 2.0.
    The datacube license is included as `LICENSE_datacube <https://github.com/corteva/rioxarray/blob/master/LICENSE_datacube>`_.

Adoptions from https://github.com/pydata/xarray:
  - *open_rasterio*: `rasterio_.py <https://github.com/pydata/xarray/blob/1d7bcbdc75b6d556c04e2c7d7a042e4379e15303/xarray/backends/rasterio_.py>`_
  - *set_options*: `options.py <https://github.com/pydata/xarray/blob/2ab0666c1fcc493b1e0ebc7db14500c427f8804e/xarray/core/options.py>`_
  - `xarray is licensed <https://github.com/pydata/xarray/blob/1d7bcbdc75b6d556c04e2c7d7a042e4379e15303/LICENSE>`_ under the Apache License, Version 2.0.
    The xarray license is included as `LICENSE_xarray <https://github.com/corteva/rioxarray/blob/master/LICENSE_xarray>`_.

RasterioWriter dask write functionality was adopted from https://github.com/dymaxionlabs/dask-rasterio
  - Source file: `write.py <https://github.com/dymaxionlabs/dask-rasterio/blob/8dd7fdece7ad094a41908c0ae6b4fe6ca49cf5e1/dask_rasterio/write.py>`_


This package was originally templated with with Cookiecutter_.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "rioxarray",
    "maintainer": "rioxarray Contributors",
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": "rioxarray, xarray, rasterio",
    "author": null,
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/f5/05/5c2b0bafe275aacdecb72aef5bd333e65b34c4acecd468a66eedc3e8fb1a/rioxarray-0.18.1.tar.gz",
    "platform": null,
    "description": "================\nrioxarray README\n================\n\nrasterio xarray extension.\n\n\n.. image:: https://badges.gitter.im/rioxarray/community.svg\n   :alt: Join the chat at https://gitter.im/rioxarray/community\n   :target: https://gitter.im/rioxarray/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge\n\n.. image:: https://img.shields.io/badge/all_contributors-39-orange.svg?style=flat-square\n    :alt: All Contributors\n    :target: https://github.com/corteva/rioxarray/blob/master/AUTHORS.rst\n\n.. image:: https://img.shields.io/badge/License-Apache%202.0-blue.svg\n    :target: https://github.com/corteva/rioxarray/blob/master/LICENSE\n\n.. image:: https://img.shields.io/pypi/v/rioxarray.svg\n    :target: https://pypi.python.org/pypi/rioxarray\n\n.. image:: https://pepy.tech/badge/rioxarray\n    :target: https://pepy.tech/project/rioxarray\n\n.. image:: https://img.shields.io/conda/vn/conda-forge/rioxarray.svg\n    :target: https://anaconda.org/conda-forge/rioxarray\n\n.. image:: https://github.com/corteva/rioxarray/workflows/Tests/badge.svg\n    :target: https://github.com/corteva/rioxarray/actions?query=workflow%3ATests\n\n.. image:: https://ci.appveyor.com/api/projects/status/e6sr22mkpen261c1/branch/master?svg=true\n    :target: https://ci.appveyor.com/project/snowman2/rioxarray\n\n.. image:: https://codecov.io/gh/corteva/rioxarray/branch/master/graph/badge.svg\n    :target: https://codecov.io/gh/corteva/rioxarray\n\n.. image:: https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white\n    :target: https://github.com/pre-commit/pre-commit\n\n.. image:: https://img.shields.io/badge/code%20style-black-000000.svg\n    :target: https://github.com/python/black\n\n.. image:: https://zenodo.org/badge/181693881.svg\n    :target: https://zenodo.org/badge/latestdoi/181693881\n\n\nDocumentation\n-------------\n\n- Stable: https://corteva.github.io/rioxarray/stable/\n- Latest: https://corteva.github.io/rioxarray/latest/\n\nBugs/Questions\n--------------\n\n- Report bugs/feature requests: https://github.com/corteva/rioxarray/issues\n- Ask questions: https://github.com/corteva/rioxarray/discussions\n- Ask developer questions: https://gitter.im/rioxarray/community\n- Ask questions from the GIS community: https://gis.stackexchange.com/questions/tagged/rioxarray\n\nCredits\n-------\n\nThe *reproject* functionality was adopted from https://github.com/opendatacube/datacube-core\n  - Source file: `geo_xarray.py <https://github.com/opendatacube/datacube-core/blob/084c84d78cb6e1326c7fbbe79c5b5d0bef37c078/datacube/api/geo_xarray.py>`_\n  - `datacube is licensed <https://github.com/opendatacube/datacube-core/blob/1d345f08a10a13c316f81100936b0ad8b1a374eb/LICENSE>`_ under the Apache License, Version 2.0.\n    The datacube license is included as `LICENSE_datacube <https://github.com/corteva/rioxarray/blob/master/LICENSE_datacube>`_.\n\nAdoptions from https://github.com/pydata/xarray:\n  - *open_rasterio*: `rasterio_.py <https://github.com/pydata/xarray/blob/1d7bcbdc75b6d556c04e2c7d7a042e4379e15303/xarray/backends/rasterio_.py>`_\n  - *set_options*: `options.py <https://github.com/pydata/xarray/blob/2ab0666c1fcc493b1e0ebc7db14500c427f8804e/xarray/core/options.py>`_\n  - `xarray is licensed <https://github.com/pydata/xarray/blob/1d7bcbdc75b6d556c04e2c7d7a042e4379e15303/LICENSE>`_ under the Apache License, Version 2.0.\n    The xarray license is included as `LICENSE_xarray <https://github.com/corteva/rioxarray/blob/master/LICENSE_xarray>`_.\n\nRasterioWriter dask write functionality was adopted from https://github.com/dymaxionlabs/dask-rasterio\n  - Source file: `write.py <https://github.com/dymaxionlabs/dask-rasterio/blob/8dd7fdece7ad094a41908c0ae6b4fe6ca49cf5e1/dask_rasterio/write.py>`_\n\n\nThis package was originally templated with with Cookiecutter_.\n\n.. _Cookiecutter: https://github.com/audreyr/cookiecutter\n",
    "bugtrack_url": null,
    "license": "Apache",
    "summary": "geospatial xarray extension powered by rasterio",
    "version": "0.18.1",
    "project_urls": {
        "changelog": "https://corteva.github.io/rioxarray/stable/history.html",
        "documentation": "https://corteva.github.io/rioxarray/",
        "homepage": "https://corteva.github.io/rioxarray/",
        "repository": "https://github.com/corteva/rioxarray"
    },
    "split_keywords": [
        "rioxarray",
        " xarray",
        " rasterio"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "aab7a881b08bb24ae15bd3644b313244d89b0eb50d88dbda577ce72e5e3e4be4",
                "md5": "3f33dd408dd748e3f5c67e7f570774db",
                "sha256": "64cc571807204afc1ffaf5f9a0a2640dccb1e2edd602d952a3c65153b6645540"
            },
            "downloads": -1,
            "filename": "rioxarray-0.18.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "3f33dd408dd748e3f5c67e7f570774db",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 61881,
            "upload_time": "2024-11-08T15:06:01",
            "upload_time_iso_8601": "2024-11-08T15:06:01.187809Z",
            "url": "https://files.pythonhosted.org/packages/aa/b7/a881b08bb24ae15bd3644b313244d89b0eb50d88dbda577ce72e5e3e4be4/rioxarray-0.18.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f5055c2b0bafe275aacdecb72aef5bd333e65b34c4acecd468a66eedc3e8fb1a",
                "md5": "03afc676c70c3c828da57d74bf02fea7",
                "sha256": "62bdef2a1ae8ac1de8cd3e809bfe3c8c5d09d1edc873ef9b1f373d37cf8da02b"
            },
            "downloads": -1,
            "filename": "rioxarray-0.18.1.tar.gz",
            "has_sig": false,
            "md5_digest": "03afc676c70c3c828da57d74bf02fea7",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 54407,
            "upload_time": "2024-11-08T15:06:02",
            "upload_time_iso_8601": "2024-11-08T15:06:02.459809Z",
            "url": "https://files.pythonhosted.org/packages/f5/05/5c2b0bafe275aacdecb72aef5bd333e65b34c4acecd468a66eedc3e8fb1a/rioxarray-0.18.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-08 15:06:02",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "corteva",
    "github_project": "rioxarray",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "appveyor": true,
    "lcname": "rioxarray"
}
        
Elapsed time: 1.69559s