Skip to content

Commit

Permalink
#14 culvert parameters are added to inifile
Browse files Browse the repository at this point in the history
  • Loading branch information
rhutten committed Dec 17, 2020
1 parent 89fd24e commit 3cf04c9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion data/osm/osm_settings.ini
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@ crosssections = id, drain_type, covered, material, width, depth,
culverts = id, oneway, drain_type, material, smoothness, width, depth, diameter, profile_op, profile_cl, geometry

[parameter]
ProjectedCRS = EPSG:32737
ProjectedCRS = EPSG:32737
inletLossCoefCulvert = 0.6
outletLossCoefCulvert = 1.0
frictiontype = manning

[output]
OutputDirectory = ../data/osm/fm
Expand Down

0 comments on commit 3cf04c9

Please sign in to comment.