The project contains a set of tools and an executable that will allow the user(s) to predict necessary measures to counter the effects of climate change at a local level.
Note: Currently, the project is only tested on linux
.
The following is a simple (non-exhaustive) list of possible uses for this project.
- Estimation of required water storage for crops
- Estimation of required water for survival
- Water shed levels
If you are interested in contributing, please look through the following steps to get started.
- Fork the repository.
- Create a virtual environment [Optional].
- Install the dependencies.
- Install R prior to the python dependencies, so the R-python bindings are accepted.
- Play with the project, submit bugs, submit patches!
Anyone may submit issues to the predictor issues page. The issues will be reviewed, and those that are deemed valuable changes to the project will be accepted.
- Create a topic branch from where you want to base your work (usually master).
- Make commits of logical units.
- Make commit messages that clearly document the changes.
- Push your changes to a topic branch in your fork of the repository.
- Make sure the tests pass, and add any new tests as appropriate.
- Submit a pull request to the original repository.
A rough convention for commit messages that is designed to answer two questions: what changed and why. The subject line should feature the what and the body of the commit should describe the why.