Enrich DEM with road
Enrich DEM with roads
Overview
➡️ Insert altimetric points coming from roads into the input DEM. This script works with two input layers:
Digital Elevation Model (DEM) to be enriched
Roads
And four parameters:
Roads right-of-way (roadWidth): Name of column where the road right-of-way is stored (Mandatory)
Road platform height (hRoad): Roads platform height (Optional). Default value = 0.0m
Input SRID (inputSRID): SRID of the input tables (Optional)
Output suffix (outputSuffix): Suffix applied at the end of the resulting table name (Optional). If not specified, “ENRICHED” is applied
Arguments
Mandatory inputs
inputDEM— Input DEM tableName of the input DEM table to be enriched
Type:
StringinputRoad— Input roads tableName of the input roads table
Type:
StringroadWidth— Road widthName of column where the road width is stored
Type:
String
Optional inputs
hRoad— Roads platform heightRoads platform height (in meters) (Optional)
Type:
DoubleDefault:
0inputSRID— Input SRID🌍 SRID of the input tables. 🛠 If not specified, the SRID from DEM layer is applied. If DEM has no SRID, 0 is applied
Type:
IntegeroutputSuffix— Output suffixSuffix applied at the end of the resulting table name
Type:
StringDefault:
ENRICHED
Output
result— Result output stringThis type of result does not allow the blocks to be linked together.
Type:
String