-
Notifications
You must be signed in to change notification settings - Fork 12
/
lectures.html
358 lines (311 loc) · 15.4 KB
/
lectures.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
<h2>Lectures</h2>
<h3>Introduction and course logistics</h3>
Outline:
<ul>
<li>introduction
<li>read <a href="logistics.html">Course logistics</a>
</ul>
<h3 id="data_acquisition">Geospatial data introduction</h3>
Outline:
<ul>
<li>mapping natural phenomena, concept of continuous fields and discrete sampling</li>
<li>on-ground/in-situ, airborne, satellite, and lidar data acquisition</li>
<li>projections, coordinate transformations, georeferencing</li>
</ul>
Lecture:
<ul>
<li><a href="http://fatra.cnr.ncsu.edu/geospatial-modeling-course/slides/GIS_Anal_Ldata.ppt">Lecture Slides </a> (#1-22)
<li><a href="https://youtu.be/lgAFtw7cIh4">
Lecture Mapping</a>
<li><a href="https://youtu.be/jXFncBsurwo">
Lecture Georeferencing</a>
</ul>
Supplemental materials:
<ul>
<li><a href="https://www.progonos.com/furuti/MapProj/Normal/TOC/cartTOC.html">Cartographical Map Projections</a>
<li><a href="https://ncsu-geoforall-lab.github.io/foss-for-geospatial-analysis/intro-to-foss.html">Introduction to Open Source for Geospatial Analysis and Modeling</a> (material under development)
<li>
<a href="https://wenzeslaus.github.io/presentations/geoforum2014-foss.pdf">How Open Source Geospatial Development Works</a>
(<a href="https://cnr.online.ncsu.edu/online/Play/84b7f46cff9c45afa812539109630cfd1d?catalog=b73459f2-e0a5-44fd-b940-ed9e529b2334">recording</a>
from Geospatial Forum available at
<a href="https://cnr.online.ncsu.edu/online/Catalog/catalogs/geospatial-forum">NCSU</a>)
<li><a href="https://dx.doi.org/10.1016/j.tree.2012.03.009">Let the four freedoms paradigm apply to ecology</a> (one page letter in TREE)
<li><a href="https://opensource.org/faq">Open Source Initiative: FAQ</a>
<li>Notes on <a href="http://fatra.cnr.ncsu.edu/geospatial-modeling-course/resources/WGS84_NAD83.pdf">WGS84 and NAD83 difference</a>
</ul>
<h3 id="data_models">Geospatial data models</h3>
Outline:
<ul>
<li>raster and vector data models</li>
<li>raster-vector conversions and resampling</li>
<li>geospatial formats, conversions, geospatial data abstraction library</li>
<li>data repositories, metadata</li>
</ul>
Lecture:
<ul>
<li><a href="http://fatra.cnr.ncsu.edu/geospatial-modeling-course/slides/GIS_Anal_Ldata.ppt">Lecture Slides</a> (#23-60)
<li><a href="https://youtu.be/6CU8AxC9eIE">
Lecture Raster Model</a>
<li><a href="https://youtu.be/bMhhyhNiXI8">
Lecture Vector Model</a>
<li><a href="https://youtu.be/fB-565j3w68">
Lecture Raster-Vector Conversions</a>
</ul>
Supplemental materials:
<ul>
<li><a href="resources/data_providers.html">On-line geospatial data viewers and repositories</a>
<li><a href="resources/resampling.html">Links to additional material on resampling </a>
<li><a href="http://fatra.cnr.ncsu.edu/temporal-grass-workshop/TGRASS_intro.pdf">Brief introduction to GRASS GIS Temporal Framework</a>
which contains a lot of general notes about spatio-temporal data
</ul>
<h3 id="data_visualization">Data display and visualization</h3>
Outline:
<ul>
<li>display of
continuous and discrete data, use of color, shading, symbols to
extract the spatial pattern and relationships
<li>3D visualization: multiple surfaces and volumes, 3D vector objects
<li>visualization for data analysis (lighting, zscaling, transparency, cutting planes, animations)
<li>Sharing data on-line
</ul>
Lecture:
<ul>
<li><a href="http://fatra.cnr.ncsu.edu/geospatial-modeling-course/slides/GIS_Anal_Lvisual.ppt">Lecture slides</a>
<!--<a href="TanGeoMS2014.pptx">TanGeoMS</a>-->
<li><a href="https://youtu.be/vMW3z8nS-wc">
Lecture Display Raster and Vector</a>
<li><a href="https://youtu.be/ggok5bDDOEE">
Lecture Display Color</a>
<li><a href="https://youtu.be/OABxOgHPA9s">
Lecture 3D visualization</a>
<li><a href="https://youtu.be/FY4nlJXA-vs">Lecture 3D animation</a>
</ul>
Supplemental materials:
<ul>
<li><a href="http://fatra.cnr.ncsu.edu/geospatial-modeling-course/slides/dynamicgis">Dynamic GIS</a>
(html slides)
<li><a href="https://www.reliefshading.com/">Relief shading</a>
<li><a href="https://colorbrewer2.org/">ColorBrewer</a>
<li><a href="https://geospatial.ncsu.edu/geoforall/tangible-landscape.html">Tangible Landscape</a>
(NCSU GeoForAll Lab project)
<li><a href="https://geospatial.ncsu.edu/geoforall/multidim-geovis.html">Dynamic and wrap-around visualizations</a>
</ul>
<h3 id="map_algebra">Geospatial Analysis: Global, zonal and focal operations, map algebra</h3>
Outline:
<ul>
<li>global and zonal statistics
<li>neighborhood (focal) operations
<li>raster map algebra
<ul>
<li>expressions, operators, functions and variables
<li>basic calculations, integer and floating point data
<li>"if" conditions, handling NULLs and creating masks
</ul>
<li>raster map patching and overlay
<li>raster map reclassification and rescaling
</ul>
Lecture:
<ul>
<li><a href="http://fatra.cnr.ncsu.edu/geospatial-modeling-course/slides/GIS_Anal_Lmalgebra.ppt">Lecture Slides</a>
<!--
Optional: <a href="Mitasova_TanGIS_MEA592b.ppt"> TanGIS slides</a> and <a href="">short video</a>, on visualization and model interaction</p>-->
<li><a href="https://youtu.be/QiwfaPf1dKo">Lecture Global, Zonal, and Focal Statistics</a>
<li><a href="https://youtu.be/TSNvEu6USjU">Lecture Map Algebra and Reclassification</a>
<!--
<li><a href="https://youtu.be/6Ih6Orya7NY"> Presentation_TangibleGIS,</a>
-->
</ul>
<h3 id="buffers_cost">Geospatial Analysis: buffers, cost surfaces, least cost path</h3>
Outline:
<ul>
<li>measuring distance, proximity operators
<li>point, line, and area buffers
<li>cost surfaces, least cost path
</ul>
Lecture:
<ul>
<li><a href="http://fatra.cnr.ncsu.edu/geospatial-modeling-course/slides/GIS_Anal_Lcost_surf.ppt">Lecture Slides used in the video</a>
<li><a href="http://fatra.cnr.ncsu.edu/geospatial-modeling-course/slides/GIS_Anal_Lcost_surf2012.pptx">Lecture Slides with updates</a>
<li><a href="https://youtu.be/bGDC-0qKFKg">Lecture Measuring distance</a>
<li><a href="https://youtu.be/1qdQTjdlaBA">Lecture Buffers</a>
<li><a href="https://youtu.be/4r8HP9WvzBo">Lecture Cost surfaces</a>
</ul>
Supplemental materials:
<ul>
<li><a href="http://fatra.cnr.ncsu.edu/geospatial-modeling-course/slides/LCP_feature_extraction.pptx">Example feature extraction using least cost path</a>
<li><a href="https://gracilis.carleton.ca/CUOSGwiki/index.php/Comparative_Analysis_of_Cost_Path_Analysis_In_Grass_GIS_and_ArcMap">Additional material</a> on least cost path analysis in both GRASS GIS and ArcGIS from Carleton University
</ul>
<hr>
<p>The following lectures are about <em>Geomorphometry and modeling of processes</em>.</p>
<h3 id="interpolation_1">Spatial interpolation and approximation: methods</h3>
Outline:
<ul>
<li>definitions, principles and applications
<li>selected methods and their properties
<!--Outline:
<ul> <li>Voronoi polygons, TIN-based method <li>Inverse distance weighting <li>Splines, kriging)</li> </ul>-->
<li>influence of interpolation parameters</li>
</ul>
Lecture:
<ul>
<li><a href="http://fatra.cnr.ncsu.edu/geospatial-modeling-course/slides/GIS_Anal_Linterp.ppt">Lecture slides</a> (methods)
<li><a href="resources/interpolation_notes.pdf">Equations</a>
<li><a href="https://www.spatialanalysisonline.com/output/">Equations for additional functions</a>
(see section 6.6.1-3,6.6.6)
<li><a href="https://youtu.be/VO2e0MhtYKI">Lecture Interpolation Definitions</a>
<li><a href="https://youtu.be/pigHe9nKaR8">Lecture Interpolation Methods</a>
</ul>
<h3 id="interpolation_2">Spatial interpolation and approximation: splines, point selection</h3>
Outline:
<ul>
<li>influence of spline interpolation parameters: tension/range and smoothing</li>
<li>implementation - point selection techniques</li>
<li>special cases: contours, profiles, anisotropy</li>
<li>trivariate interpolation of volumes and topo-climatology</li>
<li>evaluating interpolation accuracy, crossvalidation</li>
</ul>
Lecture:
<ul>
<li><a href="http://fatra.cnr.ncsu.edu/geospatial-modeling-course/slides/GIS_Anal_LinterpS2f.ppt">Lecture slides</a> (splines, point selection)
<li><a href="https://youtu.be/eLYsx-ADOGI">Lecture Interpolation Splines</a>
<li><a href="https://youtu.be/73c_1BD-ztI">Lecture Interpolation Point selection</a>
</ul>
Supplemental materials:
<ul>
<li><a href="http://fatra.cnr.ncsu.edu/geospatial-modeling-course/resources/mitas_mitasova_1999_2005.pdf">Overview of interpolation methods</a> (book chapter)
<li><a href="https://www.spatialanalysisonline.com/output/">Equations for additional functions</a>
(see section 6.6.4)
</ul>
<h3 id="terrain_modeling">Terrain modeling</h3>
Outline:
<ul>
<li>3D mapping technologies: topography and bathymetry</li>
<li>mathematical and digital terrain models</li>
<li>point clouds, multiple return data, CLICK, LDART</li>
<li>triangular irregular networks</li>
<li>regular grid (raster), NED, SRTM, CRM</li>
<li>isolines</li>
</ul>
Lecture:
<ul>
<li><a href="http://fatra.cnr.ncsu.edu/geospatial-modeling-course/slides/GIS_Anal_Lterrain.pptx">Lecture Slides used in the video</a>
<li><a href="http://fatra.cnr.ncsu.edu/geospatial-modeling-course/slides/GIS_Anal_LterrainJan2014.pptx">Lecture Slides with updates</a>
<li><a href="https://youtu.be/PLby6Hb6Euw">Lecture Terrain Mapping</a>
<li><a href="https://youtu.be/mEFqaLN15E0">Lecture Terrain Modeling</a>
<li><a href="https://youtu.be/h-TBWaNcEv4">Lecture Terrain Binning</a>
</ul>
Supplemental materials:
<ul>
<li><a href="resources/data_providers.html">Links to elevation data repositories</a>
<!--<li><a href="https://www.geodynamicsgroup.com/">Geodynamics - coastal mapping company</a>-->
</ul>
<h3 id="terrain_analysis">Spatial and temporal terrain analysis</h3>
Outline:
<ul>
<li>summary parameters: volumes, surface areas</li>
<li>first and second order point parameters: general approach</li>
<li>methods for slope, aspect and curvatures using polynomial and spline approximation</li>
<li>combining parameters to map landforms and terrain features</li>
<li>computing parameters from noisy data, accuracy and uncertainty, scale and level of detail</li>
<li>raster time series analysis, quantification of coastal change</li>
</ul>
Lecture:
<ul>
<li><a href="http://fatra.cnr.ncsu.edu/geospatial-modeling-course/slides/GIS_Anal_Ltopoanal.ppt">Lecture Slides</a>
<li><a href="https://youtu.be/nVFxj-sSNY4">Lecture Topoanalysis Gradient parameters</a>
<li><a href="https://youtu.be/sIhzzKyRfsI">Lecture Topoanalysis Curvature parameters</a>
<li><a href="https://youtu.be/0bbcis1PVxY">Lecture Topoanalysis Time Series</a>
</ul>
Supplemental materials:
<ul>
<li>Landscape dynamics from lidar:
<a href="http://www4.ncsu.edu/~hmitaso/publwork/Mitasova_geomorph2011.pptx">Slides</a> and
<a href="https://proceedings.esri.com/library/userconf/geomorphometry11/videos/1-mitasova-lg.html">Keynote Video (56 minutes)</a>
from <a href="https://geomorphometry.org/content/geomorphometry-2011-programme">Geomorphometry 2011 conference</a>
<li><a href="http://fatra.cnr.ncsu.edu/geospatial-modeling-course/slides/JR_DucthD_pres3.pptx">Jockey's Ridge Slides</a>
(ongoing research project on coastal landscape dynamics)
</ul>
<h3 id="viewshed_solar">Viewshed, solar energy potential analysis</h3>
Outline:
<ul>
<li>line of sight, viewshed and cumulative viewshed: principle and applications</li>
<li>solar radiation: components and dynamics</li>
<li>solar radiation in complex terrain, cast shadows</li>
<li>cumulative solar irradiation, solar energy potential</li>
</ul>
Lecture:
<ul>
<li><a href="http://fatra.cnr.ncsu.edu/geospatial-modeling-course/slides/GIS_Anal_Lsolar.ppt">Lecture slides</a>
<li><a href="https://youtu.be/TTABgcJNmvs">Lecture Viewshed</a>
<li><a href="https://youtu.be/rtc94rH3xoc">Lecture Solar</a>
</ul>
Supplemental materials:
<ul>
<li><a href="https://geomodelsolar.eu/">GeoModel Solar Website</a>
</ul>
<h3 id="hydrology">Flow tracing, watershed analysis</h3>
Outline:
<ul>
<li>cumulative terrain parameters based on flow tracing: definitions and general approach
(flow path length, flow accumulation, stream networks, watershed boundaries, ridge lines)
<li>methods for computing flow direction (D8, Dinf), flow tracing (SFD, MFD, uniform, weighted)
<li>methods for flow tracing through depressions and flat areas
(filling, carving, hybrid, least cost path)
</ul>
Lecture:
<ul>
<li><a href="http://fatra.cnr.ncsu.edu/geospatial-modeling-course/slides/GIS_Anal_Lflow.ppt">Lecture slides</a>
<li><a href="https://youtu.be/QBudJw9axSM">Lecture Flow accumulation</a>
<li><a href="https://youtu.be/DoHH3yyLL-U">Lecture Stream extraction and watersheds</a>
</ul>
<!--<hr><h3>Midterm </h3><hr>-->
<h3 id="hydrology_2">Modeling Geospatial Processes: Hydrologic and erosion modeling</h3>
Outline:
<ul>
<li>spatially explicit modeling: principles and applications, role of GIS</li>
<li>geospatial aspects of models: spatially averaged and distributed models</li>
<li>general approaches and methods: empirical and physics based components of models</li>
<li>steady state, continuous time and dynamic models and related modeling tools</li>
<li>spatial hydrologic modeling: processes and methods</li>
</ul>
Lecture:
<ul>
<li><a href="http://fatra.cnr.ncsu.edu/geospatial-modeling-course/slides/GIS_Anal_LHydroSpr2010.ppt">Lecture slides: Geospatial modeling and hydrology</a>
<li><a href="https://youtu.be/MovxE_73os8">Lecture Geospatial Modeling</a>
<li><a href="https://youtu.be/v0jj4UKJmoQ">Lecture Geospatial Hydrologic Modeling</a>
</ul>
<h3 id="hydrology_erosion">Modeling Geospatial Processes: Erosion modeling</h3>
Outline:
<ul>
<li>spatial modeling of erosion, sediment transport and landscape evolution</li>
<li>deriving input parameters, analysis and visualization of modeling results</li>
<li>simulating impact of landuse and climate change</li>
</ul>
Lecture:
<ul>
<li><a href="http://fatra.cnr.ncsu.edu/geospatial-modeling-course/slides/GIS_Anal_LErosionSpr2011.ppt">Lecture slides: Erosion modeling</a>
<!--<li><a href="giserosion5.pdf">Review paper: Geospatial Erosion Modeling</a>-->
<li><a href="https://youtu.be/9OwjmOuS8gs">Lecture Geospatial Erosion Modeling</a>
<li><a href="https://youtu.be/2uFhPzIvoXk">Lecture Geospatial Erosion Modeling applications</a>
</ul>
Supplemental materials:
<ul>
<li><a href="https://ncsu-geoforall-lab.github.io/erosion-modeling-tutorial/">Soil erosion and deposition modeling tutorial</a> (material under development)
<li><a href="http://www4.ncsu.edu/~hmitaso/gmslab/reports/CerlErosionTutorial/denix/denixstart.html">Erosion modeling tutorial</a> (old but useful document)
</ul>
<!--
<hr>
<h3 id="osgeo">GIS Analysis and Modeling with Open Source GIS</h3>
Outline:
<ul>
<li>Principles of open source software development and use</li>
<li>Open source geospatial foundation and its projects</li>
<li>Interoperability, OGC standards, combining open source and proprietary systems</li>
<li>Contributing to open source as developer and/or user</li>
<li>Examples of systems and applications</li>
</ul>
Lecture:
<ul>
<li><a href="GIS_Anal_Losgeo.odp">Slides</a>
</ul>
-->