# QGIS: Reprojetar shapefile

Em certas situações, torna-se necessário modificar a projeção de um shapefile. Isso pode ser feito de forma eficiente usando o QGIS, salvando novamente o shapefile com as configurações de projeção desejadas. O processo envolve uma série de etapas que começam com a abertura do shapefile no QGIS. Depois que o arquivo é carregado, o usuário deve iniciar o processo de exportação, durante o qual é crucial definir a projeção correta.

Seguindo essas etapas, a projeção do shapefile pode ser alterada para atender aos requisitos específicos do projeto ou da análise.

1. Abra um shapefile no QGIS
2. Execute a operação de exportação<br>

   <figure><img src="/files/4a7c0cd6737c13b3770d7ca01b2d76c2e68b3595" alt=""><figcaption></figcaption></figure>
3. Defina a projeção SRS necessária<br>

   <figure><img src="/files/85f08d4970beb2f3567b73eb22e2b155c8416c1e" 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/pt-br/dicas-rapidas-de-gis/qgis-reprojetar-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.
