forked from sitn/pytree
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pytree.yaml
119 lines (111 loc) · 2.64 KB
/
pytree.yaml
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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
vars:
debug: true
server_url: http://localhost:5001
gmf_url: ""
cpotree_executable: bin/PotreeElevationProfile.exe
# Available point clouds
pointclouds:
sitn2010: pytree/resources/pointclouds/vol_total/cloud.js
# Classification colors
classification_colors:
0:
color: 100, 250, 100
name: manque de classe
visible: 1
1:
color: 100, 100, 100
name: pas de classe
visible: 1
2:
color: 200, 200, 200
name: sol
visible: 1
3:
color: 0, 125, 0
name: toto
visible: 1
4:
color: 0, 250, 125
name: titi
visible: 1
5:
color: 40, 150, 0
name: vegetation
visible: 1
6:
color: 140, 50, 0
name: batiment
visible: 1
8:
color: 250, 250, 0
name: batiment
visible: 1
7:
color: 120, 120, 120
name: waaw
visible: 1
10:
color: 0, 89, 98
name: 10
visible: 1
13:
color: 120, 120, 120
name: tutu
visible: 1
14:
color: 120, 120, 120
name: wewe
visible: 1
23:
color: 120, 120, 250
name: mal connu
visible: 1
31:
color: 0, 120, 120
name: bibi
visible: 1
# Default profile material
default_material: COLOR_PACKED
#NOT IMPLEMENTED: required ?
published_attributes: [INTENSITY,COLOR_PACKED,CLASSIFICATION]
#****************************
# GMF 1 support
#****************************
# LIDAR classes configuration
classes_names_standard:
0: never_classified
1: Unclassified
2: Ground
3: Low_Vegetation_2010
5: High_Vegetation_2010
6: Building_2010
7: Low_Point
8: Model_Key_point
9: Water_2010
10: ASPRS_Reserved
11: ASPRS_Reserved
12: Overlap
13: Cars
14: Cranes
15: Aerial_Lines
16: Noise
classes_names_normalized:
0: Vegetation_2001
1: Buildings_2001
2: Ground
3: Low_Vegetation_2010
5: High_Vegetation_2010
6: Building_2010
7: Low_Point
8: Model_Key-point
9: Water_2010
10: ASPRS_Reserved
11: ASPRS_Reserved
12: Overlap
13: Cars_2010
14: Aerial_Lines_2010
15: Crane_2010
minLOD: 0
maxLOD: 10
width: 2
default_point_cloud: vol_total