Metadata-Version: 2.1
Name: watools
Version: 0.0.2
Summary: Python module for retrieval of hydrologic, atmospheric, and remote sensing data used for Water Accounting.
Home-page: https://github.com/wateraccounting/watools
Author: Tim Hessels
Author-email: t.hessels@un-ihe.org
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: Pillow (>=5.2.0)
Requires-Dist: beautifulsoup4 (>=4.6.0)
Requires-Dist: earthengine-api (>=0.1.143)
Requires-Dist: h5py (>=2.8.0)
Requires-Dist: httplib2 (>=0.11.3)
Requires-Dist: joblib (>=0.12.0)
Requires-Dist: lxml (>=4.2.4)
Requires-Dist: netCDF4 (>=1.4.0)
Requires-Dist: numpy (>=1.14.5)
Requires-Dist: pandas (>=0.23.3)
Requires-Dist: paramiko (>=2.4.1)
Requires-Dist: pycurl (>=7.43.1)
Requires-Dist: pyshp (>=1.2.12)
Requires-Dist: request (>=2.19.1)
Requires-Dist: scipy (>=1.1.0)
Requires-Dist: urllib3 (>=1.23)
Requires-Dist: oauth2client (>=4.1.2)
Requires-Dist: gdal; python_version <= "2.7"
Requires-Dist: pyproj; python_version <= "2.7"
Requires-Dist: pytables; python_version <= "2.7"

# Water Accounting Plus (WA+) toolbox

Python module for retrieval of hydrologic, atmospheric, and remote sensing data used for [Water Accounting](http://www.wateraccounting.org/).

This module is compatable on Windows 7 computers, for other operating systems a proper operation of the code cannot be guaranteed.

The manual of the Water Accounting Tool box can be found in [docs/ManualWA.md](https://github.com/wateraccounting/watools/blob/master/docs/ManualWA.md)


