Repository containing analyses for mapping wetlands in East Africa
# Mapping wetland surface water dynamics
## Instructions
1. Clone or download repository
```shell
> git clone git@github.com:octo-willy/mapping-wetlands.git
```
2. Install environments
Used in 1st notebook
```shell
> conda env create -f env_gee.yml
```
Used in 2nd notebook
```shell
> conda env create -f env_wct.yml
```
3. Activate environment
```shell
> activate gee
```
or
```shell
> activate wetland
```
4. CD to repository and run notebook
```shell
> cd [path of cloned repository] && jupyter notebook
```