Skip to main content

I have about 3000 las/laz-files and I have to know how many points there are altogether in those files. In LAS/LAZ header there is the info, but how to read only the header info in FME? Or is there some other way to do this?

Please see this topic.


There's also this Python library, that could either be invoked from a PythonCaller or from a standalone script: https://laspy.readthedocs.io/en/latest/


Reply