# QGIS: Pretvori CSV v SHP

Ta vadnica pomaga pretvoriti CSV v SHP (shapefile). Spodaj so koraki, kako to narediti z uporabo [QGIS](https://www.qgis.org/en/site/) namizne programske opreme.

**POMEMBNO**: Podatki v formatu CSV morajo vsebovati `zemljepisno dolžino` in `zemljepisno širino` stolpce za pravilno georeferenciranje.

**KORAK 1**: Začnite postopek uvoza z uporabo "Layer" >> "Add Layer" >> "Add Delimited Text Layer".

<figure><img src="/files/00b6b954ac8126826b6f253087b12d4ff12e5e5c" alt=""><figcaption></figcaption></figure>

**KORAK 2**: Nastavite parametre uvoza in kliknite gumb "Add".

1. Določite pot do datoteke CSV
2. Preverite ločilo stolpcev, mora biti vejica.
3. Preverite prvo vrstico. Običajno vsebuje imena atributov. Izključiti jo je treba iz razčlenjevanja.
4. Izberite stolpce nabora podatkov s podatki Latitude (X) in Longitude (Y).
5. Nastavite koordinatni referenčni sistem. Običajno se uporablja ESPG:4326.

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

Pričakovani rezultat po **KORAK 2** je videti

<figure><img src="/files/3e0d93e5bc9657beb8831db667894caadd39700e" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/768ba955ac9f3fe71169f8afd297c240d27828e4" alt=""><figcaption></figcaption></figure>

**KORAK 3**: Sprožite tok izvoza z desnim klikom miške >> "Export" >> "Save Features As ..."

<figure><img src="/files/26929a4aa8f39352229591f92bae5badb01645ba" alt=""><figcaption></figcaption></figure>

**KORAK 4**: Nastavite ustrezne možnosti izvoza in kliknite "Ok".

1. Nastavite pot do izvoženega shapefile-a.
2. Nastavite koordinatni referenčni sistem (CRS) na ESPG:4326, ki ga GeoPard podpira.

<figure><img src="/files/76b4c933287562a2e558d2bac3797c0ab3834892" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: 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:

```
GET https://docs.geopard.tech/geopard-tutorials/svn/hitri-gis-namigi/qgis-pretvori-csv-v-shp.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
