Hello,
As the question group suggest I am new to FME. ATM am doing some test with a .LAZ dataset (825 tiles about 60km X 60km)
1-What I want to do is read in the folder were the LAZ files are and read in a shape file (the 60x60km box).
2-clipper, to only use the LAZ tiles that are within my polygon.
3-RasterDemGenerator to create the raster in this case a DSM because there is no filter).
4-write to .TIF
The main problem here is processing time. I am new but I feel I need to do something about the processing time so I looked up what I can do about it.
1 Tiling. If I understand correctly, I can create 7 workers from a main project. So, in my case dividing this project in 2x2 or 4x4 (3x3 would already take 2 runs so logically 4x4 would be my next choice).
2 parallel processing. I tested https://community.safe.com/s/article/parallel-processing this but even on extreme I only see 2 FME Object Worker EXE in my task manager.
I have a Esri data interoperability license (2x).
A)Â Â Â Â Â What I like to know If it is possible to tile my project as I described.
B)Â Â Â Â Â Is it correct that I only see two FME Object Worker EXE when I use parallel processing on extreme?
C)Â Â Â Â Â Is there another solution to speed up the processing time?