24.2. Provedor de algoritmo geoespacial GDAL¶
GDAL (Geospatial Data Abstraction Library) is a translator library for raster and vector geospatial data formats. Algorithms in the Processing Framework are derived from the GDAL raster programs and GDAL vector programs.
- 24.2.1. Análise raster
- 24.2.1.1. Aspecto
- 24.2.1.2. Cor do relevo
- 24.2.1.3. Preencher semdados
- 24.2.1.4. Grid (Data metrics)
- 24.2.1.5. Grid (IDW with nearest neighbor searching)
- 24.2.1.6. Grid (Inverse distance to a power)
- 24.2.1.7. Grid (Linear)
- 24.2.1.8. Grid (média móvel)
- 24.2.1.9. Grid (Nearest neighbor)
- 24.2.1.10. Sombreamento
- 24.2.1.11. Near black
- 24.2.1.12. Proximity (raster distance)
- 24.2.1.13. Roughness
- 24.2.1.14. Sieve
- 24.2.1.15. Pendiente
- 24.2.1.16. Terrain Ruggedness Index (TRI)
- 24.2.1.17. Topographic Position Index (TPI)
- 24.2.2. Conversão de raster
- 24.2.3. Extrair raster
- 24.2.4. Miscelânea de Raster
- 24.2.5. Raster projections
- 24.2.6. Vector conversion
- 24.2.7. Vector geoprocessing
- 24.2.8. Vector miscellaneous