From a424950a75b9d4e29c7e310c2570c9377604e428 Mon Sep 17 00:00:00 2001 From: Elias Naujoks <146078378+enauj@users.noreply.github.com> Date: Fri, 4 Oct 2024 23:15:37 +0200 Subject: [PATCH] update to module overviews 7 to 9 and TOC --- _toc.yml | 39 ++++++++++---------- content/Modul_7/en_module_7_overview.md | 12 ++++++ content/Modul_8/en_module_8_overview.md | 10 +++++ content/Modul_9/en_module_9_overview.md | 0 content/Modul_9/en_qgis_modul_9_exercises.md | 20 +++++++++- 5 files changed, 59 insertions(+), 22 deletions(-) create mode 100644 content/Modul_7/en_module_7_overview.md create mode 100644 content/Modul_8/en_module_8_overview.md create mode 100644 content/Modul_9/en_module_9_overview.md diff --git a/_toc.yml b/_toc.yml index f4e5a7b2f..a8bb5a2c9 100644 --- a/_toc.yml +++ b/_toc.yml @@ -55,29 +55,28 @@ parts: - file: content/Modul_6/en_qgis_data_analysis_theorie.md - file: content/Modul_6/en_qgis_common_data_analysis.md - file: content/Modul_6/en_qgis_modul_6_exercises.md - - caption: Module 7 - Automation with QGIS + - caption: Module 7 chapters: - - file: content/Modul_7/en_qgis_automation_theory.md - - file: content/Modul_7/en_qgis_modul_7_ex1.md - - caption: Module 8 - Remote Sensing and Raster Data + - file: content/Modul_7/en_module_7_overview.md + sections: + - file: content/Modul_7/en_qgis_automation_theory.md + - file: content/Modul_7/en_qgis_modul_7_ex1.md + - caption: Module 8 chapters: - - file: content/Modul_8/en_qgis_remote_sensing_raster_theorie.md - - file: content/Modul_8/en_qgis_remote_sensing_theory.md - - file: content/Modul_8/en_qgis_modul_8_ex1.md - - caption: Module 9 - Network Analysis + - file: content/Modul_8/en_module_8_overview.md + sections: + - file: content/Modul_8/en_qgis_remote_sensing_raster_theorie.md + - file: content/Modul_8/en_qgis_remote_sensing_theory.md + - file: content/Modul_8/en_qgis_modul_8_ex1.md + - caption: Module 9 chapters: - - file: content/Modul_9/en_qgis_network_analysis_theory.md - - file: content/Modul_9/en_qgis_network_analysis.md - - file: content/Modul_9/en_qgis_openrouteservice_tools.md - - file: content/Modul_9/en_qgis_centrality.md - - file: content/Modul_9/en_qgis_modul_9_exercises.md - sections: - - file: content/Modul_9/en_qgis_modul_9_ex1.md - - file: content/Modul_9/en_qgis_modul_9_ex2.md - - file: content/Modul_9/en_qgis_modul_9_ex3.md - - file: content/Modul_9/en_qgis_modul_9_ex4.md - - file: content/Modul_9/en_qgis_modul_9_ex5.md - - file: content/Modul_9/en_qgis_modul_9_ex6.md + - file: content/Modul_9/en_module_9_overview.md + sections: + - file: content/Modul_9/en_qgis_network_analysis_theory.md + - file: content/Modul_9/en_qgis_network_analysis.md + - file: content/Modul_9/en_qgis_openrouteservice_tools.md + - file: content/Modul_9/en_qgis_centrality.md + - file: content/Modul_9/en_qgis_modul_9_exercises.md - caption: Wiki chapters: - file: content/Wiki/en_qgis_qgis_basics_wiki.md diff --git a/content/Modul_7/en_module_7_overview.md b/content/Modul_7/en_module_7_overview.md new file mode 100644 index 000000000..2a16cacd5 --- /dev/null +++ b/content/Modul_7/en_module_7_overview.md @@ -0,0 +1,12 @@ +# Automation with QGIS + +As you progress in your GIS career and hone your analysis skills, you will realise that spatial and data analysis can involve a multitude of complex steps. Additionally, you might need to perform an analysis several times for different areas, or because you need to adjust parameters to get the correct result, or because you need to update an outdated analysis. In these cases, you will want to __automate__ the analysis process. This can be achieved with the ![](/fig/processingModel.png) `Graphical Modeler` in QGIS. Using models also ensures the __reproducibility__ of your analysis. + +## Content + +| __Chapter__ | __Competences & Objectives__ | +| ----------- | ---------------------------- | +| [Chapter 1: Automation Theory](/content/Modul_7/en_qgis_automation_theory.md) | At the end of this chapter, you should know the value of reproducibility in data analysis, know how to use the model builder in QGIS | +| [Exercise 1: Automation](/content/Modul_7/en_qgis_modul_7_ex1.md) | | + + diff --git a/content/Modul_8/en_module_8_overview.md b/content/Modul_8/en_module_8_overview.md new file mode 100644 index 000000000..744218375 --- /dev/null +++ b/content/Modul_8/en_module_8_overview.md @@ -0,0 +1,10 @@ +# Remote Sensing and Raster Data + +Working with raster data is inherently different from working with vector data. Instead of an attribute table associated with geometric features, raster data is a grid of squares, where each square holds a value. Spatial analyses frequently use raster data, as it is useful format to describe discrete phenomena, such as elevation, slope, temperature, etc. A common type of raster data all of us have come worked with or seen is satellite imagery. The benefit of satellite imagery is that you can perform analyses remotely. The first chapter in this module introduces raster data in depth and presents the basic workflow when using raster data in QGIS and humanitarian work. The second chapter introduces the concept of remote sensing and how it can be used to gain information from satellite imagery. + +__Chapter__ | __Competences & Objectives__ | +| ----------- | ---------------------------- | +| __[Chapter 1: Raster Theory](/content/Modul_8/en_qgis_raster_theory.md)__ | Understand how to work with raster data; know what to keep in mind when working with raster data; Know practical tools to work with raster data in QGIS. | +| __[Chapter 2: Remote Sensing](/content/Modul_8/en_qgis_remote_sensing_theory.md)__ | Know about remote sensing; Understand the basics about the interaction of electromagnetic radiation and the earths surface; Understand how different frequency bands can be combined to generate new information (e.g., NDVI). | +| __[Exercise 1: Basic Assessment of Flood Exposure in the Indus Basin in Pakistan](/content/Modul_8/en_qgis_modul_8_ex1.md)__ | | + diff --git a/content/Modul_9/en_module_9_overview.md b/content/Modul_9/en_module_9_overview.md new file mode 100644 index 000000000..e69de29bb diff --git a/content/Modul_9/en_qgis_modul_9_exercises.md b/content/Modul_9/en_qgis_modul_9_exercises.md index 9f7665e04..67745cf25 100644 --- a/content/Modul_9/en_qgis_modul_9_exercises.md +++ b/content/Modul_9/en_qgis_modul_9_exercises.md @@ -1,3 +1,19 @@ -# Exercises Network Analysis +# Exercises Module 9: Network Analysis + +__🔙[Back to Homepage](/content/intro.md)__ + + + +## Visualisation + +| Exercise | Description | Estimated time | +| :-------------------- | :----------------- |:----------------- | +| __[Task 1: Assess water distribution access](/content/Modul_9/en_qgis_modul_9_ex1.md)__ | | | +| __[Task 2: Access healthcare - avoid areas](/content/Modul_9/en_qgis_modul_9_ex2.md)__ | | | +| __[Task 3: Larger scale accessibility analyses](/content/Modul_9/en_qgis_modul_9_ex3.md)__ | | | +| __[Task 4](/content/Modul_9/en_qgis_modul_9_ex4.md)__ | | | +| __[Task 5: Identifying critical road segments](/content/Modul_9/en_qgis_modul_9_ex5.md)__ | | | +| __[Task 6: West Germany / Ahrtal flood logistics](/content/Modul_9/en_qgis_modul_9_ex6.md)__ | | | -Overview of exercises within this module