NEW: LAStools Formula Solver

46 views
Skip to first unread message

Silke Kämmerer

unread,
Aug 14, 2026, 9:11:24 AM (10 days ago) Aug 14
to LAStools - efficient tools for LiDAR processing

Hi all,

As of version 260716, formula support has been implemented in LAStools. It is now possible to filter input files using wildcards and formulas, or to filter / transform individual points during processing. Formulas enable significantly more complex operations than were previously possible with standard filter or transformation arguments.

Formulas can be specified directly via the command line for all tools. Formulas for file filtering are defined using the „-fileformula“ argument:

        las2las64 -i *.laz -odir out -olaz -fileformula "keep=hdrPcnt>1000000"

copies all files containing more than 1 million points to the output directory.

Formulas for point processing can be applied directly via transformation or filter functions:

        lasgrid64 -i in.laz -o out.png -formula "keep=z>280.0;i=i*u"

creates a raster file for all input pixels with a Z-value greater than 280, multiplying the intensity value by the value from the user byte. 

Further information, additional examples, and the formula module reference can be found in the corresponding README file.

Thank you for using LAStools!

Cheers, Silke

_______________________________

Silke Kämmerer | CEO
rapidlasso GmbH
Friedrichshafener Straße 1
82205 Gilching - Germany
www.rapidlasso.de / in...@rapidlasso.de 



Shafaat Tahir

unread,
Aug 17, 2026, 5:54:32 AM (7 days ago) Aug 17
to last...@googlegroups.com

Great addition to LAStools! Formula support looks very useful, especially for more flexible point filtering and transformations without having to build separate preprocessing steps. The -fileformula capability for filtering files based on metadata is particularly handy for large LiDAR datasets. Thanks for sharing the examples and documentation!


--
Download LAStools at
https://rapidlasso.de
Manage your settings at
https://groups.google.com/g/lastools/membership
---
You received this message because you are subscribed to the Google Groups "LAStools - efficient tools for LiDAR processing" group.
To unsubscribe from this group and stop receiving emails from it, send an email to lastools+u...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/lastools/3f6d19a2-bbae-4a4e-8e0c-ee61cf144af3n%40googlegroups.com.
Reply all
Reply to author
Forward
0 new messages