Question

What is the simplest way to create polygons from the extents of a LAZ file?

  • 1 March 2018
  • 1 reply
  • 3 views

Badge

I have 1000 LAZ files and need to create a grid of the extents including the file name attribute. What would be the easiest method do carry this out?


1 reply

Userlevel 3
Badge +17

Hi @robertdbuckley

You could add a LAS reader as a Single Merged Feature Type. Add a BoundingBoxReplacer and an AttributeManager. The fme_basename attribute will be the name of your file. Rename your attribute if you wish.

Hope this helps,

Debbi

Reply