ASC to ASC: Difference between revisions

Content deleted Content added
Line 184:
Two input GIS layers can be used, these are the branch lines and cut lines. The branch line is split into the 1d_nwk layer, a new 1D channel is created for each section. The GIS attributes of these are defined in the sections below.
===Branch Lines===
Attributes for the branch line are:
{| align="center" class="wikitable"
 
! Attribute (type)
! width=80% | Description
|-
|Name (character 10)|| Sets the branch name, unique chainage identifier is added to all output channels.
|-
|n_or_nF (float)|| Sets the output "n_or_nF" attribute for all output channels in the 1d_nwk layer.
|-
|UCS (float)|| Sets the "UCS" attribute for all output channels in the 1d_nwk layer.
|}
===Cut Lines===
===EGC commands===
Line 189 ⟶ 201:
 
! Command
! width=9080% | Description
|-
|Read GIS Branch == <1d_br GIS file>|| Reads the branch lines, these are described above.
|-
|Read GIS XS == <1d_cut GIS file>|| Reads the cross-section cut lines, these are described above.
|-
|Read GIS FLC == <GIS file>|| Optional GIS layer of polygons that can be used to specify form loss coefficients to the 1d_nwk layer. A single GIS (float) attribute is required. A FLC value of greater than 0 will be split between all 1d_nwk channels within the region. A FLC value of less than 0, will apply the absolute value to all channels within the polygon. For example if an FLC value of -0.1 is specified, all channels that fall within the polygon will have a form_loss attribute of 0.1. If a channel falls within multiple polygons, the form loss values will be added.
|Set XS dx|| Sets the default distance across section to extract elevations and materials data. This can be specified on the cut lines as detailed above.
Reads the polygons off losses from GIS layer. cross-section cut lines, these are described above.
|-
|Set XS dx == <distance>|| Sets the default distance across section to extract elevations and materials data. This can be specified on the cut lines as detailed above.
|Set XS Z|| Sets the elevation for all points in all cross-sections.
|-
|Set XS MatZ == <elevation>|| Sets the material IDelevation for all points in all cross-sections.
|-
|Set XS ZMat == <Material ID>|| Sets the elevationmaterial ID for all points in all cross-sections.
|Read Grid Z|| Read elevations from DEM and assign this to all cross-section extraction points that fall within active DEM pixels.
|-
|Read Grid MatZ == <grid layer of elevations>|| Read material IDselevations from raster gridDEM and assign this to all cross-section extraction points that fall within active DEM pixels. This should be an integer grid.
|-
 
|Read Grid ZMat == <grid layer of Material IDs>|| Read elevationsmaterial IDs from DEMraster grid and assign this to all cross-section extraction points that fall within active DEM pixels. This should be an integer grid.
|-
|Write XS == ON | {OFF}|| Turns on or off the writing of the 1d_xs layer. The default is off.
|-
|Write NWK == ON | {OFF}|| Turns on or off the writing of the 1d_nwk layer. The default is off.
|-
|Output XS == <output gis layer> || Sets the output GIS layer for the 1D cross-sections.
|-
|Output NWK == <output gis layer> || Sets the output GIS layer for the 1D channel cross-sections.
|-
|Output NWK == <output gis layer> || Sets the output GIS layer for the 1D channel cross-sections.
|-
|FLC per Unit Length == <form loss per unit length> || The form loss per unit length is written to the "exit_loss" attribute of all 1d_nwk channels.
|}
Example:<br>