-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsample_project.json
More file actions
40 lines (40 loc) · 886 Bytes
/
sample_project.json
File metadata and controls
40 lines (40 loc) · 886 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"project": {
"title": "Sample Project",
"designer": "Hydraulics Team",
"units": "EN"
},
"crossings": [
{
"name": "Sample Crossing",
"flow": {
"method": "min-design-max",
"minimum": 5.0,
"design": 10.0,
"maximum": 15.0,
"user_values": [5.0, 10.0, 15.0]
},
"tailwater": {
"constant_elevation": 100.5,
"invert_elevation": 99.0
},
"roadway": {
"width": 36.0,
"surface": "paved",
"stations": [-15.0, 0.0, 15.0],
"elevations": [102.0, 101.5, 102.0]
},
"culverts": [
{
"name": "Barrel 1",
"shape": "circle",
"material": "concrete",
"span": 4.0,
"rise": 4.0,
"inlet_invert_elevation": 98.5,
"outlet_invert_elevation": 98.0
}
]
}
]
}