> 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/ukrainian/shvidki-poradi-z-gis/qgis-peretvoriti-csv-u-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/b1e5eda9f27275c59af374b3353f37f5b6f4c2bd" alt=""><figcaption></figcaption></figure>

**КРОК 2**: Налаштуйте параметри імпорту та натисніть кнопку "Add".

1. Вкажіть шлях до файлу CSV
2. Перевірте роздільник стовпців, він має бути комою.
3. Перевірте перший рядок. Зазвичай він містить назви атрибутів. Його потрібно виключити з аналізу.
4. Виберіть стовпці набору даних з даними Latitude (X) та Longitude (Y).
5. Установіть систему координат. Зазвичай використовується ESPG:4326.

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

Очікуваний результат після **КРОК 2** виглядає так

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

<figure><img src="/files/879f6a85aa374b20bf89727cf6f1172cf7a4918c" alt=""><figcaption></figcaption></figure>

**КРОК 3**: Запустіть процес експорту через клацання правою кнопкою миші >> "Export" >> "Save Features As ..."

<figure><img src="/files/7f3e5ad91402e1b63032c6173712bc80ca7393ad" alt=""><figcaption></figcaption></figure>

**КРОК 4**: Налаштуйте правильні параметри експорту та натисніть "Ok".

1. Укажіть шлях до експортованого shapefile.
2. Установіть систему координат (CRS) на ESPG:4326, що прийнятно для GeoPard.

<figure><img src="/files/96b539263c63beb1f39465ad6fff26fcda366d75" 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/ukrainian/shvidki-poradi-z-gis/qgis-peretvoriti-csv-u-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.
