[Liblas-commits] hg: detail on the output format of lasblock
liblas-commits at liblas.org
liblas-commits at liblas.org
Wed Jul 21 11:33:43 EDT 2010
changeset 415cdedc357d in /Volumes/Data/www/liblas.org/hg
details: http://hg.liblas.orghg?cmd=changeset;node=415cdedc357d
summary: detail on the output format of lasblock
diffstat:
doc/utilities/lasblock.txt | 16 +++++++++++++++-
1 files changed, 15 insertions(+), 1 deletions(-)
diffs (25 lines):
diff -r b1f7f251a8b2 -r 415cdedc357d doc/utilities/lasblock.txt
--- a/doc/utilities/lasblock.txt Wed Jul 21 09:27:02 2010 -0500
+++ b/doc/utilities/lasblock.txt Wed Jul 21 10:33:37 2010 -0500
@@ -44,6 +44,20 @@
.. figure:: ../images/lasblock_big.png
:alt: lasblock output
-
+
+
+Format
+------------------------------------------------------------------------------
+
+lasblock's format is quite simple. It contains an id, a point count, a 2d block, and
+a list of all the point ids that exist within that block in a simple text file.
+These files are called ``.kdx`` files for :ref:`las2oci` to be able to
+consume, but there's nothing preventing you from giving them your own name.
+
+::
+
+ 0 9686 630250 4834500 630305.47 4834543.1 41357 ...
+ 1 9686 630250.01 4834543.1 630305.47 4834617.4 210093 ...
+
.. _`Oracle Point Cloud`: http://download.oracle.com/docs/cd/B28359_01/appdev.111/b28400/sdo_pc_pkg_ref.htm
More information about the Liblas-commits
mailing list