> 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/nl/snelle-gis-tips/qgis-shapefile-herprojecteren.md).

# QGIS: shapefile herprojecteren

In bepaalde gevallen is het nodig om de projectie van een shapefile aan te passen. Dit kan efficiënt worden gedaan met QGIS door de shapefile opnieuw op te slaan met de gewenste projectie-instellingen. Het proces bestaat uit een reeks stappen, te beginnen met het openen van de shapefile in QGIS. Zodra het bestand is geladen, moet de gebruiker het exportproces starten, waarbij het cruciaal is om de juiste projectie in te stellen.

Door deze stappen te volgen kan de projectie van de shapefile worden aangepast om te voldoen aan de specifieke eisen van het project of de analyse.

1. Open een shapefile in QGIS
2. Voer de exportbewerking uit<br>

   <figure><img src="/files/68c64449063355fb34f96264cfaac7a812ee2ee7" alt=""><figcaption></figcaption></figure>
3. Stel de vereiste SRS-projectie in<br>

   <figure><img src="/files/2098deb971ffb6ecad0dc87376bb6008ec02fa9f" 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/nl/snelle-gis-tips/qgis-shapefile-herprojecteren.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.
