wateraccounting / WAPORWA

Rapid Water Accounting analysis using WaPOR datasets
GNU General Public License v3.0
5 stars 8 forks source link
wapor wateraccounting

DOI Contributor Covenant

Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License

WaPOR-based Water Accounting

Authors:

With contributions from:

1. About

This repository contains ipython notebooks, python scripts for the rapid Water Accounting analysis using WaPOR data in 5 river basins: Litani, Jordan, Awash, Niger, Nile. This work is done by the Water Accounting group at IHE-DELFT Institute for Water Education as a part of the WaPOR programme of The Food and Agriculture Organization of the United Nations (FAO).

http://www.fao.org/in-action/remote-sensing-for-water-productivity/overview/about-the-programme/en/

The original code is archived as the v.0.0.2 release Required citation: IHE Delft. (2020). wateraccounting/WAPORWA: WaPOR-based Water Accounting v.0.0.2 (0.0.2). Zenodo. https://doi.org/10.5281/zenodo.3980588

The current master branch on this repository is open for modification and contribution from community under the Creative Commons Attribution Share Alike 4.0 International licence.

2. Installation

2.1. Python environment

Recommended steps to set up python environment in Anaconda prompt

Change to folder contain environment.yml file

>>> D:
>>> cd Github/WAPORWA

Create environment from environment.yml file

>>> conda create env

Activate environment

>>> conda activate waporwa

For more information see Wiki