Solved

Testing for LAS files with zero points


Badge +4

I was loading a set of LAS files to process through the RASTERDEMGENERATOR transformer and kept receiving an error which would stop my workbench "Either all points are linear or initial set of points did not consist of 3 non NAN elevations". After scouring the log file I noticed some of the las files being read contained no points. Once I manually identified those las files the processing went on with out a hitch. My question is how can I test incoming LAS files so they will filter out files with no points in them?

icon

Best answer by takashi 10 June 2016, 01:12

View original

2 replies

Userlevel 2
Badge +17

Hi @diwanicka, the PointCloudPropertyExtractor can be used to extract the number of points from a point cloud feature.

Badge +4

Hi @diwanicka, the PointCloudPropertyExtractor can be used to extract the number of points from a point cloud feature.

Fantastic that works, thanks @takashi.

Reply