Skip to content

Commit

Permalink
2014 doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed Jul 22, 2014
1 parent 3b8ccc9 commit 069c382
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 15 deletions.
4 changes: 2 additions & 2 deletions doc/_templates/layout.html
Expand Up @@ -15,9 +15,9 @@
<td style="padding: 10px 10px 0px 0px; text-align: right; vertical-align: top;">
<a href="{{ pathto('index') }}" title="Home">Home</a> |
<a href="{{ pathto('docs') }}" title="Docs">Docs</a> |
<a href="https://github.com/libLAS/libLAS/issues/" title="Bugs">Bugs</a> |
<a href="https://github.com/libLAS/libLAS/issues/" title="Bugs">github</a> |
<a href="{{ pathto('faq') }}" title="FAQ">FAQ</a> |
<a href="{{ pathto('download') }}" title="Download">Download </a>
<a href="{{ pathto('download') }}" title="Download">Download</a>
</td>
</tr>
<tr>
Expand Down
2 changes: 1 addition & 1 deletion doc/conf.py
Expand Up @@ -44,7 +44,7 @@

# General information about the project.
project = u'libLAS'
copyright = u'2010, Howard Butler, Mateusz Loskot and others'
copyright = u'2014, Howard Butler, Mateusz Loskot and others'

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
Expand Down
19 changes: 7 additions & 12 deletions doc/index.txt
Expand Up @@ -18,24 +18,19 @@ 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`_.

libLAS builds upon by `Martin Isenburg and Jonathan Shewchuk`_ of LLNL/UC
Berkeley in their `LAStools`_ project to do a number of things. First, the
libLAS focuses almost completely on providing an easy-to-program-with library
for software developers wishing to implement the LAS specification in their
own software. libLAS is a building block for developers looking to implement
their own LiDAR data processing when working with ASPRS LAS data.
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
ultimate desire, use that instead of libLAS.

For more information, :ref:`this document <lastools_liblas>` provides a
comparison and description of the relationship of libLAS to LAStools.

.. seealso::
http://trac.liblas.org contains the previous incarnation of the libLAS
website. If you can't find something here, it should still be there.


.. _`U.S. Army Cold Regions Research and Engineering Laboratory` : http://www.crrel.usace.army.mil/


.. _`LASlib`: http://www.cs.unc.edu/~isenburg/lastools/download/laslib.zip



Expand Down

0 comments on commit 069c382

Please sign in to comment.