File tree Expand file tree Collapse file tree 4 files changed +15
-6
lines changed Expand file tree Collapse file tree 4 files changed +15
-6
lines changed Original file line number Diff line number Diff line change @@ -116,6 +116,8 @@ Summary of LAS 1.4 revisions (GitHub Issue numbers included when applicable):
116
116
(`I-55 <https://github.com/ASPRSorg/LAS/issues/55>`_)
117
117
* Clarified how and when certain header fields should be zero-filled.
118
118
(`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>`_)
119
121
* Clarified source of min/max XYZ and ExtraByte values.
120
122
(`I-89 <https://github.com/ASPRSorg/LAS/issues/89>`_)
121
123
* More closely aligned data types with C99 definitions.
@@ -151,7 +153,7 @@ The additions of LAS 1.4 include:
151
153
152
154
* Added definitions for "LAS Domain Profile" and "LAS Domain Profile
153
155
Description".
154
- * Added links to official LAS wiki: https://github.com/ASPRSorg/LAS/wiki
156
+ * Added references to :ref:`Official LAS Wiki <laswiki_link>`.
155
157
156
158
157
159
Conformance
@@ -190,3 +192,12 @@ followed at https://www.ogc.org/publications/.
190
192
191
193
.. _`OGC`: https://www.ogc.org
192
194
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.
Original file line number Diff line number Diff line change @@ -191,7 +191,7 @@ file can be uniquely identified, globally.
191
191
.. note::
192
192
193
193
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>`.
195
195
196
196
**Version Number**
197
197
Original file line number Diff line number Diff line change @@ -620,7 +620,7 @@ and the vertical units are meters.
620
620
.. note::
621
621
622
622
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>`.
624
624
625
625
626
626
.. raw:: latex
Original file line number Diff line number Diff line change @@ -300,6 +300,4 @@ absolute digitizer voltage using the formula:
300
300
.. note::
301
301
302
302
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>`.
You can’t perform that action at this time.
0 commit comments