-
Notifications
You must be signed in to change notification settings - Fork 0
/
ncgis2019_whats_new.html
598 lines (479 loc) · 19.7 KB
/
ncgis2019_whats_new.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
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>GRASS GIS: What's New (NCGIS 2019)</title>
<meta name="description" content="GRASS GIS talk slides for NCGIS2019">
<meta name="author" content="Vaclav Petras, Corey White, Doug Newcomb">
<link rel="stylesheet" href="dist/reset.css">
<link rel="stylesheet" href="dist/reveal.css">
<link rel="stylesheet" href="css/theme/osgeo.css" id="theme">
<link rel="stylesheet" href="css/nouislider.min.css" id="slide">
<!-- Theme used for syntax highlighted code -->
<link rel="stylesheet" href="plugin/highlight/monokai.css" id="highlight-theme">
<!-- For chalkboard plugin -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
<!-- If the query includes 'print-pdf', include the PDF print sheet -->
<script>
if( window.location.search.match( /print-pdf/gi ) ) {
var link = document.createElement( 'link' );
link.rel = 'stylesheet';
link.type = 'text/css';
link.href = 'css/print/pdf.css';
document.getElementsByTagName( 'head' )[0].appendChild( link );
}
</script>
<!-- <link href="https://fonts.googleapis.com/css?family=Miriam+Libre" rel="stylesheet">-->
<style>
/* miriam-libre-regular - latin */
@font-face {
font-family: 'Miriam Libre';
font-style: normal;
font-weight: 400;
src: url('lib/font/miriam-libre/miriam-libre-v1-latin-regular.eot'); /* IE9 Compat Modes */
src: local('Miriam Libre'), local('MiriamLibre-Regular'),
url('lib/font/miriam-libre/miriam-libre-v1-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('lib/font/miriam-libre/miriam-libre-v1-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
url('lib/font/miriam-libre/miriam-libre-v1-latin-regular.woff') format('woff'), /* Modern Browsers */
url('lib/font/miriam-libre/miriam-libre-v1-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
url('lib/font/miriam-libre/miriam-libre-v1-latin-regular.svg#MiriamLibre') format('svg'); /* Legacy iOS */
}
/* miriam-libre-700 - latin */
@font-face {
font-family: 'Miriam Libre';
font-style: normal;
font-weight: 700;
src: url('lib/font/miriam-libre/miriam-libre-v1-latin-700.eot'); /* IE9 Compat Modes */
src: local('Miriam Libre Bold'), local('MiriamLibre-Bold'),
url('lib/font/miriam-libre/miriam-libre-v1-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('lib/font/miriam-libre/miriam-libre-v1-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
url('lib/font/miriam-libre/miriam-libre-v1-latin-700.woff') format('woff'), /* Modern Browsers */
url('lib/font/miriam-libre/miriam-libre-v1-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
url('lib/font/miriam-libre/miriam-libre-v1-latin-700.svg#MiriamLibre') format('svg'); /* Legacy iOS */
}
/* sintony-regular - latin */
@font-face {
font-family: 'Sintony';
font-style: normal;
font-weight: 400;
src: url('lib/font/sintony/sintony-v4-latin-regular.eot'); /* IE9 Compat Modes */
src: local('Sintony'),
url('lib/font/sintony/sintony-v4-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('lib/font/sintony/sintony-v4-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
url('lib/font/sintony/sintony-v4-latin-regular.woff') format('woff'), /* Modern Browsers */
url('lib/font/sintony/sintony-v4-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
url('lib/font/sintony/sintony-v4-latin-regular.svg#Sintony') format('svg'); /* Legacy iOS */
}
/* sintony-700 - latin */
@font-face {
font-family: 'Sintony';
font-style: normal;
font-weight: 700;
src: url('lib/font/sintony/sintony-v4-latin-700.eot'); /* IE9 Compat Modes */
src: local('Sintony Bold'), local('Sintony-Bold'),
url('lib/font/sintony/sintony-v4-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('lib/font/sintony/sintony-v4-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
url('lib/font/sintony/sintony-v4-latin-700.woff') format('woff'), /* Modern Browsers */
url('lib/font/sintony/sintony-v4-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
url('lib/font/sintony/sintony-v4-latin-700.svg#Sintony') format('svg'); /* Legacy iOS */
}
.reveal li > ul {
font-size: 85%;
line-height: 110%;
}
.reveal small {
display: inline-block;
font-size: smaller;
line-height: 1.2em;
vertical-align: baseline;
margin: 0.1em; }
.reveal small * {
vertical-align: baseline; }
.reveal .credit {
font-size: small;
color: gray;
margin: 0.1em;
}
</style>
</head>
<body>
<div class="reveal">
<div class="slides">
<section>
<h1>GRASS GIS</h1>
<h2>What's New</h2>
<p style="margin-top: 0.5em">
<a href="http://wenzeslaus.github.io/">Vaclav (Vashek) Petras</a>
</p>
<p class="title-foot">
<a href="http://geospatial.ncsu.edu/osgeorel/" title="NCSU GeoForAll Lab">NCSU GeoForAll Lab</a>
at the
<a href="http://geospatial.ncsu.edu/" title="NCSU Center for Geospatial Analytics">Center for Geospatial Analytics</a>
<br>
<a href="http://www.ncsu.edu/" title="North Carolina State University">North Carolina State University</a>
</p>
<p><small>
Corey White, NCSU
<br>
Doug Newcomb, USFWS
</small></p>
<img src="img/grass_gis.svg" class="stretch">
<p><small>NCGIS 2019 Winston-Salem</small></p>
</section>
<section>
<h2>What's Old</h2>
</section>
<section>
<h2>All-in-one</h2>
<ul>
<li>All matured tools available right away
<li>Download of experimental tools possible
<li>Hydrology, remote sensing, lidar, network analysis, …
</ul>
<br>
<img src="img/hexagons_3d_white_outlier.png" class="stretch">
</section>
<section>
<h2>Return of investment</h2>
<p>
<em>Learn once, use forever.</em>
</p>
<ul>
<li>Emphasis on backwards compatibility
<li>No increasing license fees over time
<li>Employer-independent
</ul>
<br>
<div>
<img src="img/cli_movie.png" style="height: 7em;">
<img src="img/cli_tangible.png" style="height: 7em;">
</div>
<aside class="notes">
Old commands, often work in new versions with minimal changes.
No increase in license fees over time.
</aside>
</section>
<section>
<h2>Scientific foundation</h2>
<ul>
<li>references to papers associated with modules
<li>references to related scientific papers
</ul>
<br>
<img src="img/module_references.png" class="stretch">
</section>
<section>
<h2>Community shares improvements</h2>
<ul>
<li>GRASS GIS community provides software to the public
<li>Shares its source code
<li>Includes latest additions
</ul>
<br>
<img src="img/grass_team.jpg" class="stretch">
</section>
<section>
<h2>New in 7.0</h2>
<a href="https://trac.osgeo.org/grass/wiki/Grass7/NewFeatures">trac.osgeo.org/grass/wiki/Grass7/NewFeatures</a>
</section>
<section>
<h2>Temporal Framework</h2>
<p>Manage and analyze spatio-temporal datasets (time series)</p>
<img src="img/grass760_temporal_plot_labels.png" class="stretch">
<p>by Sören Gebbert and Thomas Leppelt
<br>
(visualization tools by Anna Petrasova and Luca Delucchi)
</section>
<section>
<h2>Animation Tool</h2>
<p>Visualize spatio-temporal datasets and other series</p>
<img src="img/temporal_precip_temp.png" class="stretch">
<p>by Anna Petrasova
</section>
<section>
<h2>...and 10,000 other changes</h2>
<p>In total, more than 10,000 changes have been implemented in 7.0 with respect to GRASS GIS 6.4.</p>
</section>
<section>
<h2>New in 7.2</h2>
<a href="https://trac.osgeo.org/grass/wiki/Grass7/NewFeatures72">trac.osgeo.org/grass/wiki/Grass7/NewFeatures72</a>
</section>
<section>
<h2>Simple Python Editor</h2>
<p>Create Python scripts and modules with ease</p>
<img src="img/pyedit.png" class="stretch">
<p>by Vaclav Petras
</section>
<!--
g.region n=264149 s=99480 w=307341 e=533491 res=10 -a
d.vect map=sc_state fill_color=0:64:68 width=1 legend_label="South Carolina"
d.vect map=nc_state color=0:77:82 fill_color=0:174:96 width=2 legend_label="North Carolina"
d.vect map=urbanarea color=none fill_color=39:94:70 width=1 legend_label="Urban areas"
d.vect map=railroads color=244:246:246 width=2 legend_label="Major roads"
d.vect map=hospitals color=167:0:33 fill_color=255:0:51 width=1 icon=basic/cross3 size=10 legend_label=Hospitals
d.legend.vect -b at=2,40 title="NC hospitals around Charlotte" symbol_size=17 bgcolor=198:198:198 font=Lato:Regular fontsize=15 title_font=Lato:Bold title_fontsize=15
-->
<section>
<h2>Vector legend</h2>
<p><em>d.legend.vect</em> - automatic and customizable legends</p>
<img src="img/d_legend_vect.png" class="stretch">
<p>by Adam Laza and GSoC mentors
</section>
<section>
<h2>3D raster flows and gradients</h2>
<p>
<em>r3.flow</em> - flow lines in a 3D raster
<br>
<em>r3.gradient</em> - gradients in a 3D raster
</p>
<img src="img/r3_flow.png" class="stretch">
<p>by Anna Petrasova
</section>
<section>
<h2>Simplified batch processing</h2>
<pre style="font-size: 94%;">grass72 /grassdata/nc_spm/work1 --exec \
r.viewshed input=elevation output=viewshed \
coordinates=642964,222890
</pre>
<p>by Vaclav Petras
</section>
<section>
<h2>Temporal Algebra</h2>
<img src="img/temporal_htc.png" class="stretch">
<p>by Thomas Leppelt and Soeren Gebbert
</section>
<section>
<h2>Links to source code</h2>
Documentation now links to relevant parts of the source code.
<img src="img/module_author_source.png" class="stretch">
<p>by Luca Delucchi
</section>
<section>
<h2>Graphical index</h2>
<img src="img/graphical_index.png" class="stretch">
<p>by Vaclav Petras; Contribute better graphic designs!
</section>
<section>
<h2>New in 7.4</h2>
<a href="https://trac.osgeo.org/grass/wiki/Grass7/NewFeatures74">trac.osgeo.org/grass/wiki/Grass7/NewFeatures74</a>
</section>
<section>
<h2>Geomorphon</h2>
<p><em>r.geomorphon</em> - landform detection</p>
<img src="img/geomorphon_3d.png" class="stretch">
<p>by Jarek Jasiewicz and Tomek Stepinski
</section>
<section>
<h2>Parallelized solar radiation</h2>
<p><em>r.sun</em> - new parallelized version</p>
<img src="img/summer_solstice_centennial.gif" class="stretch">
<p>by Stanislav Zubal and Michal Lacko
</section>
<section>
<h2>Compressed NULL files</h2>
<p>reading and writing to disk is now faster for no-data values</p>
<img src="img/r_in_lidar_nulls.png" class="stretch">
<p>by Markus Metz
</section>
<section>
<h2>Data catalog</h2>
<p><em>g.gui.datacatalog</em> - browse, manage, and reproject raster and vector maps</p>
<img src="img/data_catalog.png" class="stretch">
<p>by Tereza Fiedlerova and Anna Petrasova
</section>
<section>
<h2>New in 7.6</h2>
<a href="https://trac.osgeo.org/grass/wiki/Grass7/NewFeatures76">trac.osgeo.org/grass/wiki/Grass7/NewFeatures76</a>
</section>
<section>
<h2>Computational Region in Map Display</h2>
<p><em>Map Display</em> now shows computational region extent by default</p>
<img src="img/grass760_show_region.png" class="stretch">
<p>by Martin Landa
</section>
<section>
<h2>Perceptually uniform color tables</h2>
<p>grey, viridis, inferno, magma, plasma, and grass</p>
<p>viridis as default color table</p>
<img src="img/viridis_comparison.png" class="stretch">
<p>by Vaclav Petras and Pierre Roudier
</section>
<section>
<h2>Virtual raster mosaics</h2>
<p><em>r.buildvrt</em> - creates virtual raster (VRT) mosaics from a list of input raster maps</p>
<img src="img/lidar_city.png" class="stretch">
<p>by Markus Metz
</section>
<section>
<h2>Faster and higher compression</h2>
<p><em>ZSTD</em> - an improvement over ZLIB method, providing both faster and higher compression</p>
<img src="img/skyview.png" class="stretch">
<p>by Markus Metz
</section>
<section>
<h2>Segment library all-in-memory mode</h2>
<p>the segment library uses a new fast all-in-memory cache instead of a file-based cache if all data can be kept in memory</p>
<p>faster cost path, point cloud binning, stream and flow, i.segment, v.surf.bspline</p>
<img src="img/cost.png" class="stretch">
<p>by Markus Metz
</section>
<section>
<h2>Simplified raster algebra</h2>
<p><em>r.mapcalc.simple</em> - simplified syntax for compatibility with QGIS</p>
<pre style="font-size: 94%;">r.mapcalc.simple expression="A + B + C"
a=one b=two c=three output=four
</pre>
<img src="img/uav_diff.png" class="stretch">
<p>by Vaclav Petras
</section>
<section>
<h2>New Addons</h2>
</section>
<section>
<h2>SLIC</h2>
<p><em>i.superpixels.slic</em> - image segmentation using SLIC superpixels</p>
<img src="img/i_superpixels_slic_ndvi.png" class="stretch">
<p>by Rashad Kanavath and Markus Metz
</section>
<section>
<h2>Tools for Sentinel Data</h2>
<p>download, import, preprocessing, cloud detection, and masking of Sentinel 2 data</p>
<img src="img/i_sentinel_mask_ES.png" class="stretch">
<p>by Roberta Fagandini, Martin Landa, Moritz Lennert, and Roberto Marzocchi
</section>
<section>
<h2>Point clouds with PDAL</h2>
<p><em>r.in.pdal</em> - binning of points using PDAL for LAS reading</p>
<img src="img/lidar_vegetation_3d.png" class="stretch">
<p>by Anika Bettge and Vaclav Petras
</section>
<section>
<h2>Point cloud transects</h2>
<p><em>v.profile.points</em> - transects of point clouds</p>
<img src="img/v_profile_points.png" class="stretch">
<p>by Vaclav Petras
</section>
<section>
<h2>Itzï</h2>
<p>Hydrologic and hydraulic model of surface water flow</p>
<img src="img/itzi.png" class="stretch">
<p>by Laurent Courty
</section>
<section>
<img src="img/grass_gis.svg" alt="GRASS GIS logo" class="stretch">
<p>
<a href="https://grass.osgeo.org/">grass.osgeo.org</a>
<p>
<a href="https://github.com/wenzeslaus/grass-gis-talks/">github.com/wenzeslaus/grass-gis-talks</a>
<p>
<a href="https://geospatial.ncsu.edu/engage/service-center/">geospatial.ncsu.edu/engage/service-center</a>
<p>
<a href="https://twitter.com/vaclavpetras/">Twitter: vaclavpetras</a>
<br>
<a href="https://github.com/wenzeslaus/">GitHub: wenzeslaus</a>
<br>
<a href="https://gitlab.com/vpetras/">GitLab: vpetras</a>
</p>
<p>Meet me here: NCSU booth, poster session, next talks</p>
</section>
</div>
</div>
<script src="dist/reveal.js"></script>
<script src="plugin/notes/notes.js"></script>
<script src="plugin/markdown/markdown.js"></script>
<script src="plugin/highlight/highlight.js"></script>
<script src="plugin/math/math.js"></script>
<script src="plugin/chalkboard/plugin.js"></script>
<script>
// Full list of configuration options available here:
// https://github.com/hakimel/reveal.js#configuration
Reveal.initialize({
hash: true,
// Display controls in the bottom right corner
controls: false,
// Display a presentation progress bar
progress: true,
center: true,
// Display the page number of the current slide
slideNumber: false,
// Enable the slide overview mode
overview: true,
// Turns fragments on and off globally
fragments: true,
// The "normal" size of the presentation, aspect ratio will be preserved
// when the presentation is scaled to fit different resolutions. Can be
// specified using percentage units.
// width: 960,
// height: 700,
// Factor of the display size that should remain empty around the content
margin: 0.05, // increase?
// Bounds for smallest/largest possible scale to apply to content
minScale: 0.5,
maxScale: 5.0,
// Push each slide change to the browser history
history: true,
// Enable keyboard shortcuts for navigation
keyboard: true,
// Vertical centering of slides
center: true,
// Enables touch navigation on devices with touch input
touch: true,
// Loop the presentation
loop: false,
// Flags if the presentation is running in an embedded mode,
// i.e. contained within a limited portion of the screen
embedded: false,
// Number of milliseconds between automatically proceeding to the
// next slide, disabled when set to 0, this value can be overwritten
// by using a data-autoslide attribute on your slides
autoSlide: 0,
// Stop auto-sliding after user input
autoSlideStoppable: true,
// Enable slide navigation via mouse wheel
mouseWheel: false,
// Hides the address bar on mobile devices
hideAddressBar: true,
// Opens links in an iframe preview overlay
previewLinks: false,
// Slide transition
transition: 'none', // default/none/slide/concave/convex/zoom
// Transition speed
transitionSpeed: 'default', // default/fast/slow
// Transition style for full page slide backgrounds
backgroundTransition: 'none', // default/none/slide/concave/convex/zoom
// Number of slides away from the current that are visible
viewDistance: 3,
// Parallax background image
//parallaxBackgroundImage: '', // e.g. "'https://s3.amazonaws.com/hakim-static/reveal-js/reveal-parallax-1.jpg'"
// Parallax background size
//parallaxBackgroundSize: '' // CSS syntax, e.g. "2100px 900px"
chalkboard: {
boardmarkerWidth: 3,
chalkWidth: 7,
chalkEffect: 1.0,
src: null,
readOnly: undefined,
toggleChalkboardButton: true,
toggleNotesButton: true,
boardmarkers : [
{ color: 'rgba(220,20,60,1)', cursor: 'url(' + path + 'img/boardmarker-red.png), auto'},
{ color: 'rgba(255,140,0,1)', cursor: 'url(' + path + 'img/boardmarker-orange.png), auto'},
]
},
math: {
mathjax: 'https://cdn.jsdelivr.net/gh/mathjax/mathjax@2.7.8/MathJax.js',
config: 'TeX-AMS_HTML-full',
// pass other options into `MathJax.Hub.Config()`
TeX: { Macros: { RR: "{\\bf R}" } }
},
plugins: [
RevealMath,
RevealHighlight,
RevealMarkdown,
RevealChalkboard
]
});
</script>
</body>
</html>