Skip to content

Releases: thermaty/avalanches-tirol

Initial Release

15 May 13:07
Compare
Choose a tag to compare

Contents

This release contains all the necessary files to run the notebooks in the repository, including all the terrain models computed from the Tyrol Open Data DEM and data cache for the incidents, bulletins and meteorological variables. So you will not have to download any additional files and wait for the dataset fetching. Just initialize the environment using the setup script and you are good to go!

Installation Guide

In order to extract the archive, you first need to download all the parts named avalanches-tirol_part_* from below. Then run:

cat avalanches-tirol_part_* | tar -xzvf - && cd avalanches-tirol

This will concatenate the files and extract the archive contents into avalanches-tirol folder. Total folder size is approximately 11 GB.

You will still have to create the Python virtual environment using the following command:

source ./setup.sh -n

To run the Jupyter Notebooks run:

jupyter notebook

Data Sources