Skip to content

Commit

Permalink
update front page to point to PDAL
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed Feb 22, 2018
1 parent 0c26577 commit db6bcbc
Showing 1 changed file with 20 additions and 11 deletions.
31 changes: 20 additions & 11 deletions doc/index.txt
Expand Up @@ -8,23 +8,32 @@ libLAS - LAS 1.0/1.1/1.2 ASPRS LiDAR data translation toolset
libLAS is a C/C++ library for reading and writing the very common `LAS`
`LiDAR`_ format. The `ASPRS LAS format`_ is a sequential binary format used to
store data from LiDAR sensors and by LiDAR processing software for data
interchange and archival. See :ref:`features` for more details on what
libLAS can provide a LiDAR software developer. See :ref:`start` for how to
interchange and archival. See :ref:`features` for more details on what
libLAS can provide a LiDAR software developer. See :ref:`start` for how to
get started using the library.


libLAS' initial development was supported in 2007-2008 by the `IGSB`_ of the
Iowa DNR for use in its state-wide `LIDAR`_ project. Ongoing support for
libLAS is provided by a number of organizations including the
Iowa DNR for use in its state-wide `LIDAR`_ project. Ongoing support for
libLAS is provided by a number of organizations including the
`U.S. Army Cold Regions Research and Engineering Laboratory`_.

As of 2014, libLAS has been almost entirely superceded by `Martin Isenburg`_'s `LASlib`_ library. The only functionality that libLAS provides over LASlib is the
ability to work with `GDAL`_-derived coordinate system information and
reproject into infrequently-used coordinate systems. Additionally, libLAS'
Python capabilities are much better expressed by the pure-Python laspy
http://laspy.org library, and if manipulating LAS data in Python is your
As of 2018, libLAS has been replaced by the `PDAL`_ project and it is in
hibernation or maintenance mode. libLAS does not provide support for LAS or LAZ
1.4, which PDAL does. PDAL also provides support for many more formats, the
notion of `PDAL pipelines`_, Python support, and has packages for OSGeo4W,
Docker/Ubuntu/Alpine, and OSX Homebrew. Additionally, libLAS' Python
capabilities are much better expressed by the pure-Python laspy
http://laspy.org library, and if manipulating LAS data in Python is your
ultimate desire, use that instead of libLAS.

In short, if you are starting fresh, start with PDAL.

.. _`PDAL`: https://pdal.io

.. _`PDAL pipelines`: https://www.pdal.io/pipeline.html





Expand All @@ -44,7 +53,7 @@ ultimate desire, use that instead of libLAS.
License
------------------------------------------------------------------------------

libLAS is available under the terms of the `BSD License`_.
libLAS is available under the terms of the `BSD License`_.
See :ref:`License` for a copy.


Expand Down Expand Up @@ -86,4 +95,4 @@ See :ref:`License` for a copy.
.. _`FOSS4G 2008`: http://liblas.org/raw-attachment/wiki/WikiStart/liblas_foss4g_2008.pdf
.. _`ASPRS Workshop Demo`: http://liblas.org/raw-attachment/wiki/WikiStart/ASPRS-Workshop-NOAA-Demo.pdf
.. _`vertical coordinate systems`: http://liblas.org/wiki/VerticalCS
.. _`Python howto`: http://liblas.org/wiki/PythonHowTo
.. _`Python howto`: http://liblas.org/wiki/PythonHowTo

0 comments on commit db6bcbc

Please sign in to comment.