> 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/it/suggerimenti-rapidi-gis.md).

# Suggerimenti rapidi GIS

- [QGIS: converti i valori da stringa a numero nello shapefile](https://docs.geopard.tech/geopard-tutorials/it/suggerimenti-rapidi-gis/qgis-converti-i-valori-da-stringa-a-numero-nello-shapefile.md): Converti gli attributi testuali in valori numerici in QGIS per l'analisi e l'importazione.
- [QGIS: manipolazione dei dati di resa](https://docs.geopard.tech/geopard-tutorials/it/suggerimenti-rapidi-gis/qgis-manipolazione-dei-dati-di-resa.md): Prepara e pulisci i dati di resa in QGIS prima di importarli o analizzarli in GeoPard.
- [QGIS: suddividi i confini in sotto-campi](https://docs.geopard.tech/geopard-tutorials/it/suggerimenti-rapidi-gis/qgis-suddividi-i-confini-in-sotto-campi.md)
- [QGIS: unisci i layer vettoriali](https://docs.geopard.tech/geopard-tutorials/it/suggerimenti-rapidi-gis/qgis-unisci-i-layer-vettoriali.md)
- [QGIS: unisci le feature selezionate dai file vettoriali](https://docs.geopard.tech/geopard-tutorials/it/suggerimenti-rapidi-gis/qgis-unisci-le-feature-selezionate-dai-file-vettoriali.md)
- [QGIS: calcola l'NDVI per il file GeoTIFF del drone](https://docs.geopard.tech/geopard-tutorials/it/suggerimenti-rapidi-gis/qgis-calcola-lndvi-per-il-file-geotiff-del-drone.md)
- [QGIS: suddividi gli shapefile multi-campo](https://docs.geopard.tech/geopard-tutorials/it/suggerimenti-rapidi-gis/qgis-suddividi-gli-shapefile-multi-campo.md): Suddividi uno shapefile multi-campo in shapefile separati dei confini dei campi in QGIS per l'importazione in GeoPard.
- [QGIS: converti CSV in SHP](https://docs.geopard.tech/geopard-tutorials/it/suggerimenti-rapidi-gis/qgis-converti-csv-in-shp.md): Converti i dati puntuali CSV in uno shapefile in QGIS per l'importazione in GeoPard e l'uso GIS.
- [QGIS: riproietta lo shapefile](https://docs.geopard.tech/geopard-tutorials/it/suggerimenti-rapidi-gis/qgis-riproietta-lo-shapefile.md): Riproietta uno shapefile in QGIS per allinearlo ai sistemi di coordinate di GeoPard e GIS.


---

# 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/it/suggerimenti-rapidi-gis.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.
