-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path2019.html
More file actions
95 lines (87 loc) · 5.09 KB
/
2019.html
File metadata and controls
95 lines (87 loc) · 5.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset='utf-8' />
<link href='https://fonts.googleapis.com/css?family=Chivo:900' rel='stylesheet' type='text/css' />
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen" />
<link rel="stylesheet" type="text/css" href="stylesheets/pygment_trac.css" media="screen" />
<link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print" />
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link href="favicon.ico" rel="shortcut icon" />
<title>Geosoft II 2019/20 - Web platform for the integration of weather and social media data during extreme weather events</title>
</head>
<body>
<div id="container">
<div class="inner">
<header>
<h1>Web platform for the integration of weather and social media data during extreme weather events</h1>
<h2>Open Source code from Geosoft II seminar at ifgi, winter semester 2019/20</h2>
<p><a href="index.html">Organisation page</a></p>
</header>
<section id="project" class="clearfix">
<h2>About the course</h2>
<p>During the winter semester 2019/20 the bachelor students at the
<a href="http://ifgi.uni-muenster.de/">Institute for Geoinformatics (ifgi)</a> worked on a solution to integrate social media data and near real-time precipitation data in a disaster management scenario.
For the students this was the first time they designed, documented, and implemented an API, connecting a server and a client compent, and had to integrate external data via APIs.
The participants also had to improve their data visualisation skills with complex map and filtering user interfaces, and package the created software in containers for deployment and evaluation.
Finally, they even had to realise a performance test suite.
<br/><br/>
You can download the <a href="files/GeoSoft_2_WS1920.pdf">full project requirements document</a> for details.
The short descriptions below highlight the differences of the student groups' realisations of the requirements.
</p>
<br />The course was taught by <a href="http://knoth.staff.ifgi.de/" class="user-mention">Christian Knoth</a>, <a href="https://nuest.staff.ifgi.de/">Daniel Nüst</a> and
<a href="http://pebesma.staff.ifgi.de/">Edzer Pebesma</a>.<//p>
<p>
<a href="https://studium.uni-muenster.de/qisserver/rds?state=verpublish&status=init&vmfile=no&publishid=303090&moduleCall=webInfo&publishConfFile=webInfo&publishSubDir=veranstaltung">LSF
Nr.: 144929</a> —
<a href="https://www.uni-muenster.de/LearnWeb/learnweb2/course/view.php?id=39278">Learnweb</a>
</p>
</section>
<hr />
<section id="main_content">
<h2>Projects</h2>
<p>In the following we will shortly present the results of the groups. All source code is <strong>open source</strong> and available
on <strong>GitHub</strong>:
<a href="https://github.com/organizations/Geosoft2/">https://github.com/organizations/Geosoft2/</a></p>
<h2>DEWI</h2>
<p>
<em>Direct Extreme Weather Information</em> integrates DWD extreme events data from a WMS with Twitter social media data.
The application is based on Node.js and features <em>notifications</em> for new events using email and Mattermost chat rooms.
</p>
<p>Code: <a href="https://github.com/Geosoft2/DEWI_Geosoft2_WS19-20_huef_jaku_nier_nisk_sten">https://github.com/Geosoft2/DEWI_Geosoft2_WS19-20_huef_jaku_nier_nisk_sten</a>
</p>
<p>
<img alt="DEWI screenshot" src="images/dewi.png" width="100%" />
</p>
<h2>GeoMergency</h2>
<p>
The GeoMergency project uses Node.js and R (with the plumber package) to create an API with extreme event observations and tweets.
</p>
<p>Code: <a href="https://github.com/Geosoft2/GeoSoft2_Gruppe2">https://github.com/Geosoft2/GeoSoft2_Gruppe2</a>
</p>
<p>
<img alt="GeoMergency screenshot" src="images/geomergency.jpg" width="100%" />
</p>
<h2>Salus Solutions</h2>
<p>
The application <em>weathr</em> integrates social media posts from both Twitter and Flickr and uses a Node.js backend.
</p>
<p>Code: <a href="https://github.com/Geosoft2/Geosoftware2-1">https://github.com/Geosoft2/Geosoftware2-1</a>
</p>
<p>
<img alt="Salus screenshot" src="images/weathr.png" width="100%" />
</p>
<h2>TwittStorm</h2>
<p>TwittStorm uses a Node.js backend to integrate DWD severe weather data and Tweets into a map, which features animation of the recent period of time to see new posts appear.</p>
<p>Code: <a href="https://github.com/Geosoft2/TwittStorm">https://github.com/Geosoft2/TwittStorm</a>
</p>
<p>
<img alt="TwittStorm screenshot" src="images/twittstorm.png" width="100%" />
</p>
</section>
</div>
</div>
</body>
</html>