Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions source/01_intro.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ The additions of LAS 1.5 include (topic links included when applicable):
`I-129 <https://github.com/ASPRSorg/LAS/issues/129>`_)
* Clarify requirement that the Extra Bytes VLR must be unique.
(`I-150 <https://github.com/ASPRSorg/LAS/issues/150>`_)
* Deprecated Classification Lookup VLR.
(`I-82 <https://github.com/ASPRSorg/LAS/issues/82>`_)


Conformance
Expand Down
16 changes: 15 additions & 1 deletion source/04_optional_vlrs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,12 @@
Optional VLR Definitions
--------------------------------------------------------------------------------

Classification Lookup
Definitions for official :ref:`vlrdef_label` and :ref:`evlrdef_label`
are provided in this section as a means to extend the LAS file format.
Additional VLR and EVLR definitions contributed by the LAS Working Group and the
LAS community can be found on the :ref:`Official LAS Wiki <laswiki_link>`.

Classification Lookup (Deprecated)
................................................................................

+----------------------------+-----------------------------------+
Expand All @@ -25,6 +30,11 @@ Classification Lookup
char Description[15];
}; //total of 16 bytes

The legacy Classification Lookup VLR (Record ID 0) has been a feature of the LAS specification
since LAS 1.0. This VLR is deprecated in LAS 1.5 due to the limitation of
15 characters being insufficient for a detailed description. An updated
version of the VLR may be found on the :ref:`Official LAS Wiki <laswiki_link>`.


Text Area Description
................................................................................
Expand Down Expand Up @@ -237,6 +247,10 @@ updating a record such as projection information where a new EVLR is appended
to the end of the LAS file. The existing VLR which has been superseded must be
marked with the SUPERSEDED Record ID.

.. raw:: latex

\newpage

.. _fwf_descriptor_label:

Waveform Packet Descriptor
Expand Down