Metadata-Version: 2.1
Name: geocube
Version: 0.0.13
Summary: Tool to convert geopandas vector data into rasterized xarray data.
Home-page: https://github.com/corteva/geocube
Author: GeoCube Contributors
Author-email: alansnow21@gmail.com
License: BSD license
Description: ==============
        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-3-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://travis-ci.com/corteva/geocube.svg?branch=master
            :target: https://travis-ci.com/corteva/geocube
        
        .. image:: https://ci.appveyor.com/api/projects/status/bjxhlbt5tjsonwo8/branch/master?svg=true
            :target: https://ci.appveyor.com/project/snowman2/geocube
        
        .. image:: https://coveralls.io/repos/github/corteva/geocube/badge.svg?branch=master
            :target: https://coveralls.io/github/corteva/geocube?branch=master
        
        .. 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
        
        
        Documentation
        -------------
        
        - Stable: https://corteva.github.io/geocube/stable/
        - Latest: https://corteva.github.io/geocube/latest/
        
        
        Credits
        -------
        
        This package was originally templated with with Cookiecutter_.
        
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        
        
        
Keywords: geocube
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6
Provides-Extra: dev
Provides-Extra: all
