File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed
Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -43,6 +43,8 @@ The additions of LAS 1.5 include (topic links included when applicable):
4343 `I-129 <https://github.com/ASPRSorg/LAS/issues/129>`_)
4444 * Clarify requirement that the Extra Bytes VLR must be unique.
4545 (`I-150 <https://github.com/ASPRSorg/LAS/issues/150>`_)
46+ * Deprecated Classification Lookup VLR.
47+ (`I-82 <https://github.com/ASPRSorg/LAS/issues/82>`_)
4648
4749
4850Conformance
Original file line number Diff line number Diff line change 77Optional VLR Definitions
88--------------------------------------------------------------------------------
99
10- Classification Lookup
10+ Definitions for official :ref:`vlrdef_label` and :ref:`evlrdef_label`
11+ are provided in this section as a means to extend the LAS file format.
12+ Additional VLR and EVLR definitions contributed by the LAS Working Group and the
13+ LAS community can be found on the :ref:`Official LAS Wiki <laswiki_link>`.
14+
15+ Classification Lookup (Deprecated)
1116................................................................................
1217
1318+----------------------------+-----------------------------------+
@@ -25,6 +30,11 @@ Classification Lookup
2530 char Description[15];
2631 }; //total of 16 bytes
2732
33+ The legacy Classification Lookup VLR (Record ID 0) has been a feature of the LAS specification
34+ since LAS 1.0. This VLR is deprecated in LAS 1.5 due to the limitation of
35+ 15 characters being insufficient for a detailed description. An updated
36+ version of the VLR may be found on the :ref:`Official LAS Wiki <laswiki_link>`.
37+
2838
2939Text Area Description
3040................................................................................
@@ -237,6 +247,10 @@ updating a record such as projection information where a new EVLR is appended
237247to the end of the LAS file. The existing VLR which has been superseded must be
238248marked with the SUPERSEDED Record ID.
239249
250+ .. raw:: latex
251+
252+ \newpage
253+
240254.. _fwf_descriptor_label:
241255
242256Waveform Packet Descriptor
You can’t perform that action at this time.
0 commit comments