# 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: 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/ukrainian/korotki-pidkazki-gis/qgis-peretvoriti-csv-na-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.
