laslib

所属分类:其他
开发工具:Visual C++
文件大小:15868KB
下载次数:124
上传日期:2012-08-29 11:07:03
上 传 者Dow
说明:  最新版本LasTool工具(2012),能够实现LAS与DEM,txt,tif,tin的相互转换。
(The lastest TasTool(2012), providing the format transformation among LAS,DEM,txt,tif,tin.)

文件列表:
lastools\ArcGIS_toolbox (0, 2012-05-25)
lastools\ArcGIS_toolbox\LAStools.tbx (525824, 2012-05-25)
lastools\ArcGIS_toolbox\scripts (0, 2012-05-22)
lastools\ArcGIS_toolbox\scripts\blast2dem.py (6416, 2012-05-25)
lastools\ArcGIS_toolbox\scripts\las2dem.py (7079, 2012-05-25)
lastools\ArcGIS_toolbox\scripts\las2iso.py (5434, 2012-05-25)
lastools\ArcGIS_toolbox\scripts\las2las_filter.py (4568, 2012-05-17)
lastools\ArcGIS_toolbox\scripts\las2las_project.py (6762, 2012-05-17)
lastools\ArcGIS_toolbox\scripts\las2las_transform.py (4355, 2012-05-17)
lastools\ArcGIS_toolbox\scripts\las2shp.py (3271, 2012-03-28)
lastools\ArcGIS_toolbox\scripts\las2tin.py (4557, 2012-05-25)
lastools\ArcGIS_toolbox\scripts\las2txt.py (3717, 2012-03-30)
lastools\ArcGIS_toolbox\scripts\lasboundary.py (4548, 2012-05-25)
lastools\ArcGIS_toolbox\scripts\lasclassify.py (4729, 2012-05-17)
lastools\ArcGIS_toolbox\scripts\lasclip.py (4033, 2012-05-17)
lastools\ArcGIS_toolbox\scripts\lascontrol.py (3647, 2012-05-25)
lastools\ArcGIS_toolbox\scripts\lasdiff.py (2750, 2012-03-30)
lastools\ArcGIS_toolbox\scripts\lasduplicate.py (4016, 2012-05-17)
lastools\ArcGIS_toolbox\scripts\lasgrid.py (4926, 2012-05-25)
lastools\ArcGIS_toolbox\scripts\lasground.py (6337, 2012-05-25)
lastools\ArcGIS_toolbox\scripts\lasheight.py (5809, 2012-05-21)
lastools\ArcGIS_toolbox\scripts\lasheight_classify.py (7125, 2012-05-25)
lastools\ArcGIS_toolbox\scripts\lasinfo.py (3609, 2012-03-30)
lastools\ArcGIS_toolbox\scripts\lasmerge.py (3383, 2012-05-25)
lastools\ArcGIS_toolbox\scripts\lasprecision.py (4139, 2012-05-17)
lastools\ArcGIS_toolbox\scripts\lassort.py (3939, 2012-05-17)
lastools\ArcGIS_toolbox\scripts\lassplit.py (3750, 2012-05-22)
lastools\ArcGIS_toolbox\scripts\lasthin.py (3994, 2012-05-17)
lastools\ArcGIS_toolbox\scripts\lastile.py (4035, 2012-05-17)
lastools\ArcGIS_toolbox\scripts\lasview.py (4304, 2012-05-17)
lastools\ArcGIS_toolbox\scripts\laszip.py (3932, 2012-05-22)
lastools\ArcGIS_toolbox\scripts\shp2las.py (3797, 2012-05-17)
lastools\ArcGIS_toolbox\scripts\txt2las.py (3992, 2012-05-17)
lastools\bin (0, 2012-06-28)
lastools\bin\7z.exe (119296, 2006-05-13)
lastools\bin\blast (0, 2012-06-27)
lastools\bin\blast\LICENSE.txt (381, 2012-05-12)
lastools\bin\blast\smsonar.exe (212992, 2012-06-02)
lastools\bin\blast\spdelaunay2d.exe (196608, 2011-10-13)
... ...

LAStools - award-winning software for efficient LiDAR processing (with LASzip) You find the individual LAStools in the .\lastools\bin directory. Start them by double-clicking or run them in the DOS command line. The ArcGIS toolbox can be found in the .\lastools\ArcGIS_toolbox directory. latest updates: http://lastools.org user group: http://groups.google.com/group/lastools twitter feed: http://twitter.com/lastools facebook page: http://facebook.com/lastools linkedin group: http://linkedin.com/groups?gid=4408378 * lastool.exe is a combined GUI for multiple LAStools (each tool has its own GUI) * lasground.exe extracts the bare-earth by classifying all ground points * lasoverlap.exe checks overlap & vertical/horizontal alignment of flight lines * lascontrol.exe quality checks elevations for a list of control points * lasclassify.exe find buildings and the trees above the ground * lasgrid.exe rasters very large LAS files into elevation or intensity grids * lasboundary.exe extracts a boundary polygon that encloses the points * lasheight.exe computes for each point its height above the ground * lasclip.exe clips points against building footprints / swath boundaries * lastile.exe tiles huge amounts of LAS points into square tiles * laszip.exe compresses the LAS files in a completely lossless manner * lasinfo.exe prints out a quick overview of the contents of a LAS file * lasindex.exe creates a spatial index LAX file for fast spatial queries * txt2las.exe converts LIDAR data from ASCII text to binary LAS format * las2txt.exe turns LAS into human-readable and easy-to-parse ASCII * lasmerge.exe merges several LAS files into one * lassplit.exe splits points of one (or many) LAS files into flight lines * lassort.exe sorts points by gps_time, point_source, or into spatial proximity * las2las.exe extracts last returns, clips, subsamples, translates, etc ... * l***uplicate.exe removes duplicate points (with identical x and y, z optional) * lasthin.exe thins lowest / highest / random LAS points via a grid * las2tin.exe triangulates the points of a LAS file into a TIN * las2dem.exe rasters (via temporary TIN) to hillshade/elevation/intensity/rgb * las2iso.exe extracts, optionally simplified, elevation contours * lasview.exe visualizes a LAS file with a simple OpenGL viewer * lasprecision.exe analyses the actual precision of the LIDAR points * las2shp.exe turns binary LAS into ESRI's Shapefile format * shp2las.exe turns an ESRI's Shapefile into binary LAS * blast2dem.exe rasters like las2dem but with streaming TINs for billions of points. For Windows all binaries are included. They can also be compiled from the source code and you can find the MSVC6.0 project files there as well. For Linux the makefiles and many sources are included. Simply go into the root directory and run 'make': unzip lastools.zip cd lastools/ make The compiled binary executables are or will be in the ./lastools/bin directory. --- Please read the "LICENSE.txt" file for information on the legal use and licensing of LAStools. I would also really like it if you would send me an email and tell me what you use LAStools for and what features and improvements you could need. (c) 2007-2012 martin.isenburg@gmail.com - @lastools - http://rapidlasso.com

近期下载者

相关文件


收藏者