You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: georeferencing/index.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,9 @@
1
-
# Georeferencing language maps
1
+
# Georeferencing a language map
2
2
3
3
This tutorial walks you through the process of georeferencing a language map provided as a raster image in QGIS, an open-source geographic information system (GIS). Georeferencing assigns geographic coordinates to the map, enabling it to be accurately located and displayed in a GIS.
4
4
5
-
## Requirements
6
-
**Software**: [QGIS](https://qgis.org) is a free and open-source GIS. This tutorial uses version **QGIS 3.34.4-Prizren**.
5
+
###Requirements
6
+
**Software**: [QGIS](https://qgis.org) is a free and open-source GIS. This tutorial uses version QGIS 3.34.4-Prizren.
7
7
8
8
**Data**: A map in raster image format (e.g., JPG, TIFF, or PNG). In this tutorial, we will georeference a map of the Alor-Pantar languages in Indonesia from Schapper (2020), *Introduction to the Papuan Languages of Timor, Alor, and Pantar*. The map is available as a JPG raster image [here](images/map3papuan.jpg).
9
9
@@ -13,8 +13,8 @@ This tutorial walks you through the process of georeferencing a language map pro
13
13
</figure>
14
14
15
15
16
-
## Adding a basemap
17
-
Before we can georeference the Alor-Pantar map, we first open a basemap in QGIS. The basemap serves as a reference for accurately aligning the language map. To do this, go to `HCMGIS > Basemaps > Vector tiles > Carto Basic` to add the **Carto Basic** basemap from the **HCMGIS** plugin. **Carto Basic** is a clean, visually neutral basemap that uses data from **OpenStreetMap**.
16
+
###Adding a basemap
17
+
Before we can georeference the Alor-Pantar map, we first open a basemap in QGIS. The basemap serves as a reference for accurately aligning the language map. To do this, go to `HCMGIS > Basemaps > Vector tiles > Carto Basic` to add the **Carto Basic** basemap from the **HCMGIS** plugin. **Carto Basic** is a clean, visually neutral basemap that uses data from OpenStreetMap.
18
18
19
19
<figure>
20
20
<imgsrc="images/hcmgis_basemap.png"alt="Adding th Carto Basic basemap in QGIS"width="800" />
@@ -26,7 +26,7 @@ Before we can georeference the Alor-Pantar map, we first open a basemap in QGIS.
26
26
The **HCMGIS** plugin provides quick access to a wide range of ready-to-use basemaps, including OpenStreetMap, Google Maps, and satellite imagery. If the plugin is not already installed, you’ll need to [install it](https://mapscaping.com/hcmgis-plugin-in-qgis/).
27
27
28
28
29
-
## The Georeferencer plugin
29
+
###The Georeferencer plugin
30
30
31
31
Now we can use the **Georeferencer** plugin to align the Alor-Pantar map with the basemap. To open the plugin, go to `Layer > Georeferencer...`. The **Georeferencer** window will appear.
32
32
@@ -46,7 +46,7 @@ The **Georeferencer** window is divided into two main tiles. The map tile in the
46
46
47
47
48
48
49
-
## Setting the ground control points
49
+
###Setting the ground control points
50
50
51
51
The top tile now shows the Alor Pantar map. To begin georeferencing, click the `Add Point` icon.
52
52
@@ -102,7 +102,7 @@ Rinse and repeat to add more GCPs equally distributed around the map image. For
102
102
103
103
104
104
105
-
## Perform the georeferencing
105
+
###Perform the georeferencing
106
106
107
107
Once you have placed a sufficient number of ground control points to accurately anchor your language map to the real-world coordinates of the basemap, you can proceed to run the georeferencing. Click on the **`Transformation Settings`** icon in the toolbar.
108
108
@@ -146,7 +146,7 @@ In the **`Output Settings`** section, specify the output details:
146
146
-**`Resampling Method`**: Choose how pixel values will be interpolated during the transformation.
147
147
Since we will use the georeferenced map only for digitising polygons, we can use **Nearest Neighbor** resampling. This is the simplest and fastest method and it preserves the original pixel values.
148
148
149
-
## Start the Georeferencing
149
+
###Start the Georeferencing
150
150
151
151
Finally, click the **`Start Georeferencing`** icon to begin aligning the language map with the basemap.
152
152
@@ -168,10 +168,10 @@ The georeferenced map is added as a new layer. By setting the layer to transpare
168
168
169
169
We can now proceed to digitise the language polygons from the georeferenced map. This process will be covered in the next tutorial.
170
170
171
-
## Output
171
+
###Output
172
172
173
173
A georeferenced map in GeoTIFF format: GeoTIFF is a standard raster format that stores both the image and its geographic reference information. The Alor-Pantar languages map, georeferenced in this tutorial, can be downloaded [here](out/Map%203%20The%20Alor-Pantar%20languages.tiff).
174
174
175
-
## References
175
+
###References
176
176
177
177
Schapper, Antoinette. 2020. *Introduction to The Papuan Languages of Timor, Alor and Pantar*. In Antoinette Schapper (ed.), *The Papuan Languages of Timor, Alor and Pantar: Volume 3*, pp. 1–52. Berlin, Boston: De Gruyter Mouton. [https://doi.org/10.1515/9781501511158-001](https://doi.org/10.1515/9781501511158-001)
0 commit comments