forked from Universite-Gustave-Eiffel/NoisePlanet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathonomap.html
140 lines (108 loc) · 7.28 KB
/
onomap.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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Noise-Planet - Scientific tools for environmental noise assessment">
<meta name="author" content="Gwendall Petit (Lab-STICC - CNRS UMR 6285 / DECIDE Team)">
<meta name="author" content="Judicael Picaut (Ifsttar / LAE)">
<title>Noise-Planet - Onomap</title>
<!-- Bootstrap core CSS -->
<link href="./assets/css/bootstrap.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link rel="shortcut icon" href="./assets/ico/favicon.png">
<link href="./assets/css/main.css" rel="stylesheet">
<link href="./assets/css/font-awesome.min.css" rel="stylesheet">
<link href="./assets/css/animate-custom.css" rel="stylesheet">
<link href='./assets/css/lato.css' rel='stylesheet' type='text/css'>
<link href='./assets/css/raleway.css' rel='stylesheet' type='text/css'>
</head>
<body data-spy="scroll" data-offset="0" data-target="#navbar-main" class="txlive">
<!------------------------------------------------------------------------------------------------------------------------------------------------------------------>
<!-- NAVIGATION BAR -->
<script src="./navbar.js"></script
<!------------------------------------------------------------------------------------------------------------------------------------------------------------------>
<!-- ==== OnoMap ==== -->
<div class="container" id="OnoMap" name="OnoMap">
<div class="row">
<h1 class="centered"><img class="img-responsive" style="display: inline;" src="./assets/img/onomap/onomap.png" height="80px" width="80px" alt="Logo OnoMap" /> OnoMap SDI</h1>
<hr>
<div class="col-lg-offset-2 col-lg-8">
<p align="justify">OnoMap is a Spatial Data Infrastructure (SDI) and stands for "Open noise Map". It is a central component in the Noise-Planet project because it provides all the tools to store, catalog, share and display noise data, based on common and standardized langages and encoding from OGC.</p>
</div><!-- col-lg -->
</div><!-- row -->
</div><!-- container -->
<!------------------------------------------------------------------------------------------------------------------------------------------------------------------>
<!-- ==== SDI Architecture ==== -->
<div class="container" id="sdi_archi" name="sdi_archi">
<div class="row">
<h2 class="centered">SDI architecture</h2>
<hr>
<div class="col-lg-offset-2 col-lg-8">
<!-- Architecture schema-->
<p align="center">
<div tx-content="translate_urls">
<img class="img-responsive" style="display: inline;" src="./assets/img/onomap/onomap_archi_en.png" height="700px" width="1088px" alt="Logo OnoMap" />
</div>
</p>
<!-- Description schema-->
<p align="justify">OnoMap is composed of 5 open-source softwares:
<ul>
<li><b>Relationnal Spatial database</b>: using "<a href="https://www.postgresql.org/" target="blank">PostGreSQL</a>/<a href="http://www.postgis.net/" target="blank">PostGIS</a>" softwares, it allows to store, organize and process data,</li>
<li><b>Cartographic server</b>: here "<a href="http://geoserver.org/" target="blank">GeoServer</a>" is used to render data (stored in the db) into standardized streams such as WMS, WFS...</li>
<li><b>WebCarto library</b>: using "<a href="http://leafletjs.com/" target="blank">LeafLet</a>", this component allows to create an interactive and web-oriented map to visualize and consult noise data,</li>
<li><b>Processing</b>: here "<a href="http://h2gis.org/" target="blank">H2GIS</a>" and "<a href="http://orbisgis.org/" target="blank">OrbisGIS</a>" are used to describe and execute Web Processing Service (WPS) scripts in order to process data,</li>
<li><b>Metatadata catalog</b>: based on "<a href="http://geonetwork-opensource.org/" target="blank">Geonetwork</a>", this component allows to describe and search information about data.</li>
</ul>
</p>
</div><!-- col-lg -->
<br>
</div><!-- row -->
</div>
<!-- ==== GREYWRAP ==== -->
<div class="container" id="greywrap" name="greywrap">
<div class="row">
<!-- OnoMap in action -->
<div class="col-lg-offset-2 col-lg-4 callout">
<i class="fa fa-file fa-4x" aria-hidden="true"></i>
<h2>Cite OnoMap</h2>
<p align="justify">If you want to cite OnoMap in a scientific paper (or else), please refer to this article:<br>
<i class="fa fa-file-text" aria-hidden="true"></i> Bocher et al. 2016, <i>OnoM@p : a Spatial Data Infrastructure dedicated to noise monitoring based on volunteers measurements</i>,
<cite><a href="https://doi.org/10.7287/peerj.preprints.2273v2">PeerJ Preprints 4:e2273v2</a></cite>
</p>
</div><!-- col-lg-4 -->
<!-- Cite OnoMap -->
<div class="col-lg-4 callout">
<i class="fa fa-cogs fa-4x" aria-hidden="true"></i>
<h2>OnoMap in action</h2>
<p align="justify">The OnoMap SDI is currently used by within the <a href="./noisecapture.html">NoiseCapture</a> approach.
</p>
</div><!-- col-lg-4 -->
</div><!-- row -->
</div><!-- Container -->
<!------------------------------------------------------------------------------------------------------------------------------------------------------------------>
<!-- FOOTER & CREDITS-->
<!-- Include content present in the "footer_credits.js" file -->
<script src="./footer_credits.js"></script>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script type="text/javascript" src="./assets/js/jquery.min.js"></script>
<script type="text/javascript" src="./assets/js/modernizr.custom.js"></script>
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="./assets/js/html5shiv.js"></script>
<script src="./assets/js/respond.min.js"></script>
<![endif]-->
<!-- Transifex script -->
<script type="text/javascript">window.liveSettings={api_key:"4c31aac0398149cf971660ee00d6106b"};</script>
<script type="text/javascript" src="//cdn.transifex.com/live.js"></script>
<!-- for GitHub widget -->
<script async defer src="https://buttons.github.io/buttons.js"></script>
<script type="text/javascript" src="./assets/js/bootstrap.min.js"></script>
<script type="text/javascript" src="./assets/js/retina.js"></script>
<script type="text/javascript" src="./assets/js/jquery.easing.1.3.js"></script>
<script type="text/javascript" src="./assets/js/smoothscroll.js"></script>
<script type="text/javascript" src="./assets/js/jquery-func.js"></script>
</body>
</html>