> For the complete documentation index, see [llms.txt](https://docs.geopard.tech/geopard-tutorials/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.geopard.tech/geopard-tutorials/nl/snelle-gis-tips/qgis-csv-naar-shp-converteren.md).

# QGIS: CSV naar SHP converteren

De handleiding helpt om CSV om te zetten naar SHP (shapefile). Hieronder staan stappen om dit te doen met [QGIS](https://www.qgis.org/en/site/) desktopsoftware.

**BELANGRIJK**: De gegevens in CSV-formaat moeten `lengtegraad` en `breedtegraad` kolommen bevatten om de juiste georeferentiekoppeling te maken.

**STAP 1**: Start het importproces via "Laag" >> "Laag toevoegen" >> "Afgebakende tekstlaag toevoegen".

<figure><img src="/files/e3f17f2e5892b72ad47336460ac6fa032374b9e7" alt=""><figcaption></figcaption></figure>

**STAP 2**: Stel de importparameters in en klik op de knop "Toevoegen".

1. Geef het pad naar het CSV-bestand op
2. Controleer de kolomscheidingsteken, dit moet een komma zijn.
3. Controleer de eerste rij. Meestal bevat deze de namen van de attributen. Deze moet worden uitgesloten van de parsing.
4. Selecteer de datasetkolommen met gegevens voor Breedtegraad (X) en Lengtegraad (Y).
5. Stel het coördinatenreferentiesysteem in. Meestal wordt ESPG:4326 gebruikt.

<figure><img src="/files/554ac3df6ffe321908889cc06bf71dd937874b87" alt=""><figcaption></figcaption></figure>

Het verwachte resultaat na **STAP 2** ziet eruit als

<figure><img src="/files/c4b28b7c0c8ecb7b19fee920ce0b1ab2e3d74979" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/614694fa449d89630aaf43369d00891462edecea" alt=""><figcaption></figcaption></figure>

**STAP 3**: Start de exportstroom via een klik met de "rechter muisknop" >> "Exporteren" >> "Opslaan als objecten..."

<figure><img src="/files/ec61c86b07cc06c362789a71a1dde42471238a50" alt=""><figcaption></figcaption></figure>

**STAP 4**: Stel de juiste exportopties in en klik op "Ok".

1. Stel het pad voor het geëxporteerde shapefile in.
2. Stel het coördinatenreferentiesysteem (CRS) in op ESPG:4326, wat wordt geaccepteerd door GeoPard.

<figure><img src="/files/9dd441e2c5ab9d6bb5222c2170e0959ee960af81" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.geopard.tech/geopard-tutorials/nl/snelle-gis-tips/qgis-csv-naar-shp-converteren.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
