> 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/esp/consejos-rapidos-de-sig.md).

# Consejos rápidos de SIG

- [QGIS: Cambiar valores de texto a números en el shapefile](https://docs.geopard.tech/geopard-tutorials/esp/consejos-rapidos-de-sig/qgis-cambiar-valores-de-texto-a-numeros-en-el-shapefile.md): Convierte atributos de texto a valores numéricos en QGIS para análisis e importación.
- [QGIS: Manipulaciones de datos de rendimiento](https://docs.geopard.tech/geopard-tutorials/esp/consejos-rapidos-de-sig/qgis-manipulaciones-de-datos-de-rendimiento.md): Prepara y limpia los datos de rendimiento en QGIS antes de importarlos o analizarlos en GeoPard.
- [QGIS: Dividir límites en subparcelas](https://docs.geopard.tech/geopard-tutorials/esp/consejos-rapidos-de-sig/qgis-dividir-limites-en-subparcelas.md)
- [QGIS: Combinar capas vectoriales](https://docs.geopard.tech/geopard-tutorials/esp/consejos-rapidos-de-sig/qgis-combinar-capas-vectoriales.md)
- [QGIS: Combinar elementos seleccionados de archivos vectoriales](https://docs.geopard.tech/geopard-tutorials/esp/consejos-rapidos-de-sig/qgis-combinar-elementos-seleccionados-de-archivos-vectoriales.md)
- [QGIS: Calcular NDVI para el archivo GeoTIFF del dron](https://docs.geopard.tech/geopard-tutorials/esp/consejos-rapidos-de-sig/qgis-calcular-ndvi-para-el-archivo-geotiff-del-dron.md)
- [QGIS: Dividir shapefiles multiparcela](https://docs.geopard.tech/geopard-tutorials/esp/consejos-rapidos-de-sig/qgis-dividir-shapefiles-multiparcela.md): Divide un shapefile multiparcela en shapefiles separados de límites de parcela en QGIS para importarlo a GeoPard.
- [QGIS: Convertir CSV a SHP](https://docs.geopard.tech/geopard-tutorials/esp/consejos-rapidos-de-sig/qgis-convertir-csv-a-shp.md): Convierte datos puntuales de CSV en un shapefile en QGIS para importarlo a GeoPard y usarlo en SIG.
- [QGIS: Reproyectar shapefile](https://docs.geopard.tech/geopard-tutorials/esp/consejos-rapidos-de-sig/qgis-reproyectar-shapefile.md): Reproyecta un shapefile en QGIS para que coincida con los sistemas de coordenadas de GeoPard y SIG.


---

# 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/esp/consejos-rapidos-de-sig.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.
