2

I would like to extract spatial data out of a great amount of LAS data.

Unfortunately, there is no index or sth that could help me find which file is for what area.

Also, it is not possible to check all the data as the LAS files are big and can not load all of them.

I would like to know if is there a possibility to extract data out of a lot of LAS data?

Andre Silva
  • 10,259
  • 12
  • 54
  • 106
lili
  • 21
  • 2
  • do you have access to FME? PointCloudPropertyExtractor can do what you require https://knowledge.safe.com/articles/Samples_and_Demos/PointCloudPropertyExtractor – Mapperz Jul 31 '15 at 14:10
  • unfortunately not. – lili Aug 03 '15 at 06:27
  • You can try this approach, but if it requires all las files being loaded into the memory, then you could try a looping approach for clipping. But instead of using the looping within the polyfile parameter , one would use the looping within the las file parameter. Taking the example of that answer, something like: (continues)... – Andre Silva Aug 03 '15 at 14:12

0 Answers0