> 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/cze/rychle-gis-tipy/qgis-konverze-csv-na-shp.md).

# QGIS: Konverze CSV na SHP

Návod pomáhá převést CSV do SHP (shapefile). Níže jsou kroky, jak to udělat pomocí [QGIS](https://www.qgis.org/en/site/) desktopového softwaru.

**DŮLEŽITÉ**: Data ve formátu CSV musí obsahovat `zeměpisnou délku` a `zeměpisnou šířku` sloupce, aby bylo možné správně nastavit georeferencování mapy.

**KROK 1**: Spusťte proces importu přes „Vrstva“ >> „Přidat vrstvu“ >> „Přidat vrstvu s odděleným textem“.

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

**KROK 2**: Nastavte parametry importu a klikněte na tlačítko „Přidat“.

1. Určete cestu k souboru CSV
2. Zkontrolujte oddělovač sloupců, měl by to být čárka.
3. Zkontrolujte první řádek. Obvykle obsahuje názvy atributů. Musí být vyloučen z parsování.
4. Vyberte sloupce datové sady s údaji o zeměpisné šířce (X) a zeměpisné délce (Y).
5. Nastavte souřadnicový referenční systém. Obvykle se používá ESPG:4326.

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

Očekávaný výsledek po **KROK 2** vypadá jako

<figure><img src="/files/1763b7dd32b7c207f2eb831312f401b59a361876" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/4d97cdaaf090076b33dd7939db1ff3c52262807c" alt=""><figcaption></figcaption></figure>

**KROK 3**: Spusťte export přes kliknutí pravým tlačítkem myši >> „Exportovat“ >> „Uložit prvky jako ...“

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

**KROK 4**: Nastavte správné možnosti exportu a klikněte na „OK“.

1. Nastavte cestu k exportovanému shapefilu.
2. Nastavte souřadnicový referenční systém (CRS) na ESPG:4326, který GeoPard akceptuje.

<figure><img src="/files/48059513c0a725c5f0c89603b4d7842737ce262e" 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/cze/rychle-gis-tipy/qgis-konverze-csv-na-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.
