-
Notifications
You must be signed in to change notification settings - Fork 2
/
config.yaml.in
78 lines (71 loc) · 1.7 KB
/
config.yaml.in
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
# The resolution section defines an intranet_code
# If this code is retrieved in the request params, then
# the first section (intranet_resolution) is applied for the
# extraction of the LAS points.
#
# max_line_distance: maximum line length given in meters
# buffer_size: buffer around the line used given in meters
resolution:
- intranet_code: ${intranet_code}
- name: intranet_resolution
max_line_distance: 10000
buffer_size: 1
- name: internet_resolution
max_line_distance: 10000
buffer_size: 1
# timeout give the maximal processing time before the application
# replies with a timeout error. This avoids server overloads.
# The value has to be given in seconds.
timeout: 10
# LIDAR classes configuration
classes_names_standard:
0.0: never_classified
1.0: Unclassified
2.0: Ground
3.0: Low_Vegetation_2010
5.0: High_Vegetation_2010
6.0: Building_2010
7.0: Low_Point
8.0: Model_Key_point
9.0: Water_2010
10.0: ASPRS_Reserved
11.0: ASPRS_Reserved
12.0: Overlap
13.0: Cars
14.0: Cranes
15.0: Aerial_Lines
16.0: Noise
classes_names_normalized:
0.0: Vegetation_2001
1.0: Buildings_2001
2.0: Ground
3.0: Low_Vegetation_2010
5.0: High_Vegetation_2010
6.0: Building_2010
7.0: Low_Point
8.0: Model_Key-point
9.0: Water_2010
10.0: ASPRS_Reserved
11.0: ASPRS_Reserved
12.0: Overlap
13.0: Cars_2010
14.0: Aerial_Lines_2010
15.0: Crane_2010
kml_colors:
0.0: black.png
1.0: black.png
2.0: gray.png
3.0: green.png
4.0: green.png
5.0: green.png
6.0: gray.png
7.0: red.png
8.0: red.png
9.0: blue.png
10.0: black.png
11.0: black.png
12.0: yellow.png
13.0: orange.png
14.0: yellow.png
15.0: yellow.png
16.0: yellow.png