-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path2020.html
More file actions
84 lines (76 loc) · 4.52 KB
/
2020.html
File metadata and controls
84 lines (76 loc) · 4.52 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
<!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 2020/21 - An openEO back-end driver for geospatial data science using the Pangeo software stack</title>
</head>
<body>
<div id="container">
<div class="inner">
<header>
<h1>An openEO back-end driver for geospatial data science using the Pangeo software stack</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 2020/21 the bachelor students at the
<a href="http://ifgi.uni-muenster.de/">Institute for Geoinformatics (ifgi)</a>
were challenged to develop an openEO back-end driver using latest Python-based numerical processing libraries.
The <a href="https://openeo.org/">openEO</a> project developed an API for exposing the power of big Earth observation cloud infrastructures in a standardised way based on the data cube paradigm.
The openEO API allows users to easily switch between service and infrastructure providers and use the most suitable or cost-effective solution.
In the "story" of the seminar, a startup wants to provide a new implementation of the openEO API based on the Pangeo software stack (xarray, Dask) to its customers and the students are hired to do just that.
The group achieved quite impressive results, including a complex CI test setup, nicely demonstrated in a number of Jupyter Notebooks.
<br/><br/>
You can download the <a href="files/GeoSoft_2_WS2021.pdf">full project requirements document</a> for details.
</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=324127&moduleCall=webInfo&publishConfFile=webInfo&publishSubDir=veranstaltung">LSF
Nr.: 142952</a> —
<a href="https://xsso.uni-muenster.de/LearnWeb/learnweb2/course/view.php?id=47675">Learnweb</a>
</p>
</section>
<hr />
<section id="main_content">
<h2>Demos</h2>
<p><a href="https://github.com/Geosoft2/Demos">https://github.com/Geosoft2/Demos/</a></p>
<h2>API project with ready-to-use docker-compose configuration</h2>
<p>
<a href="https://github.com/Geosoft2/GeoSoftII_Projekt">https://github.com/Geosoft2/GeoSoftII_Projekt</a>
</p>
<p>
<img alt="Job JSON screenshot" src="images/job.jpg" width="100%" />
</p>
<h2>Microservices for processes and management</h2>
<p>
<a href="https://github.com/Geosoft2/GeoSoftII_SST_Process">https://github.com/Geosoft2/GeoSoftII_SST_Process</a> <br />
<a href="https://github.com/Geosoft2/GeoSoftII_DataServer">https://github.com/Geosoft2/GeoSoftII_DataServer</a> <br />
<a href="https://github.com/Geosoft2/GeoSoftII_JobManagement">https://github.com/Geosoft2/GeoSoftII_JobManagement</a> <br />
<a href="https://github.com/Geosoft2/GeoSoftII_Frontend">https://github.com/Geosoft2/GeoSoftII_Frontend</a> <br />
<a href="https://github.com/Geosoft2/GeoSoftII_NDVI_Process">https://github.com/Geosoft2/GeoSoftII_NDVI_Process</a>
</p>
<p>
<img alt="SST" src="images/sst.jpg" width="100%" />
</p>
<h2>Test repository using GitHub actions</h2>
<p>
<a href="https://github.com/Geosoft2/TestRepo">https://github.com/Geosoft2/TestRepo</a>
</p>
<p>
<img alt="Screenshot" src="images/ci-tests.jpg" width="100%" />
</p>
</section>
</div>
</div>
</body>
</html>