LAStools / LAStools.github.io

new LAStools download site
Other
8 stars 3 forks source link

LAStools

Award-winning software for efficient LiDAR processing (with LASzip)

Overview

Tools for processing LiDAR data files. The data files are in ASPRS LAS format (version 1.0-1.4) or lossless compressed, (but otherwise, identical twin), LAZ format. The table below provides information about the tools and converters provided.

LAStools consist of different parts:

All code is written in ultra-lightweight, very efficient, and super-fast C++.

LAStools are a collection of highly efficient, multi-core batched, scriptable tools to process LAS, compressed LAZ, Terrasolid BIN, ESRI Shapefiles (SHP), ASCII, and others.

Open source tools:

Free tools:

Closed source tools:

BLAST extension

Installation

Binary downloads for Windows and Linux are available at https://rapidlasso.de/downloads The LAStools download contains all binaries of the open source and licensed tools. It also contains the LASzip/LASlib libraries and all BLAST binaries. All licensed tools can be tested for free up to the point limit (~3-5 million points).

Windows

All binaries are included in the download file. There is a full installer download and a binary-only download. For the binary download:

  1. create directory "c:\lastools"
  2. unzip LAStools.zip to this directory
  3. run the LAStools executables

Linux

Detailed information at https://rapidlasso.de/lastools-linux/

  1. create an installation target and extract the package

    cd ~ mkdir lastools cd lastools wget https://downloads.rapidlasso.de/LAStools.tar.gz tar xvzf LAStools.tar.gz rm LAStools.tar.gz

  2. expand your library path to include your installation directory

    export LD_LIBRARY_PATH=.:$LD_LIBRARY_PATH

  3. install dependencies

    sudo apt-get install libjpeg62 libpng-dev libtiff-dev libjpeg-dev libz-dev libproj-dev liblzma-dev libjbig-dev libzstd-dev libgeotiff-dev libwebp-dev liblzma-dev libsqlite3-dev

  4. run the LAStools executables

    ./laszip64

Examples

Numerous examples can be found in the included readme files in the bin directory. Some sample DOS batch scripts can be found in the .\example_batch_scripts directory.

Open source tools

All open source tools can be compiled from source code. See LAStools at github. The QGIS toolbox can be installed within QGIS, see (https://rapidlasso.de/lastools-as-qgis-plugin/). The binary download contains the plugin for ArcGIS in .\ArcGIS_toolbox.

Links

Binary download at https://rapidlasso.de/downloads/

License

Please read the LICENSE.txt file for legal use and licensing information. Your feedback is highly appreciated. Feel free to let us know what you use LAStools for and what features and improvements you might need.

(c) 2007-2024 info@rapidlasso.de - https://rapidlasso.de