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 utilities and GDAL/OGR vector utilities .
- Raster analysis
- Aspect
 - Color relief
 - Fill nodata
 - Grid (Data metrics)
 - Grid (IDW with nearest neighbor searching)
 - Grid (Inverse distance to a power)
 - Grid (Linear)
 - Grid (Moving average)
 - Grid (Nearest neighbor)
 - Hillshade
 - Near black
 - Proximity (raster distance)
 - Roughness
 - Sieve
 - Slope
 - Terrain Ruggedness Index (TRI)
 - Topographic Position Index (TPI)
 
 - Raster conversion
 - Raster extraction
 - Raster miscellaneous
 - Raster projections
 - Vector conversion
 - Vector geoprocessing
 - Vector miscellaneous