It took 2h to reproject the first one. now we are at # 32 and it's taking around 4h. Is there a way of doing a memory dump or starting fresh after each raster when doing batch reprojection?
Thank you.
Dominic
It took 2h to reproject the first one. now we are at # 32 and it's taking around 4h. Is there a way of doing a memory dump or starting fresh after each raster when doing batch reprojection?
Thank you.
Dominic
FME tends to save all the data into ffs files in the FME temp location.
You can break up the translation into individual batch processes handling 10 to 15 rasters per batch. Deploy them all via the batch deploy and edit 1 .bat file to contain them all. Run a SQL or DOS command to delete the ffs files from the FME temp location, before each batch.
I remebmer doing something like this when reading LIDAR, before FME introduced the point cloud reader.
Hope this helps,
Itay
@1Spatial The only limitation I have found with the WorkspaceRunner or FMEServerJobSubmitter is the length of attributes. Ie you can not add an attribute for instance _geom in FMEBinary (or other) with a lot of data (I guess thats a URL or DOS-thingy)
Another tip is to remove/disable any visualizers in the ws, this will prevent FME from writing any temp files.
Hope this helps,
Itay