geocube


Namegeocube JSON
Version 0.5.2 PyPI version JSON
download
home_pagehttps://github.com/corteva/geocube
SummaryTool to convert geopandas vector data into rasterized xarray data.
upload_time2024-04-17 15:50:05
maintainerNone
docs_urlNone
authorgeocube Contributors
requires_python>=3.10
licenseBSD license
keywords geocube gdal rasterize vector
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ==============
geocube README
==============

Tool to convert geopandas vector data into rasterized xarray data.

.. image:: https://badges.gitter.im/corteva--geocube/community.svg
   :alt: Join the chat at https://gitter.im/corteva--geocube/community
   :target: https://gitter.im/corteva--geocube/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge

.. image:: https://img.shields.io/badge/all_contributors-13-orange.svg?style=flat-square
    :alt: All Contributors
    :target: https://github.com/corteva/geocube/blob/master/AUTHORS.rst

.. image:: https://img.shields.io/badge/license-BSD%203--Clause-yellow.svg
    :target: https://github.com/corteva/geocube/blob/master/LICENSE

.. image:: https://img.shields.io/pypi/v/geocube.svg
    :target: https://pypi.python.org/pypi/geocube

.. image:: https://pepy.tech/badge/geocube
    :target: https://pepy.tech/project/geocube

.. image:: https://img.shields.io/conda/vn/conda-forge/geocube.svg
    :target: https://anaconda.org/conda-forge/geocube

.. image:: https://github.com/corteva/geocube/workflows/Tests/badge.svg
    :target: https://github.com/corteva/geocube/actions?query=workflow%3ATests

.. image:: https://ci.appveyor.com/api/projects/status/bjxhlbt5tjsonwo8/branch/master?svg=true
    :target: https://ci.appveyor.com/project/snowman2/geocube

.. image:: https://codecov.io/gh/corteva/geocube/branch/master/graph/badge.svg
    :target: https://codecov.io/gh/corteva/geocube

.. 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/179524523.svg
    :target: https://zenodo.org/badge/latestdoi/179524523


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

- Stable: https://corteva.github.io/geocube/stable/
- Latest: https://corteva.github.io/geocube/latest/

Bugs/Questions
--------------

- Report bugs/feature requests: https://github.com/corteva/geocube/issues
- Ask questions: https://github.com/corteva/geocube/discussions
- Ask developer questions: https://gitter.im/corteva--geocube/community
- Ask questions from the GIS community: https://gis.stackexchange.com/questions/tagged/geocube

Credits
-------

This package was originally templated with with Cookiecutter_.

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

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/corteva/geocube",
    "name": "geocube",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": "geocube, GDAL, rasterize, vector",
    "author": "geocube Contributors",
    "author_email": "alansnow21@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/67/26/4e4af144e82588cb389b73ff77eb1f0fed8f9ac7e226a2224978fe168e28/geocube-0.5.2.tar.gz",
    "platform": "any",
    "description": "==============\ngeocube README\n==============\n\nTool to convert geopandas vector data into rasterized xarray data.\n\n.. image:: https://badges.gitter.im/corteva--geocube/community.svg\n   :alt: Join the chat at https://gitter.im/corteva--geocube/community\n   :target: https://gitter.im/corteva--geocube/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge\n\n.. image:: https://img.shields.io/badge/all_contributors-13-orange.svg?style=flat-square\n    :alt: All Contributors\n    :target: https://github.com/corteva/geocube/blob/master/AUTHORS.rst\n\n.. image:: https://img.shields.io/badge/license-BSD%203--Clause-yellow.svg\n    :target: https://github.com/corteva/geocube/blob/master/LICENSE\n\n.. image:: https://img.shields.io/pypi/v/geocube.svg\n    :target: https://pypi.python.org/pypi/geocube\n\n.. image:: https://pepy.tech/badge/geocube\n    :target: https://pepy.tech/project/geocube\n\n.. image:: https://img.shields.io/conda/vn/conda-forge/geocube.svg\n    :target: https://anaconda.org/conda-forge/geocube\n\n.. image:: https://github.com/corteva/geocube/workflows/Tests/badge.svg\n    :target: https://github.com/corteva/geocube/actions?query=workflow%3ATests\n\n.. image:: https://ci.appveyor.com/api/projects/status/bjxhlbt5tjsonwo8/branch/master?svg=true\n    :target: https://ci.appveyor.com/project/snowman2/geocube\n\n.. image:: https://codecov.io/gh/corteva/geocube/branch/master/graph/badge.svg\n    :target: https://codecov.io/gh/corteva/geocube\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\n.. image:: https://zenodo.org/badge/179524523.svg\n    :target: https://zenodo.org/badge/latestdoi/179524523\n\n\nDocumentation\n-------------\n\n- Stable: https://corteva.github.io/geocube/stable/\n- Latest: https://corteva.github.io/geocube/latest/\n\nBugs/Questions\n--------------\n\n- Report bugs/feature requests: https://github.com/corteva/geocube/issues\n- Ask questions: https://github.com/corteva/geocube/discussions\n- Ask developer questions: https://gitter.im/corteva--geocube/community\n- Ask questions from the GIS community: https://gis.stackexchange.com/questions/tagged/geocube\n\nCredits\n-------\n\nThis package was originally templated with with Cookiecutter_.\n\n.. _Cookiecutter: https://github.com/audreyr/cookiecutter\n",
    "bugtrack_url": null,
    "license": "BSD license",
    "summary": "Tool to convert geopandas vector data into rasterized xarray data.",
    "version": "0.5.2",
    "project_urls": {
        "Download": "http://python.org/pypi/geocube",
        "Homepage": "https://github.com/corteva/geocube"
    },
    "split_keywords": [
        "geocube",
        " gdal",
        " rasterize",
        " vector"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "94dc232390359c29be5068e03b31dfe0aab88c070bb635deb79d14cba01e813d",
                "md5": "5a812f63ccf6926f199c0d80bc0c8bd8",
                "sha256": "2fb9e193c67f47f47cdade85748f17cd69bf8ac1cf5194d683846022b8d5c4e4"
            },
            "downloads": -1,
            "filename": "geocube-0.5.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "5a812f63ccf6926f199c0d80bc0c8bd8",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 21719,
            "upload_time": "2024-04-17T15:50:03",
            "upload_time_iso_8601": "2024-04-17T15:50:03.518315Z",
            "url": "https://files.pythonhosted.org/packages/94/dc/232390359c29be5068e03b31dfe0aab88c070bb635deb79d14cba01e813d/geocube-0.5.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "67264e4af144e82588cb389b73ff77eb1f0fed8f9ac7e226a2224978fe168e28",
                "md5": "c59e8b0640944061bd5966aed80b1160",
                "sha256": "908e13900535a8ba2d6598ed3e69924f8dc60620bde242d760655d5a2a8244f2"
            },
            "downloads": -1,
            "filename": "geocube-0.5.2.tar.gz",
            "has_sig": false,
            "md5_digest": "c59e8b0640944061bd5966aed80b1160",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 21012,
            "upload_time": "2024-04-17T15:50:05",
            "upload_time_iso_8601": "2024-04-17T15:50:05.279535Z",
            "url": "https://files.pythonhosted.org/packages/67/26/4e4af144e82588cb389b73ff77eb1f0fed8f9ac7e226a2224978fe168e28/geocube-0.5.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-17 15:50:05",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "corteva",
    "github_project": "geocube",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "appveyor": true,
    "lcname": "geocube"
}
        
Elapsed time: 0.22952s