> 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äng till numeriska värden i shapefilen](https://docs.geopard.tech/geopard-tutorials/swe/snabba-gis-tips/qgis-andra-strang-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 upp fältgränser i delområden](https://docs.geopard.tech/geopard-tutorials/swe/snabba-gis-tips/qgis-dela-upp-faltgranser-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 valda objekt från vektorfiler](https://docs.geopard.tech/geopard-tutorials/swe/snabba-gis-tips/qgis-sla-ihop-valda-objekt-fran-vektorfiler.md)
- [QGIS: Beräkna NDVI för drönarens GeoTIFF-fil](https://docs.geopard.tech/geopard-tutorials/swe/snabba-gis-tips/qgis-berakna-ndvi-for-dronarens-geotiff-fil.md)
- [QGIS: Dela upp shapefiler med flera fält](https://docs.geopard.tech/geopard-tutorials/swe/snabba-gis-tips/qgis-dela-upp-shapefiler-med-flera-falt.md): Dela upp en shapefil med flera fält i 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 punktdata i CSV till en shapefil i QGIS för import till GeoPard och GIS-användning.
- [QGIS: Omprojicera shapefil](https://docs.geopard.tech/geopard-tutorials/swe/snabba-gis-tips/qgis-omprojicera-shapefil.md): Omprojicera en shapefil i QGIS så att den matchar GeoPards 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.
