forked from AsgerPetersen/have-park-vand
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
487 lines (453 loc) · 13.9 KB
/
index.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
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
<!doctype html>
<html lang="da">
<head>
<meta charset="utf-8">
<title>QGIS og vand</title>
<meta name="description" content="QGIS og vand">
<meta name="author" content="Asger Skovbo Petersen">
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<link rel="stylesheet" href="css/reveal.min.css">
<!-- link rel="stylesheet" href="css/theme/default.css" id="theme" -->
<link rel="stylesheet" href="css/theme/septima.css" id="theme">
<!-- For syntax highlighting -->
<link rel="stylesheet" href="lib/css/zenburn.css">
<!-- If the query includes 'print-pdf', use the PDF print sheet -->
<script>
document.write('<link rel="stylesheet" href="css/print/' + (window.location.search.match(/print-pdf/gi) ? 'pdf' : 'paper' ) + '.css" type="text/css" media="print">');
</script>
<!--[if lt IE 9]>
<script src="lib/js/html5shiv.js"></script>
<![endif]-->
</head>
<body>
<div class="reveal">
<!-- Any section element inside of this container is displayed as a slide -->
<div class="slides">
<!-- -->
<section data-background="img/GoogleChannelArt.jpg">
<h2>QGIS og vand</h2>
<h4>Skovskolen, 22/4-2014</h4>
<p>
<small>Af <a href="http://www.septima.dk/asger/">Asger Skovbo Petersen, Septima</a></small>
</p>
</section>
<!-- -->
<section>
<h2>Hvem er Septima?</h2>
<p>
<ul>
<li>
Etableret januar 2013
</li>
<li>
Syv medarbejdere
</li>
<li>
Fokus på effektiv udnyttelse af geografisk IT
</li>
<li>
Rådgivning, udvikling, services og produkter
</li>
</ul>
</p>
<img src="img/gruppe_for_linkedin_646x220.jpg">
</section>
<!-- -->
<section>
<h2>Oversigt</h2>
<p>
<ul>
<li>
Introduktion til rasterdata
</li>
<li>
Laserscannede højdemodeller
</li>
<li>
Danmarks Højdemodel
</li>
<li>
Metode til beregning af vand på højdemodeller
</li>
<li>
Klimatilpasningsplaner (eksisterende data)
</li>
<li>
Beregninger i QGIS
</li>
</ul>
</p>
</section>
<!-- -->
<section>
<section>
<h2>Rasterdata</h2>
</section>
<section>
<p>
<img src="img/raster_basic1.png">
<aside class="notes">
<ul>
<li>
Matrix (rækker og søjler) af celler (pixels)
</li>
<li>
Hver celle indeholder én værdi
</li>
</ul>
</aside>
</section>
<section>
<h3>Disse data på rasterformat</h3>
<pre><code data-trim>
ncols 3
nrows 4
xllcorner 700000
yllcorner 6200000
cellsize 1000
NODATA_value -999
0.0 110.1 26.3
75.9 -999 82.8
16.2 81.1 35.4
50.0 12.2 99.9
</code></pre>
</section>
<section>
<h3>...og på vektorformat</h3>
<pre><code data-trim>
POLYGON((700000.0 6204000.0,701000.0 6204000.0,701000.0 6203000.0,700000.0 6203000.0,700000.0 6204000.0)) 0.0
POLYGON((701000.0 6204000.0,702000.0 6204000.0,702000.0 6203000.0,701000.0 6203000.0,701000.0 6204000.0)) 110.1
POLYGON((702000.0 6204000.0,703000.0 6204000.0,703000.0 6203000.0,702000.0 6203000.0,702000.0 6204000.0)) 26.3
POLYGON((700000.0 6203000.0,701000.0 6203000.0,701000.0 6202000.0,700000.0 6202000.0,700000.0 6203000.0)) 75.9
POLYGON((701000.0 6203000.0,702000.0 6203000.0,702000.0 6202000.0,701000.0 6202000.0,701000.0 6203000.0)) Ukendt
POLYGON((702000.0 6203000.0,703000.0 6203000.0,703000.0 6202000.0,702000.0 6202000.0,702000.0 6203000.0)) 82.8
POLYGON((700000.0 6202000.0,701000.0 6202000.0,701000.0 6201000.0,700000.0 6201000.0,700000.0 6202000.0)) 16.2
POLYGON((701000.0 6202000.0,702000.0 6202000.0,702000.0 6201000.0,701000.0 6201000.0,701000.0 6202000.0)) 81.1
POLYGON((702000.0 6202000.0,703000.0 6202000.0,703000.0 6201000.0,702000.0 6201000.0,702000.0 6202000.0)) 35.4
POLYGON((700000.0 6201000.0,701000.0 6201000.0,701000.0 6200000.0,700000.0 6200000.0,700000.0 6201000.0)) 50.0
POLYGON((701000.0 6201000.0,702000.0 6201000.0,702000.0 6200000.0,701000.0 6200000.0,701000.0 6201000.0)) 12.2
POLYGON((702000.0 6201000.0,703000.0 6201000.0,703000.0 6200000.0,702000.0 6200000.0,702000.0 6201000.0)) 99.9
</code></pre>
</section>
</section>
<!-- LIDAR DATA -->
<section>
<section>
<h2>Laserscanning af højdemodel</h2>
</section>
<section>
<a href="http://proceedings.esri.com/library/userconf/proc01/professional/papers/pap214/p2141.jpg">
<img src="img/p2141.jpg" />
</a>
<aside class="notes">
Laserscanning principskitse med flyver
</aside>
</section>
<section>
<a href="http://www.cvg.rdg.ac.uk/projects/LIDAR/figures/LIDAR_schematic_marc_bartels.jpg">
<img src="img/LIDAR_schematic_marc_bartels.jpg" />
</a>
<aside class="notes">
Flere retursignaler
</aside>
</section>
<section>
<img src="img/basic_scene_edit.png" />
<aside class="notes">
Punkter fordelt i landskab
</aside>
</section>
<section>
<!-- <a href="http://www.gsi.go.jp/common/000019391.jpg">
<img src="http://www.gsi.go.jp/common/000019391.jpg" />
</a> -->
<img src="img/basic_scene_dtm_dsm.png" />
<aside class="notes">
DTM og DSM
</aside>
</section>
<section>
<a href="http://www.kortforsyningen.dk/sites/default/files/DOKUMENTATION/Data/dk_dhm_punktsky_sep_2012.pdf">
<img src="img/klassificeret_intensity.png" />
</a>
<aside class="notes">
Punktsky intentsitet
</aside>
</section>
<section>
<a href="http://www.kortforsyningen.dk/sites/default/files/DOKUMENTATION/Data/dk_dhm_punktsky_sep_2012.pdf">
<img src="img/klassificeret.png" />
</a>
<aside class="notes">
Klassificeret med klasser
</aside>
</section>
<section>
<a href="http://en.wikipedia.org/wiki/Delaunay_triangulation">
<img src="img/720px-Delaunay_Triangulation_%28100_Points%29.svg.png" />
</a>
</section>
</section>
<!-- End LIDAR section -->
<!-- Danmarks højdemodel -->
<section>
<section>
<h2>Danmarks Højdemodel</h2>
<p>
<ul>
<li>Laserscannet mellem 2005 og 2007</li>
<li>Cirka 1 punkt per 1,5m x 1,5m (ca 0,5 punkt per m2)</li>
<li>Horisontal nøjagtighed ca 70cm</li>
<li>Højdenøjagtighed ca 10cm på veldefinerede flader</li>
<li>Data kan hentes gratis fra <a href="http://kortforsyningen.dk/">Kortforsyningen</a></li>
<li>Mere information på <a href="http://gst.dk/emner/referencenet,-hoejdemodel-opmaaling/danmarks-hoejdemodel/produktbeskrivelse/">GSTs site</a></li>
</ul>
</p>
</section>
<section>
<h2>"Produkter"</h2>
<p>
<ul>
<li>DTM (og DTM_BRO)</li>
<li>DSM</li>
<li>DHyM</li>
<li>Punktsky</li>
<li>Højdekurver</li>
</ul>
</p>
</section>
<section>
<h2>DTM</h2>
<img src="img/DHM_DTM.png" />
</section>
<section>
<h2>DSM</h2>
<img src="img/DHM_DSM.png" />
</section>
<section>
<h2>Højdekurver</h2>
<img src="img/DHM_kurver.png" />
</section>
<section>
<h2>DHyM</h2>
<img src="img/DHM_DHyM.png" />
</section>
<section>
<h2>Punktsky</h2>
<img src="img/klassificeret.png" />
</section>
<section>
<h2>DTM_BRO</h2>
<img src="img/DHM_DTMBRO.png" />
</section>
<section>
<h2>DTM</h2>
<img src="img/DHM_DTMBRO-DTM.png" />
</section>
<section>
<h2>Problemer</h2>
<ul>
<li>"Gammel"</li>
<li>En del forskellige fejl og mangler</li>
<li>Brofix, lakefix, kystfix og andre "korrektioner"</li>
</ul>
</section>
<section>
<h2>Scanningsår</h2>
<img src="img/scanningsaar.png" />
</section>
<section>
<h2>Klassifikationsfejl<h2>
<img src="img/DHM_lowpoint.png" />
</section>
<section>
<h2>Instrumentfejl<h2>
<img src="img/DHM_darkroofs.png" />
</section>
<section>
<h2>Masser af automatiske "fix"<h2>
<img src="img/DHM_lakefix.jpg" />
</section>
<section>
<h2>Ny model på vej</h2>
<ul>
<li>Scannes 2014 - 2015</li>
<li>4 punkter per m2</li>
<li>Højdenøjagtighed 5cm</li>
<li>Horisontal nøjagtighed 15cm</li>
</ul>
</section>
<section>
<h2>Første data<h2>
<img src="img/DHM_NYDHM2.jpg" />
</section>
<section>
<h2>Første data<h2>
<img src="img/DHM_NYDHM3.jpg" />
</section>
</section>
<!-- END Danmarks højdemodel -->
<!-- Hydrologi -->
<section>
<section>
<h2>Vand på terræn</h2>
<p>Meget kompliceret...</p>
</section>
<section>
<h2>Forsimplende antagelser</h2>
<p>
<ul>
<li>
Vandet flyder altid til den laveste nabocelle
</li>
<li>
Ingen nedsivning, kloakker etc.
</li>
<li>
Vandet flyder uendeligt hurtigt
</li>
<li>
(Uendeligt meget vand)
</li>
</ul>
</p>
</section>
<section>
<h2>Lavninger giver problemer</h2>
<img src="img/HYD_opfyldt1.png" />
</section>
<section>
<h2>Opfyldte lavninger</h2>
<img src="img/HYD_opfyldt2.png" />
</section>
<section>
<h2>Opfyldt terræn</h2>
<img src="img/HYD_opfyldt3.png" />
</section>
<section>
<h2>Strømningsretning</h2>
<a href="http://webhelp.esri.com/arcgisdesktop/9.3/printBooks_topics.cfm?pid=6050">
<img src="img/SAc_Hydro_Flow_direction.gif" />
</a>
<aside class="notes">
Flow direction
</aside>
</section>
<section>
<h2>Oplandsareal</h2>
<a href="http://webhelp.esri.com/arcgisdesktop/9.3/printBooks_topics.cfm?pid=6050">
<img src="img/SAc_Hydro_Flow_accumulation.png" />
</a>
<aside class="notes">
Flow direction med pile
</aside>
</section>
<section>
<h2>Kanaler</h2>
<a href="http://webhelp.esri.com/arcgisdesktop/9.3/printBooks_topics.cfm?pid=6050">
<img src="img/SAc_Hydro_Channels.png" />
</a>
<aside class="notes">
Kanaler
</aside>
</section>
<section>
<h2>Opland</h2>
<a href="http://webhelp.esri.com/arcgisdesktop/9.3/printBooks_topics.cfm?pid=6050">
<img src="img/SAc_Hydro_catchmentarea.png" />
</a>
<aside class="notes">
Kanaler
</aside>
</section>
</section>
<!-- END hydrologi -->
<!-- Eksisterende klimadata -->
<section>
<section>
<h2>Klimaplaner</h2>
<ul>
<li>Færdige beregninger på DHyM</li>
<li>Data kan hentes gratis fra <a href="http://kortforsyningen.dk/">Kortforsyningen</a></li>
<li>...og ses på <a target="_blank" href="http://miljoegis.mim.dk/cbkort?selectorgroups=themecontainer%20nedboer%20vandloeb1&mapext=707445.6%206183667.8%20712930.4%206188071&layers=theme-kms-dtkskaerm-daempet-wmts&mapheight=695&mapwidth=864&profile=miljoegis-klimatilpasningsplaner">
MiljøGIS</a>
</ul>
</section>
<section>
<h2>Ulemper</h2>
<li>Begrænset opløsning (10m)</li>
<li>Bygninger ikke med i modellen</li>
</section>
<section>
<img src="img/kli_kanaler.png" />
</section>
</section>
<!-- END Eksisterende klimadata -->
<!-- I QGIS -->
<section>
<h2>Beregne i QGIS</h2>
<img src="img/010_qgis_logo_small.png" />
</section>
<!-- END I QGIS -->
<!-- -->
<section>
<h2>Tak for opmærksomheden</h2>
<h4><a href="mailto:[email protected]">[email protected]</a></h4>
<p>Slides på <a href="http://asgerpetersen.github.io/have-park-vand/">asgerpetersen.github.io/have-park-vand</a></p>
<p><a href="http://asgerpetersen.github.io/have-park-vand/?print-pdf">Printvenlig version</a></p>
</section>
</div>
</div>
<script src="lib/js/head.min.js"></script>
<script src="js/reveal.min.js"></script>
<script>
// Full list of configuration options available here:
// https://github.com/hakimel/reveal.js#configuration
Reveal.initialize({
controls : true,
progress : true,
history : true,
center : true,
theme : Reveal.getQueryHash().theme, // available themes are in /css/theme
transition : Reveal.getQueryHash().transition || 'default', // default/cube/page/concave/zoom/linear/fade/none
// Optional libraries used to extend on reveal.js
dependencies : [{
src : 'lib/js/classList.js',
condition : function() {
return !document.body.classList;
}
}, {
src : 'plugin/markdown/marked.js',
condition : function() {
return !!document.querySelector('[data-markdown]');
}
}, {
src : 'plugin/markdown/markdown.js',
condition : function() {
return !!document.querySelector('[data-markdown]');
}
}, {
src : 'plugin/highlight/highlight.js',
async : true,
callback : function() {
hljs.initHighlightingOnLoad();
}
}, {
src : 'plugin/zoom-js/zoom.js',
async : true,
condition : function() {
return !!document.body.classList;
}
}, {
src : 'plugin/notes/notes.js',
async : true,
condition : function() {
return !!document.body.classList;
}
}]
});
</script>
</body>
</html>