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
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.