> 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/ru/kratkie-sovety-po-gis/qgis-preobrazovat-csv-v-shp.md).

# QGIS: преобразовать CSV в SHP

Учебное руководство помогает преобразовать CSV в SHP (shapefile). Ниже приведены шаги, как сделать это с помощью [QGIS](https://www.qgis.org/en/site/) настольного ПО.

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

**ШАГ 1**: Запустите процесс импорта через "Слой" >> "Добавить слой" >> "Добавить слой делимитированного текста".

<figure><img src="/files/47e6826ebf69b9d625775b58ed1c523842ab577f" alt=""><figcaption></figcaption></figure>

**ШАГ 2**: Настройте параметры импорта и нажмите кнопку "Добавить".

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

<figure><img src="/files/145a0b9f78015fc6bbc6038c09730e76017e4758" alt=""><figcaption></figcaption></figure>

Ожидаемый результат после **ШАГ 2** выглядит как

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

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

**ШАГ 3**: Запустите процесс экспорта через щелчок "Правой кнопкой мыши" >> "Экспорт" >> "Сохранить объекты как ..."

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

**ШАГ 4**: Настройте правильные параметры экспорта и нажмите "ОК".

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

<figure><img src="/files/2a5c8237819db3af05b619526c88390c5e92b062" 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/ru/kratkie-sovety-po-gis/qgis-preobrazovat-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.
