Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 738 Bytes

README.rst

File metadata and controls

30 lines (20 loc) · 738 Bytes

gwwapi: Global Water Watch for Python

PyPI PyPI - Python Version

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