Skip to content

Commit c2293ca

Browse files
committed
Removed outdated Classification Lookup VLR. (#82)
1 parent 61e250b commit c2293ca

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

source/04_optional_vlrs.txt

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -14,25 +14,6 @@ are provided in this section as a means to extend the LAS file format.
1414
Additional VLR definitions contributed by the LAS Working Group and the
1515
LAS community can be found on the official LAS wiki: https://github.com/ASPRSorg/LAS/
1616

17-
Classification Lookup
18-
................................................................................
19-
20-
+----------------------------+-----------------------------------+
21-
| User ID | LASF_Spec |
22-
+----------------------------+-----------------------------------+
23-
| Record ID | 0 |
24-
+----------------------------+-----------------------------------+
25-
| Record Length after Header | 256 records * 16 bytes per struct |
26-
+----------------------------+-----------------------------------+
27-
28-
::
29-
30-
struct CLASSIFICATION {
31-
uint8_t ClassNumber;
32-
char Description[15];
33-
}; //total of 16 bytes
34-
35-
3617
Text Area Description
3718
................................................................................
3819

0 commit comments

Comments
 (0)