Skip to content
/ FLOODS Public

Repository for collaboration on workflows for floods hazard

License

Notifications You must be signed in to change notification settings

CLIMAAX/FLOODS

Repository files navigation

River flood workflow:

  • Hazard assessment for retrieving flood maps: Binder
  • Risk assessment for mapping potential damage: Binder

Coastal flood workflow:

  • Hazard assessment for retrieving flood maps: Binder
  • Risk assessment for mapping potential damage: Binder

FLOODS

Repository for collaboration on workflows for floods hazards, which contains two workflows:

  • river flood workflow
  • coastal flood workflow

Both workflows enable the user to retrieve relevant flood maps from open global databases and combine those with data on exposure and vulnerability in the form of land use maps and economic damage curves.

How to run

Running on Binder

The notebooks can be launched on Binder. However, please note that the available memory space on Binder is limited, which means that the workflow cannot be used to load multiple flood maps or perform all of the calculations in an efficient manner. Click the Launch Binder button at the top level of the repository.

Running locally

You can download the notebook from GitHub to run it locally:

  1. Open your terminal

  2. Check your conda install with conda --version. If you don't have conda, install it by following these instructions (see here)

  3. Clone the repository

    git clone https://github.com/CLIMAAX/FLOODS.git
  4. Move into the cloned repository

    cd FLOODS
  5. Create and activate your environment from the environment.yml file

    conda env create -f environment.yml
    conda activate climaax_floods
  6. Launch the jupyter interface of your preference, notebook, jupyter notebook or lab jupyter lab

  7. Edit and run the notebook

Credits

The How to run section was adapted from the Environmental Data Science Book project.

About

Repository for collaboration on workflows for floods hazard

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published