Skip to content

Commit

Permalink
Update lectures
Browse files Browse the repository at this point in the history
  • Loading branch information
wpreimes committed Nov 19, 2022
1 parent 025c278 commit a3a2124
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 590 deletions.
522 changes: 0 additions & 522 deletions 01_sm_c3s.ipynb

This file was deleted.

33 changes: 0 additions & 33 deletions 02_vod_vodca.ipynb

This file was deleted.

33 changes: 0 additions & 33 deletions 03_droughts.ipynb

This file was deleted.

2 changes: 1 addition & 1 deletion postBuild
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash

wget -q -O data.zip "https://cloud.geo.tuwien.ac.at/s/cNoJcXojZQyTfWG/download" && unzip data.zip && rm data.zip
wget -q -O data.zip "https://cloud.geo.tuwien.ac.at/s/cNoJcXojZQyTfWG/download" && unzip -n data.zip && rm data.zip
12 changes: 11 additions & 1 deletion utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,14 @@
[144, 202, 240],
[4, 145, 251],
[8, 83, 211],
[13, 37, 161]]) / 255.)
[13, 37, 161]]) / 255.)

europe_countries = [
'Albania', 'Austria', 'Belarus', 'Belgium', 'Bosnia and Herz.',
'Bulgaria', 'Croatia', 'Czechia', 'Denmark', 'Estonia', 'Finland',
'France', 'Germany', 'Greece', 'Hungary', 'Iceland', 'Ireland',
'Italy', 'Kosovo', 'Latvia', 'Lithuania', 'Luxembourg',
'Macedonia', 'Moldova', 'Montenegro', 'Netherlands', 'Norway',
'Poland', 'Portugal', 'Romania', 'Serbia', 'Slovakia', 'Slovenia',
'Spain', 'Sweden', 'Switzerland', 'Ukraine', 'United Kingdom'
]

0 comments on commit a3a2124

Please sign in to comment.