Skip to content

Commit

Permalink
Adjusted figure linkage
Browse files Browse the repository at this point in the history
  • Loading branch information
jgruenewald27 committed Oct 30, 2023
1 parent 660984c commit 3d9b39e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions content/Modul_5/en_qgis_non_spatial_tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Non-spatial geodataprocessing in QGIS refers to the manipulation, subsetting and

This segment of Module 5 will start with the introduction of table functions. It will then progress into techniques for querying data, ultimately introducing the important concept of non-spatial joins.

```{figure} /fig/en_attribute_table_large.png
```{figure} /fig/en_attribute_table_large.PNG
---
height: 500px
name: attribute_table_all
Expand Down Expand Up @@ -139,7 +139,7 @@ A lot of analysis can be done with just a single layer. But sometimes the necess

In QGIS the tool __Join attributes by field value__ is often used for such operations:

```{figure} /fig/en_join_attributes_by_field_values.png
```{figure} /fig/en_join_attributes_by_field_values.PNG
---
height: 500px
name: join_attributes_by_field_value
Expand Down
2 changes: 1 addition & 1 deletion content/Modul_5/en_qgis_spatial_tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ This tool takes an input vector layer and creates a new vector layer that is an

The additional attributes and their values are taken from a second vector layer. For this layer a spatial criteria is applied to select the values from it that are added to each feature from the first layer.

```{figure} /fig/en_join_attributes_by_location.png
```{figure} /fig/en_join_attributes_by_location.PNG
---
height: 500px
name: join_attribute_by_location
Expand Down

0 comments on commit 3d9b39e

Please sign in to comment.