Skip to content

global-water-watch/gww-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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