Skip to content

Commit

Permalink
Updating en_qgis_import_geodata_wiki.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Alec committed Nov 14, 2023
1 parent 1eb45d6 commit 7c0ad3c
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions content/Wiki/en_qgis_import_geodata_wiki.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ When importing a shapefile by drag-and-drop you have to use the file with the en

#### Open vector data via Layer Tab

1. "Layer" Tab -> "Vecctor"
1. `Layer` Tab -> `Vecctor`
2. Select file
3. Click "Add"
3. Click `Add`

<video width="100%" controls src="https://github.com/GIScience/gis-training-resource-center/raw/main/fig/qgis_open_vector.mp4"></video>

Expand All @@ -25,9 +25,9 @@ When importing a shapefile by drag-and-drop you have to use the file with the en

### Open raster data via Layer Tab

1. "Layer" Tab -> "Raster"
1. `Layer` Tab -> `Raster`
2. Select file
3. Click "Add"
3. Click `Add`

<video width="100%" controls src="https://github.com/GIScience/gis-training-resource-center/raw/main/fig/qgis_open_raster.mp4"></video>

Expand All @@ -38,9 +38,9 @@ When importing a shapefile by drag-and-drop you have to use the file with the en

### Open NetCDF raster files

1. Layer -> Add Layer -> Add Raster Layer -> Select your file -> click "add"
2. A window will open and you have to select the exact dataset you want to use. -> Click "add Layers"
3. Click on the ? in the Layers window. The window "Coordination Reference System Selectir" will open. -> Select the correct reference system.-> Click “OK”
1. `Layer` -> `Add Layer` -> `Add Raster Layer` -> Select your file -> click `add`
2. A window will open and you have to select the exact dataset you want to use. -> Click `add Layers`
3. Click on the ? in the Layers window. The window `Coordination Reference System Select` will open. -> Select the correct reference system-> Click `OK`

<video width="100%" controls src="https://github.com/GIScience/gis-training-resource-center/raw/main/fig/qgis_import_NetCDF_raster.mp4"></video>

Expand All @@ -59,11 +59,11 @@ To directly load .csv or EXCEL data into QGIS, the datasets need to have columns
### Open .xlsx files in QGIS

1. Drag and drop the .xlsx file in QGIS.
2. If the file contains multible tables, select the table you want to work with. Click "add Layers"
3. click on the "Processing" tab -> Toolbox -> search for the tool "Creat points layer from table"
4. Select you table as "Input Layer"
5. Select the longitude column for "X field" and the latitude column for "Y field"
6. Click "Run"
2. If the file contains multible tables, select the table you want to work with. Click `add Layers`
3. click on the `Processing` tab -> `Toolbox` -> search for the tool `Creat points layer from table`
4. Select you table as `Input Layer`
5. Select the longitude column for `X field` and the latitude column for `Y field`
6. Click `Run`

```{Tip}
A other option is always to transform the .xlsx file into a .csv, which is eaysier to open in QGIS.
Expand Down

0 comments on commit 7c0ad3c

Please sign in to comment.