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

inputDEMInput DEM table

Name of the input DEM table to be enriched

Type: String

inputRoadInput roads table

Name of the input roads table

Type: String

roadWidthRoad width

Name of column where the road width is stored

Type: String

Optional inputs

hRoadRoads platform height

Roads platform height (in meters) (Optional)

Type: Double

Default: 0

inputSRIDInput 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: Integer

outputSuffixOutput suffix

Suffix applied at the end of the resulting table name

Type: String

Default: ENRICHED

Output

resultResult output string

This type of result does not allow the blocks to be linked together.

Type: String