Metadata-Version: 2.1
Name: gwwapi
Version: 0.0.2
Summary: A python package for using the Global Water Watch API
Home-page: https://github.com/global-water-watch/gww-api
Author: Jurian Beunk
Author-email: jurianbeunk@gmail.com
License: MIT
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown
License-File: LICENSE

.. _readme:

=======================================
gwwapi: Global Water Watch for Python
=======================================

|pypi| |python|

Installation 
--------------------------------
``pip install gwwapi``

Usage
--------------------------------
The package contains 2 modules:

*   client: allows a user to make requests from the Global Water Watch API

``from gwwapi import client``

*   utils: reshape raw data into convenient format (Pandas and GeoPandas)

``from gwwapi import utils``    

.. |pypi| image:: https://img.shields.io/pypi/v/gwwapi.svg?style=flat
  :target: https://pypi.org/project/gwwapi/
  :alt: PyPI   
  
.. |python| image:: https://img.shields.io/pypi/pyversions/gwwapi
   :alt: PyPI - Python Version
