> 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/ro/sfaturi-rapide-gis.md).

# Sfaturi rapide GIS

- [QGIS: schimbă valorile de tip șir în numere în shapefile](https://docs.geopard.tech/geopard-tutorials/ro/sfaturi-rapide-gis/qgis-schimba-valorile-de-tip-sir-in-numere-in-shapefile.md): Convertește atributele text în valori numerice în QGIS pentru analiză și import.
- [QGIS: manipularea datelor de producție](https://docs.geopard.tech/geopard-tutorials/ro/sfaturi-rapide-gis/qgis-manipularea-datelor-de-productie.md): Pregătește și curăță datele de producție în QGIS înainte de a le importa sau analiza în GeoPard.
- [QGIS: împarte limitele în subparcele](https://docs.geopard.tech/geopard-tutorials/ro/sfaturi-rapide-gis/qgis-imparte-limitele-in-subparcele.md)
- [QGIS: îmbină straturile vectoriale](https://docs.geopard.tech/geopard-tutorials/ro/sfaturi-rapide-gis/qgis-imbina-straturile-vectoriale.md)
- [QGIS: îmbină entitățile selectate din fișiere vectoriale](https://docs.geopard.tech/geopard-tutorials/ro/sfaturi-rapide-gis/qgis-imbina-entitatile-selectate-din-fisiere-vectoriale.md)
- [QGIS: calculează NDVI pentru fișierul GeoTIFF de la dronă](https://docs.geopard.tech/geopard-tutorials/ro/sfaturi-rapide-gis/qgis-calculeaza-ndvi-pentru-fisierul-geotiff-de-la-drona.md)
- [QGIS: împarte shapefile-urile cu mai multe parcele](https://docs.geopard.tech/geopard-tutorials/ro/sfaturi-rapide-gis/qgis-imparte-shapefile-urile-cu-mai-multe-parcele.md): Împarte un shapefile cu mai multe parcele în shapefile-uri separate pentru limitele parcelelor în QGIS, pentru import în GeoPard.
- [QGIS: convertește CSV în SHP](https://docs.geopard.tech/geopard-tutorials/ro/sfaturi-rapide-gis/qgis-converteste-csv-in-shp.md): Convertește datele punctuale CSV într-un shapefile în QGIS pentru import în GeoPard și utilizare GIS.
- [QGIS: reproiectează shapefile-ul](https://docs.geopard.tech/geopard-tutorials/ro/sfaturi-rapide-gis/qgis-reproiecteaza-shapefile-ul.md): Reproiectează un shapefile în QGIS pentru a se potrivi cu sistemele de coordonate GeoPard și 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/ro/sfaturi-rapide-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.
