> 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/swe/snabba-gis-tips.md).

# Snabba GIS-tips

- [QGIS: Ändra strängvärden till numeriska värden i shapefilen](https://docs.geopard.tech/geopard-tutorials/swe/snabba-gis-tips/qgis-andra-strangvarden-till-numeriska-varden-i-shapefilen.md): Konvertera textattribut till numeriska värden i QGIS för analys och import.
- [QGIS: Hantering av skördedata](https://docs.geopard.tech/geopard-tutorials/swe/snabba-gis-tips/qgis-hantering-av-skordedata.md): Förbered och rensa skördedata i QGIS innan du importerar eller analyserar den i GeoPard.
- [QGIS: Dela gränser i delområden](https://docs.geopard.tech/geopard-tutorials/swe/snabba-gis-tips/qgis-dela-granser-i-delomraden.md)
- [QGIS: Slå ihop vektorlager](https://docs.geopard.tech/geopard-tutorials/swe/snabba-gis-tips/qgis-sla-ihop-vektorlager.md)
- [QGIS: Slå ihop markerade objekt från vektorfiler](https://docs.geopard.tech/geopard-tutorials/swe/snabba-gis-tips/qgis-sla-ihop-markerade-objekt-fran-vektorfiler.md)
- [QGIS: Beräkna NDVI för drone-geotiff-filen](https://docs.geopard.tech/geopard-tutorials/swe/snabba-gis-tips/qgis-berakna-ndvi-for-drone-geotiff-filen.md)
- [QGIS: Dela shapefiler med flera fält](https://docs.geopard.tech/geopard-tutorials/swe/snabba-gis-tips/qgis-dela-shapefiler-med-flera-falt.md): Dela en shapefile med flera fält till separata shapefiler för fältgränser i QGIS för import till GeoPard.
- [QGIS: Konvertera CSV till SHP](https://docs.geopard.tech/geopard-tutorials/swe/snabba-gis-tips/qgis-konvertera-csv-till-shp.md): Konvertera CSV-punktdata till en shapefile i QGIS för import till GeoPard och GIS-användning.
- [QGIS: Omprojicera shapefile](https://docs.geopard.tech/geopard-tutorials/swe/snabba-gis-tips/qgis-omprojicera-shapefile.md): Omprojicera en shapefile i QGIS för att matcha GeoPard och GIS koordinatsystem.


---

# 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/swe/snabba-gis-tips.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.
