~ubuntu-branches/ubuntu/utopic/liblas/utopic

« back to all changes in this revision

Viewing changes to doc/index.txt

  • Committer: Package Import Robot
  • Author(s): Francesco Paolo Lovergine
  • Date: 2013-11-26 16:03:56 UTC
  • mto: (1.2.1) (2.1.1 experimental)
  • mto: This revision was merged to the branch mainline in revision 10.
  • Revision ID: package-import@ubuntu.com-20131126160356-r94gc8jmp4lm0yix
Tags: upstream-1.7.0
ImportĀ upstreamĀ versionĀ 1.7.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.. _home:
 
2
 
 
3
******************************************************************************
 
4
libLAS - LAS 1.0/1.1/1.2 ASPRS LiDAR data translation toolset
 
5
******************************************************************************
 
6
 
 
7
 
 
8
libLAS is a C/C++ library for reading and writing the very common `LAS`
 
9
`LiDAR`_ format. The `ASPRS LAS format`_ is a sequential binary format used to
 
10
store data from LiDAR sensors and by LiDAR processing software for data
 
11
interchange and archival.  See :ref:`features` for more details on what 
 
12
libLAS can provide a LiDAR software developer.  See :ref:`start` for how to 
 
13
get started using the library.
 
14
 
 
15
 
 
16
libLAS' initial development was supported in 2007-2008 by the `IGSB`_ of the
 
17
Iowa DNR for use in its state-wide `LIDAR`_ project.  Ongoing support for 
 
18
libLAS is provided by a number of organizations including the 
 
19
`U.S. Army Cold Regions Research and Engineering Laboratory`_.
 
20
 
 
21
libLAS builds upon by `Martin Isenburg and Jonathan Shewchuk`_ of LLNL/UC
 
22
Berkeley in their `LAStools`_ project to do a number of things. First, the
 
23
libLAS focuses almost completely on providing an easy-to-program-with library
 
24
for software developers wishing to implement the LAS specification in their
 
25
own software. libLAS is a building block for developers looking to implement
 
26
their own LiDAR data processing when working with ASPRS LAS data.
 
27
 
 
28
For more information, :ref:`this document <lastools_liblas>` provides a
 
29
comparison and description of the relationship of libLAS to LAStools.
 
30
 
 
31
.. seealso::
 
32
    http://trac.liblas.org contains the previous incarnation of the libLAS 
 
33
    website.  If you can't find something here, it should still be there.
 
34
 
 
35
 
 
36
.. _`U.S. Army Cold Regions Research and Engineering Laboratory` : http://www.crrel.usace.army.mil/
 
37
 
 
38
 
 
39
 
 
40
 
 
41
 
 
42
 
 
43
 
 
44
.. _`free-as-in-beer`: http://en.wikipedia.org/wiki/Gratis_versus_Libre#.22Free_beer.22_vs_.22free_speech.22_distinction
 
45
 
 
46
 
 
47
 
 
48
 
 
49
License
 
50
------------------------------------------------------------------------------
 
51
 
 
52
libLAS is available under the terms of the `BSD License`_. 
 
53
See :ref:`License` for a copy.
 
54
 
 
55
 
 
56
 
 
57
 
 
58
 
 
59
 
 
60
 
 
61
 
 
62
 
 
63
 
 
64
 
 
65
.. _`LIDAR`: http://en.wikipedia.org/wiki/LIDAR
 
66
.. _`IGSB`: http://www.igsb.uiowa.edu/
 
67
.. _`Martin Isenburg`: http://www.cs.unc.edu/~isenburg/
 
68
.. _`LAStools`: http://www.cs.unc.edu/~isenburg/lastools/
 
69
.. _`Martin Isenburg and Jonathan Shewchuk`: http://www.cs.unc.edu/~isenburg/lastools/
 
70
.. _`LAS Format`: http://www.lasformat.org/
 
71
.. _`ASPRS Standards Committee`: http://www.asprs.org/society/committees/standards/lidar_exchange_format.html
 
72
.. _`ASPRS LAS format`: http://www.asprs.org/society/committees/standards/lidar_exchange_format.html
 
73
 
 
74
.. _`BSD license`: http://www.opensource.org/licenses/bsd-license.php
 
75
.. _`LAS Format Elements`: http://liblas.org/wiki/LASElements
 
76
.. _`Tutorials`: http://liblas.org/wiki/Tutorial
 
77
.. _`Software`: http://liblas.org/wiki/Software
 
78
.. _`Resources`: http://liblas.org/wiki/Resources
 
79
.. _`License`: http://liblas.org/wiki/License
 
80
.. _`Library Design`: http://liblas.org/wiki/LibraryDesign
 
81
.. _`FOSS4G 2008`: http://liblas.org/raw-attachment/wiki/WikiStart/liblas_foss4g_2008.pdf
 
82
.. _`LAS C API`: http://liblas.org/doxygen/liblas_8h.html
 
83
.. _`LAS Doxygen Docs`: http://liblas.org/doxygen/
 
84
.. _`How To Release libLAS`: http://liblas.org/wiki/HowToRelease
 
85
.. _`libgeotiff`: http://www.remotesensing.org/geotiff/geotiff.html
 
86
.. _`7/28/2008`: http://lists.maptools.org/pipermail/geotiff/2008-July/000501.html
 
87
.. _`proj.4`: http://proj.maptools.org/
 
88
.. _`GDAL`: http://www.gdal.org
 
89
.. _`OSGeo4W`: http://wiki.osgeo.org/wiki/OSGeo_Win32_Installer
 
90
.. _`dotnetLibLAS API`: http://liblas.org/wiki/dotnetapi
 
91
.. _`FOSS4G 2008`: http://liblas.org/raw-attachment/wiki/WikiStart/liblas_foss4g_2008.pdf
 
92
.. _`ASPRS Workshop Demo`: http://liblas.org/raw-attachment/wiki/WikiStart/ASPRS-Workshop-NOAA-Demo.pdf
 
93
.. _`vertical coordinate systems`: http://liblas.org/wiki/VerticalCS
 
94
.. _`Python howto`: http://liblas.org/wiki/PythonHowTo
 
 
b'\\ No newline at end of file'