- Introduce `Decoder` to decode arrays parallelized using numba
- Performance improvements of `ResampleWithGauss` by creating emptyoutput raster arrays and filling nans inside the parallel resample function
- Because of significant performance gains by just creating empty output rasters, removed the empty out raster factory as there is currently no need for it
- Bugfix where check for numba engine wasn't properly performed