> 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/pt-br/dicas-rapidas-de-gis.md).

# Dicas rápidas de GIS

- [QGIS: alterar valores de String para Number no shapefile](https://docs.geopard.tech/geopard-tutorials/pt-br/dicas-rapidas-de-gis/qgis-alterar-valores-de-string-para-number-no-shapefile.md): Converter atributos de texto em valores numéricos no QGIS para análise e importação.
- [QGIS: manipulações de dados de produtividade](https://docs.geopard.tech/geopard-tutorials/pt-br/dicas-rapidas-de-gis/qgis-manipulacoes-de-dados-de-produtividade.md): Preparar e limpar dados de produtividade no QGIS antes de importá-los ou analisá-los no GeoPard.
- [QGIS: dividir limites em subtalhões](https://docs.geopard.tech/geopard-tutorials/pt-br/dicas-rapidas-de-gis/qgis-dividir-limites-em-subtalhoes.md)
- [QGIS: mesclar camadas vetoriais](https://docs.geopard.tech/geopard-tutorials/pt-br/dicas-rapidas-de-gis/qgis-mesclar-camadas-vetoriais.md)
- [QGIS: mesclar feições selecionadas de arquivos vetoriais](https://docs.geopard.tech/geopard-tutorials/pt-br/dicas-rapidas-de-gis/qgis-mesclar-feicoes-selecionadas-de-arquivos-vetoriais.md)
- [QGIS: calcular NDVI para o arquivo GeoTIFF do drone](https://docs.geopard.tech/geopard-tutorials/pt-br/dicas-rapidas-de-gis/qgis-calcular-ndvi-para-o-arquivo-geotiff-do-drone.md)
- [QGIS: dividir shapefiles com múltiplos talhões](https://docs.geopard.tech/geopard-tutorials/pt-br/dicas-rapidas-de-gis/qgis-dividir-shapefiles-com-multiplos-talhoes.md): Dividir um shapefile com múltiplos talhões em shapefiles separados de limite de talhão no QGIS para importação no GeoPard.
- [QGIS: converter CSV para SHP](https://docs.geopard.tech/geopard-tutorials/pt-br/dicas-rapidas-de-gis/qgis-converter-csv-para-shp.md): Converter dados de pontos CSV em um shapefile no QGIS para importação no GeoPard e uso em GIS.
- [QGIS: reprojetar shapefile](https://docs.geopard.tech/geopard-tutorials/pt-br/dicas-rapidas-de-gis/qgis-reprojetar-shapefile.md): Reprojetar um shapefile no QGIS para corresponder aos sistemas de coordenadas do GeoPard e do 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/pt-br/dicas-rapidas-de-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.
