I had a minor task of buffering just over 70 000 points in lat-long by half a meter. I thought I would try the new parameters on the Bufferer instead of using the GeographicBufferer and the performance was very disappointing.
Has anyone else experienced this?
I decided to run a few tests with the same data and the results were as follows.
Reader -> Bufferer rBuffer Distance: 5e-6, Buffer Distance Units: Ground Units (None)]
runtime: 38.9s
Reader -> Bufferer eBuffer Distance: 0.5, Buffer Distance Units: Meters]
runtime: 4h 16m
Reader -> GeographicBufferer uBuffer Distance: 0.5]
runtime: 2min 0.5s
Reader -> CommonLocalReprojectorR_AZMED_] -> Bufferer ;Buffer Distance: 0.5, Buffer Distance Units: Ground Units (None)] -> Reprojector eLL-WGS84]
runtime: 49.8s
Reader -> Reprojectort_AZMED_] -> Bufferer &Buffer Distance: 0.5, Buffer Distance Units: Ground Units (None)] -> Reprojector ;LL-WGS84]
runtime: Error, apparently bad things happen with the Reprojector when the features are in Bulk Mode - all the points became (nan, nan) instead of the expected (0,0)