Experts,
I am
looking for a solution how to clip GDF data to a given polygon and write it
back to GDF.
The dataset
is quite big, 3 separate GDF-files with around 1.5 GB each. The polygon what
needs to be clipped includes data from all separate GDF-files. In my understanding,
it is necessary to build the level2 geometry when reading the GDF. The clipping
and even more the FME writer takes ages to complete. The workbench is now
running for more than 60 h (Workstation with FME 2015 x64, SSD, >32GB Ram). From 79.661.195 objects, only 888.756 are clipped
and written back to the GDF.
Any idea
how to speed this up, what it the bottleneck? The GDF writing process in
general?
Thanks!
This can make a big difference in performance, see also the releavant section of the help text.
David
For curiosity, is your clipping polygon very complex/detailed? If so, one strategy could be to only clip those polygons that actually intersect the bounding box of the clipper, i.e. split the process in two stages ("if intersects then Clipper else none")
For curiosity, is your clipping polygon very complex/detailed? If so, one strategy could be to only clip those polygons that actually intersect the bounding box of the clipper, i.e. split the process in two stages ("if intersects then Clipper else none")
Hi David,
the polygon is not very complex. I'm now running a test-run with a BBOX clipper only and "Clippers First".
My guess is somehow that the GDF read, and even more write process (building the level0-2 geometry) are somehow the bottleneck. GDF is just...