We're currently processing a 1.6gb jpeg2000 file. We're applying a clipper to break it down to a 4x4 grid and then resampling using bilinear interpolation within the RasterResampler transformer.
Its setup to clip first the resample.
All files are running locally. The issue is at current estimates, per grid cell will take 40 hours.
Strangely enough, we processed a 1.2gb jpeg2000 file a while ago with same setting presumadly, and took 19 hours for the entirety of the project. Not sure whats happened.
Wanted to ask if any has tips/tricks to improve speed or recommend different transformer combinations.
Cheers,