-
Notifications
You must be signed in to change notification settings - Fork 2
/
2018.html
77 lines (70 loc) · 4.52 KB
/
2018.html
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
<!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 2018/19 - Enhancing discovery of geospatial datasets in data repositories</title>
</head>
<body>
<div id="container">
<div class="inner">
<header>
<h1>Enhancing discovery of geospatial datasets in data repositories</h1>
<h2>Open Source code from Geosoft II seminar at ifgi, winter semester 2018/19</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 2018/19 the bachelor students at the
<a href="http://ifgi.uni-muenster.de/">Institute for Geoinformatics (ifgi)</a> worked on geospatial research
data in data repositories and catalogs.
The course Geosoft II introduces students to advanced application development (web services, user interfaces)
for geospatial data. This year the students had to work with geospatial metadata, research metadata, metadata
catalogs, and data repositories to advance the discovery of research datasets beyond text-based search.
You can download the <a href="files/GeoSoft_2_WS1819.pdf">full project requirements document</a> for details.</p>
<p>In short, <strong>the projects close the gap between geospatial data formats and metadata catalogues respectively data repositories</strong>. Each group extended an existing Open Source project with an API for retrieving similar records based on geospatial metadata, and developed a new command-line tool for extraction of said metadata from various file types.</p>
<p>
<br />The course was taught by <a href="http://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=276579&moduleCall=webInfo&publishConfFile=webInfo&publishSubDir=veranstaltung">LSF
Nr.: 144929</a> —
<a href="https://sso.uni-muenster.de/LearnWeb/learnweb2/course/view.php?id=33123">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>A²HL²</h2>
<p>This project extends the FOSS geospatial metadata catalog pyCSW.</p>
<p>Code: <a href="https://github.com/Geosoft2/Geosoftware-II-AALLH">https://github.com/Geosoft2/Geosoftware-II-AALLH</a>
<br />CLI Tool: <a href="https://pypi.org/project/geodataExtent/">https://pypi.org/project/geodataExtent/</a></p>
<p>
<img alt="placeholder" src="images/aahll-logo.png" width="120" />
</p>
<h2>Die Gruppe 1</h2>
<p>This project extends the Zenodo data repository.</p>
<p>Code: <a href="https://github.com/Geosoft2/Geosoftware2">https://github.com/Geosoft2/Geosoftware2</a> and <a href="https://github.com/Geosoft2/zenodo">https://github.com/Geosoft2/zenodo</a>
<br />CLI Tool: <a href="https://pypi.org/project/extractTool/">https://pypi.org/project/extractTool/</a></p>
<p>
<img alt="placeholder" src="images/diegruppe1-logo.png" width="200" />
</p>
<h2>Cerca Trova</h2>
<p>This project extends the FOSS geospatial metadata catalog pyCSW.</p>
<p>Code: <a href="https://github.com/Geosoft2/geosoftware2_ct">https://github.com/Geosoft2/geosoftware2_ct</a> and <a href="https://github.com/Geosoft2/pycsw">https://github.com/Geosoft2/pycsw</a>
<br />CLI Tool: <a href="https://pypi.org/project/cercatrova/">https://pypi.org/project/cercatrova/</a></p>
</section>
</div>
</div>
</body>
</html>