.. DO NOT UPDATE THIS FILE!! .. This document has been automatically generated with noisemodelling-scripts/src/main/java/org/noise_planet/noisemodelling/webserver/script/GenerateFunctionsDocs.java 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 table* Name of the input DEM table to be enriched Type: ``String`` ``inputRoad`` — *Input roads table* Name of the input roads table Type: ``String`` ``roadWidth`` — *Road width* Name of column where the road width is stored Type: ``String`` Optional inputs ~~~~~~~~~~~~~~~ ``hRoad`` — *Roads platform height* Roads platform height (in meters) (Optional) Type: ``Double`` Default: ``0`` ``inputSRID`` — *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: ``Integer`` ``outputSuffix`` — *Output suffix* Suffix applied at the end of the resulting table name Type: ``String`` Default: ``ENRICHED`` Output ------ ``result`` — *Result output string* This type of result does not allow the blocks to be linked together. Type: ``String``