Skip to content

Commit 5a1b4ae

Browse files
committed
Added section 1.4 on the Official LAS Wiki. (#71)
Converted external wiki links to internal references.
1 parent 24f13c3 commit 5a1b4ae

File tree

4 files changed

+15
-6
lines changed

4 files changed

+15
-6
lines changed

source/01_intro.txt

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,8 @@ Summary of LAS 1.4 revisions (GitHub Issue numbers included when applicable):
116116
(`I-55 <https://github.com/ASPRSorg/LAS/issues/55>`_)
117117
* Clarified how and when certain header fields should be zero-filled.
118118
(`I-101 <https://github.com/ASPRSorg/LAS/issues/101>`_)
119+
* Added Official LAS Wiki section.
120+
(`I-71 <https://github.com/ASPRSorg/LAS/issues/71>`_)
119121
* Clarified source of min/max XYZ and ExtraByte values.
120122
(`I-89 <https://github.com/ASPRSorg/LAS/issues/89>`_)
121123
* More closely aligned data types with C99 definitions.
@@ -151,7 +153,7 @@ The additions of LAS 1.4 include:
151153

152154
* Added definitions for "LAS Domain Profile" and "LAS Domain Profile
153155
Description".
154-
* Added links to official LAS wiki: https://github.com/ASPRSorg/LAS/wiki
156+
* Added references to :ref:`Official LAS Wiki <laswiki_link>`.
155157

156158

157159
Conformance
@@ -190,3 +192,12 @@ followed at https://www.ogc.org/publications/.
190192

191193
.. _`OGC`: https://www.ogc.org
192194

195+
196+
.. _laswiki_link:
197+
198+
Official LAS Wiki
199+
................................................................................
200+
201+
The official LAS wiki hosts supplementa guidance pages, links to external
202+
resources, public registries, and more LAS-related resources.
203+
The wiki can be found at https://github.com/ASPRSorg/LAS/wiki.

source/02.04_header.sub

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ file can be uniquely identified, globally.
191191
.. note::
192192

193193
Example implementations of representing the Project ID fields as a GUID can
194-
be found on the official LAS wiki: https://github.com/ASPRSorg/LAS/wiki
194+
be found on the :ref:`Official LAS Wiki <laswiki_link>`.
195195

196196
**Version Number**
197197

source/02.06_point.sub

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -620,7 +620,7 @@ and the vertical units are meters.
620620
.. note::
621621

622622
Users seeking further clarity regarding LAS waveform encoding are encouraged
623-
to learn more on the official LAS wiki: https://github.com/ASPRSorg/LAS/wiki
623+
to learn more on the :ref:`Official LAS Wiki <laswiki_link>`.
624624

625625

626626
.. raw:: latex

source/04_optional_vlrs.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,4 @@ absolute digitizer voltage using the formula:
300300
.. note::
301301

302302
Users seeking further clarity regarding LAS waveform encoding are encouraged
303-
to learn more on the official LAS wiki: https://github.com/ASPRSorg/LAS/wiki
304-
305-
303+
to learn more on the :ref:`Official LAS Wiki <laswiki_link>`.

0 commit comments

Comments
 (0)