> 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/bg/brzi-gis-sveti/qgis-preobrazuvane-na-csv-v-shp.md).

# QGIS: Преобразуване на CSV в SHP

Урокът помага за конвертиране на CSV в SHP (shapefile). По-долу са описани стъпките как да направите това с [QGIS](https://www.qgis.org/en/site/) десктоп софтуер.

**ВАЖНО**: Данните във формат CSV трябва да съдържат `дължина` и `ширина` колони, за да се направи правилното георефериране.

**СТЪПКА 1**: Стартирайте процеса на импортиране чрез "Layer" >> "Add Layer" >> "Add Delimited Text Layer".

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

**СТЪПКА 2**: Конфигурирайте параметрите за импортиране и щракнете върху бутона "Add".

1. Посочете пътя до CSV файла
2. Проверете разделителя на колоните — трябва да е запетая.
3. Проверете първия ред. Обикновено той съдържа имената на атрибутите. Той трябва да бъде изключен от парсването.
4. Изберете колоните от набора с данни с Latitude (X) и Longitude (Y) данни.
5. Задайте координатната референтна система. Обикновено се използва ESPG:4326.

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

Очакваният резултат след **СТЪПКА 2** изглежда като

<figure><img src="/files/884a7f3c562a4f6e5617fd36b64f7c9855d76a82" alt=""><figcaption></figcaption></figure>

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

**СТЪПКА 3**: Стартирайте експортирането чрез щракване с "десен бутон на мишката" >> "Export" >> "Save Features As ..."

<figure><img src="/files/44e385d211cf8857c3be8c17858f9ddd38347e96" alt=""><figcaption></figcaption></figure>

**СТЪПКА 4**: Конфигурирайте правилните опции за експортиране и щракнете върху "Ok".

1. Задайте пътя до експортирания shapefile.
2. Задайте координатната референтна система (CRS) на ESPG:4326, която се приема от GeoPard.

<figure><img src="/files/21fd0a48f3212c6fb89bb40e79223f8e45cf39c7" 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/bg/brzi-gis-sveti/qgis-preobrazuvane-na-csv-v-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.
