This tab manages advanced GDAL settings. You generally will not need to change these. See
GDAL Documentation for details - https://gdal.org/en/stable/programs/index.html.
gdal_warp settings
Used to create initial DEM elevation image used for other steps
- CRS: -t_srs Set coordinate reference system
- gdalwarp: general gdalwarp settings
- Performance: Performance settings
- Resampling: Type of resampling to use
gdaldem settings
Used for both hillshade and color
- Edges: -compute_edges
- Output Type: -of Short Format name such as GTiff
- Nearest Color: Blank or -nearest_color_entry.
gdal_calc settings
Used to merge hillshade and color for final image
- gdal_calc: General gdal_calc settings
- Compress: Compression type. NOTE: it is easy to misconfigure this!