Aqueduct is WRI's water risk platform: it helps you find out where there is water risk across the world. The Water and Food Security Analizer is one of the five tools that Aqueduct offers to analyze the global water risk.
By using this tool, you will be able to see how different crops and production units are affected by water resources in each country. It also provides different scenarios and predictions untill year 2050.
For the different indicators, this tool is using the IFPRI IMPACT Model: https://www.ifpri.org/program/impact-model
Requirements:
- NodeJs 6.0+ How to install
- pkg-config (probably this one is already installed, if not:
brew install pkg-config
) - Cairo (
brew install cairo
)
Install dependencies:
npm install
Copy .env.sample
to .env
and set variables.
To run the server:
npm start
To compile and build:
npm run build
- Fork it!
- Create your feature branch:
git checkout -b feature/my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin feature/my-new-feature
- Submit a pull request :D