25.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.
- 25.2.1. Raster analysis
- 25.2.1.1. Aspect
 - 25.2.1.2. Color relief
 - 25.2.1.3. Fill nodata
 - 25.2.1.4. Grid (Data metrics)
 - 25.2.1.5. Grid (IDW with nearest neighbor searching)
 - 25.2.1.6. Grid (Inverse distance to a power)
 - 25.2.1.7. Grid (Linear)
 - 25.2.1.8. Grid (Moving average)
 - 25.2.1.9. Grid (Nearest neighbor)
 - 25.2.1.10. Hillshade
 - 25.2.1.11. Near black
 - 25.2.1.12. Proximity (raster distance)
 - 25.2.1.13. Roughness
 - 25.2.1.14. Sieve
 - 25.2.1.15. Slope
 - 25.2.1.16. Terrain Ruggedness Index (TRI)
 - 25.2.1.17. Topographic Position Index (TPI)
 
 - 25.2.2. Raster conversion
 - 25.2.3. Raster extraction
 - 25.2.4. Raster miscellaneous
 - 25.2.5. Raster projections
 - 25.2.6. Vector conversion
 - 25.2.7. Vector geoprocessing
 - 25.2.8. Vector miscellaneous