My workspace is Geotiff reader to raster mosaicker to reprojector to clipper which clips it to a grid then geotiff writer.
How can I speed this workspace up ?
My workspace is Geotiff reader to raster mosaicker to reprojector to clipper which clips it to a grid then geotiff writer.
How can I speed this workspace up ?
Hi @ryan92k can help you https://docs.safe.com/fme/html/FME_Desktop_Documentation/FME_Transformers/Transformers/workspacerunner.htm
Where would i place it in the workspace?
I don't think a WorkspaceRunner is going to help as you do need to mosaick all the tiles first.
One thing to doublecheck first is whether you're running the workspace with feature caching on. If that's the case you're getting a big performance hit. It's great for workspace development, not for production and especially not with these volumes of data.
Couple of other things to check/consider
If I would have to do something like this I would seriously consider spinning up an Enterprise FME Cloud instance. It has 192 GB RAM and costs $10/hour, worth a try.
I'd consider re arranging your workspace. Do the clip first, then the mosaic, then the reprojector. Basically try to make the datasets as small as possible in the first instance, then do the processing on them. Your current process is making one massive file and then processing it