28.2. GDAL algorithm provider
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.
- 28.2.1. Raster analysis
- 28.2.1.1. Aspect
- 28.2.1.2. Color relief
- 28.2.1.3. Fill NoData
- 28.2.1.4. Grid (Data metrics)
- 28.2.1.5. Grid (IDW with nearest neighbor searching)
- 28.2.1.6. Grid (Inverse distance to a power)
- 28.2.1.7. Grid (Linear)
- 28.2.1.8. Grid (Moving average)
- 28.2.1.9. Grid (Nearest neighbor)
- 28.2.1.10. Hillshade
- 28.2.1.11. Near black
- 28.2.1.12. Proximity (raster distance)
- 28.2.1.13. Roughness
- 28.2.1.14. Sieve
- 28.2.1.15. Slope
- 28.2.1.16. Terrain Ruggedness Index (TRI)
- 28.2.1.17. Topographic Position Index (TPI)
- 28.2.2. Raster conversion
- 28.2.3. Raster extraction
- 28.2.4. Raster miscellaneous
- 28.2.5. Raster projections
- 28.2.6. Vector conversion
- 28.2.7. Vector geoprocessing
- 28.2.8. Vector miscellaneous