# QGIS: перепроецировать shapefile

В некоторых случаях возникает необходимость изменить проекцию shapefile. Это можно эффективно сделать с помощью QGIS, повторно сохранив shapefile с нужными параметрами проекции. Процесс включает ряд шагов, начиная с открытия shapefile в QGIS. После загрузки файла пользователю следует запустить процесс экспорта, в ходе которого крайне важно задать правильную проекцию.

Следуя этим шагам, можно изменить проекцию shapefile в соответствии со специфическими требованиями проекта или анализа.

1. Откройте shapefile в QGIS
2. Выполните операцию экспорта<br>

   <figure><img src="/files/16ce39259b55c4a53108467d731d16b0c69c38ec" alt=""><figcaption></figcaption></figure>
3. Установите требуемую проекцию SRS<br>

   <figure><img src="/files/7158263f4b90ea16df5f60a7f43516aef456eaef" 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/ru/kratkie-podskazki-po-gis/qgis-pereproecirovat-shapefile.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.
