> 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/dnk/hurtige-gis-tips/qgis-konverter-csv-til-shp.md).

# QGIS: Konvertér CSV til SHP

Konvertér CSV-punktdata til en shapefile i QGIS til import i GeoPard og GIS-brug.

Vejledningen hjælper med at konvertere CSV til SHP (shapefil). Nedenfor er trinene til, hvordan du gør dette ved hjælp af [QGIS](https://www.qgis.org/en/site/) desktopsoftware.

**VIGTIGT**: Data i CSV-format skal indeholde `længdegrad` og `breddegrad` kolonner for at lave den korrekte georeferencemapping.

**TRIN 1**: Start importprocessen ved at bruge "Lag" >> "Tilføj lag" >> "Tilføj afgrænset tekstlag".

<figure><img src="https://1581835146-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FYICBELdyAXXebKAzfLOR%2Fuploads%2FBIPPWIDU0mD58A6YRiQ6%2Fimage.png?alt=media&amp;token=05d2513d-fcac-45df-ae9e-936a9885dcf8" alt=""><figcaption></figcaption></figure>

**TRIN 2**: Konfigurer importparametrene, og klik på knappen "Tilføj".

1. Angiv stien til CSV-filen
2. Tjek kolonneadskillelsen, den skal være et komma.
3. Tjek første række. Normalt indeholder den feltnavnene. Den skal udelades fra analysen.
4. Vælg datasætkolonnerne med breddegrad (X) og længdegrad (Y).
5. Angiv det koordinatreference-system. Normalt bruges ESPG:4326.

<figure><img src="https://1581835146-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FYICBELdyAXXebKAzfLOR%2Fuploads%2FVCf5bL5Xrykq2aEZ6Q9W%2Fimage.png?alt=media&amp;token=09a5224d-f75b-4336-9a7d-e323ae7ce3a8" alt=""><figcaption></figcaption></figure>

Det forventede resultat efter **TRIN 2** ser sådan ud

<figure><img src="https://1581835146-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FYICBELdyAXXebKAzfLOR%2Fuploads%2FN9vX1veE9xsSk1bJVXg1%2Fimage.png?alt=media&amp;token=9f1d50c7-c4de-4ede-a113-d3b46e9f629e" alt=""><figcaption></figcaption></figure>

<figure><img src="https://1581835146-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FYICBELdyAXXebKAzfLOR%2Fuploads%2FIG2NnPRO4DWyfeMREAIf%2Fimage.png?alt=media&amp;token=d6bd1615-0b2a-47fb-8347-651362da38bb" alt=""><figcaption></figcaption></figure>

**TRIN 3**: Start eksporten via højreklik >> "Eksport" >> "Gem objekter som ..."

<figure><img src="https://1581835146-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FYICBELdyAXXebKAzfLOR%2Fuploads%2F1luGOh5y7DjyPBHFmVTw%2Fimage.png?alt=media&amp;token=7335197f-0bf2-4c94-8fd0-8a45689c9b43" alt=""><figcaption></figcaption></figure>

**TRIN 4**: Konfigurer de korrekte eksportindstillinger, og klik på "OK".

1. Angiv stien til den eksporterede shapefil.
2. Angiv koordinatreferencesystemet (CRS) til ESPG:4326, som GeoPard accepterer.

<figure><img src="https://1581835146-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FYICBELdyAXXebKAzfLOR%2Fuploads%2FxRyKrrluAvCZzifIbFKG%2Fimage.png?alt=media&amp;token=43b1e035-c165-4aca-807c-97c2bd43e445" 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/dnk/hurtige-gis-tips/qgis-konverter-csv-til-shp.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.
