[Liblas-commits] hg: link to new laszip website
liblas-commits at liblas.org
liblas-commits at liblas.org
Tue Feb 1 12:53:32 EST 2011
details: http://hg.liblas.orghg/rev/4de4f05bf89b
changeset: 2838:4de4f05bf89b
user: Howard Butler <hobu.inc at gmail.com>
date: Tue Feb 01 11:53:28 2011 -0600
description:
link to new laszip website
diffstat:
doc/download.txt | 4 ++--
doc/zip/index.txt | 54 ------------------------------------------------------
2 files changed, 2 insertions(+), 56 deletions(-)
diffs (79 lines):
diff -r 3f0cf2bdd9ea -r 4de4f05bf89b doc/download.txt
--- a/doc/download.txt Tue Feb 01 08:44:41 2011 -0800
+++ b/doc/download.txt Tue Feb 01 11:53:28 2011 -0600
@@ -22,7 +22,7 @@
.. note::
- You may also want :ref:`laszip` for compression support.
+ You may also want `LASzip`_ for compression support.
.. seealso::
:ref:`source`
@@ -173,4 +173,4 @@
.. _`DebianGIS`: http://wiki.debian.org/DebianGis
-
+.. _`LASzip`: http://laszip.org
diff -r 3f0cf2bdd9ea -r 4de4f05bf89b doc/zip/index.txt
--- a/doc/zip/index.txt Tue Feb 01 08:44:41 2011 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,56 +0,0 @@
-.. _laszip:
-
-******************************************************************************
-LASzip
-******************************************************************************
-
-
-Current Release(s)
-------------------------------------------------------------------------------
-
-* **2011-01-17**
-
- - `laszip-1.0.0-src.tar.gz <http://download.osgeo.org/laszip/laszip-1.0.0.tar.gz>`_
- `(md5) <http://download.osgeo.org/laszip/laszip-1.0.0.tar.gz.md5>`__
-
- - `laszip-1.0.0-src.zip <http://download.osgeo.org/laszip/laszip-1.0.0.zip>`_
- `(md5) <http://download.osgeo.org/liblas/laszip-1.0.0.zip.md5>`__
-
- - See `OSGeo4W <http://trac.osgeo.org/osgeo4w>`__ for Windows release.
-
-
-Development Source
-..............................................................................
-
-* Current Trunk: http://hg.liblas.org/zip
-
-
-Background
-------------------------------------------------------------------------------
-
-LASzip is a compression library that was developed by `Martin Isenburg`_ for
-compressing `ASPRS LAS format`_ data in his :ref:`LAStools <lastools_liblas>`.
-It has been provided as an `LGPL`_-licensed stand-alone software library to allow
-other softwares that handle LAS data to read and write LASzip-compressed data.
-libLAS can optionally take advantage of LASzip as of libLAS 1.6.0b4 to read
-and write compressed data. Currently, both LAStools and libLAS can
-interchange data using LASzip compression
-
-The compression can be many times smaller and many times
-faster than `bz2`_, `gzip`_, and `rar` due to the fact that it can take advantage
-of known and regular data patterns that exist in LAS data. LASzip uses
-two widely known and open compression techniques that have been adapted to
-LAS data to accomplish its task. The first is a
-
-
-
-
-
-
-
-.. _`Martin Isenburg`: http://www.cs.unc.edu/~isenburg/lastools/
-.. _`ASPRS LAS format`: http://www.asprs.org/society/committees/standards/lidar_exchange_format.html
-.. _`LGPL`: http://en.wikipedia.org/wiki/GNU_Lesser_General_Public_License
-.. _`bz2`: http://en.wikipedia.org/wiki/Bzip2
-.. _`gz`: http://en.wikipedia.org/wiki/Gzip
-.. _`rar`: http://en.wikipedia.org/wiki/Rar
\ No newline at end of file
More information about the Liblas-commits
mailing list