rioxarray


Namerioxarray JSON
Version 0.15.5 PyPI version JSON
download
home_pageNone
Summarygeospatial xarray extension powered by rasterio
upload_time2024-04-22 15:43:23
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-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/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/14/da/482971a1b9cc553b864c8332528d22709f96267aea5f4f6ce20bc3a930d8/rioxarray-0.15.5.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-37-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.15.5",
    "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": "88e06c0113291e35a12851007b990cf8f32cc575b4c580c1b5f06715a165849f",
                "md5": "392241464a5c491dba9ba835c052226a",
                "sha256": "849979c3542cefb5ac452af474a0b50ff08b7435c6db1ad615ddb65b1da4bbf3"
            },
            "downloads": -1,
            "filename": "rioxarray-0.15.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "392241464a5c491dba9ba835c052226a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 60466,
            "upload_time": "2024-04-22T15:43:21",
            "upload_time_iso_8601": "2024-04-22T15:43:21.199191Z",
            "url": "https://files.pythonhosted.org/packages/88/e0/6c0113291e35a12851007b990cf8f32cc575b4c580c1b5f06715a165849f/rioxarray-0.15.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "14da482971a1b9cc553b864c8332528d22709f96267aea5f4f6ce20bc3a930d8",
                "md5": "9d0aed680ec75e84e600acc4506d03ec",
                "sha256": "433b169cd10346ed5fe0123e61fafca4dcaf5ce1b6e2f6cc1a9c0e0bf7d7c1d4"
            },
            "downloads": -1,
            "filename": "rioxarray-0.15.5.tar.gz",
            "has_sig": false,
            "md5_digest": "9d0aed680ec75e84e600acc4506d03ec",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 52709,
            "upload_time": "2024-04-22T15:43:23",
            "upload_time_iso_8601": "2024-04-22T15:43:23.487607Z",
            "url": "https://files.pythonhosted.org/packages/14/da/482971a1b9cc553b864c8332528d22709f96267aea5f4f6ce20bc3a930d8/rioxarray-0.15.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-22 15:43:23",
    "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: 0.25932s