# QGIS: Reproyectar shapefile

En ciertos casos, es necesario modificar la proyección de un shapefile. Esto se puede lograr de forma eficiente usando QGIS, volviendo a guardar el shapefile con los ajustes de proyección deseados. El proceso implica una serie de pasos que comienzan con abrir el shapefile en QGIS. Una vez cargado el archivo, el usuario debe iniciar el proceso de exportación, durante el cual es crucial establecer la proyección correcta.

Siguiendo estos pasos, la proyección del shapefile puede modificarse para satisfacer los requisitos específicos del proyecto o del análisis.

1. Abra un shapefile en QGIS
2. Ejecute la operación de exportación<br>

   <figure><img src="/files/72b2aaf105f1b8b16f74bceced6b111560bb2c99" alt=""><figcaption></figcaption></figure>
3. Establezca la proyección SRS requerida<br>

   <figure><img src="/files/11726195429f618cd54dfadfe78179d3164cfdaf" 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/esp/consejos-rapidos-de-sig/qgis-reproyectar-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.
