forked from LAStools/LAStools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlastool_README.txt
61 lines (44 loc) · 1.72 KB
/
lastool_README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
****************************************************************
this file is deprecated - see *.md version of this file
****************************************************************
lastool
One tool to rule them all - a simple GUI for LAStools.
This tool is obsolete now:
Right now we have a GUI within most tool items.
Soon we will provide a new GUI wrapper for all tools.
Please license from [email protected] to use lastool
commercially.
For updates check the website or join the LAStools mailing list.
http://lastools.org/
http://groups.google.com/group/lastools/
Jochen @lastools
Acknowledgment:
The GUI of lastool is realized with Paul Rademacher's GLUI - a
GLUT-based C++ user interface library which provides controls
such as buttons, checkboxes, radio buttons, and spinners to
OpenGL applications. see: http://www.cs.unc.edu/~rademach/glui/
****************************************************************
example usage:
>> lastool
>> lastool -i terrain.las
>> lastool -i flight1.las flight2.las flight3.las
>> lastool -i *.las
>> lastool -i *.laz
>> lastool -i C:\data\lake_superior\*.las
loads some preview information of the listed files into the
bounding box view of the lastool GUI.
for more info:
C:\lastools\bin> lastool -h
Please note that LAStools is not "free" (see http://lastools.org/LICENSE.txt)
contact '[email protected]' to clarify licensing terms if needed.
LAStools (by [email protected]) version 140615
usage:
lastool
lastool -i *.las
lastool -i c:\data\lake_superior\*.laz
lastool -i flight1*.laz flight2*.laz
lastool -i lidar1.las lidar2.las lidar3.las lidar4.las
lastool -i *.txt -iparse xyziat
lastool -h
---------------
if you find bugs let us ([email protected]) know