-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #154 from GIScience/dev
file name update
- Loading branch information
Showing
16 changed files
with
59 additions
and
55 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# Basic GIS Operations | ||
|
||
The third module addresses operations and data manipulation that GIS practitioners will undertake | ||
frequently. The first chapter teaches the process of digitisation, which is the process of creating | ||
geodata, either from existing images, or maps, or from your own knowledge. After data collection, | ||
digitisation let's you prepare the collected data for spatial analysis in QGIS. It is also useful to | ||
communicate the spatial distribution of phenomenons or to simply show the collected data on a map. Next, | ||
the second chapter focuses on the classification of geodata. Spatial data can have a lot of information | ||
stored in the attribute table and the classification of geodata puts this information into distinct | ||
classes. Through this classification, we can gain new insights and it let's us visualise geographic data on | ||
maps. The third chapter, covers selecting and querying geodata. For example, you can select all data | ||
entries that are under a certain distance from a point, or you could simply select data based on specific | ||
values and see their spatial distribution. | ||
|
||
|
||
## Content | ||
|
||
| __Chapter__ | __Competences & Objectives__ | | ||
| ----------- | ---------------------------- | | ||
| __[Chapter 1: Digitisation](/content/Module_3/en_qgis_digitalisation.md)__ | At the end of this chapter, you should: Understand the process of digitisation; Know how to create and edit vector data; Know which digitising errors to avoid. | | ||
| __[Chapter 2: Geodata Classification](/content/Module_3/en_qgis_data_classification.md)__ | At the end of this chapter, you should: Know how to classify geodata in order to gain useful insights; Know how and when to use categorised classification; Know how and when to use graduated classification. | | ||
| __[Chapter 3: Geodata Selection and Queries](/content/Module_3/en_qgis_data_queries.md)__ | At the end of this chapter, you should: Know how to select features manually; Know how to select features based on attributes; Know how to formulate a data query with the Expression builder; Know how to select features by location; Know the geometric operators. | | ||
| __[Chapter 4: Georeferencing](/content/Module_3/en_qgis_georeferencing.md)__ | At the end of this chapter, you should: Know how to georeference a map in QGIS; know how to set the transparency of a georeferenced (raster) layer; Know how to digitise vector features from a georeferenced map. | | ||
| __[Exercises for Module 3](/content/Module_3/en_qgis_module_3_exercises.md)__ | Here, you can find all the exercises for module 3. | | ||
|
||
|
||
<!--ADD: after revamp of chapter 2 this needs to be adjusted--> |
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.