Tags: TUW-GEO/eotransform-xarray
Tags
Decoder numba tranform & performance improvements - Introduce `Decoder` to decode arrays parallelized using numba - Performance improvements of `ResampleWithGauss` by creating empty output raster arrays and filling nans inside the parallel resample fn - Bufix where check for numba engine wasn't properly performed
Resampling performance improvements and more config options - Improved performance of numba gaussian weight calculation - Make `ProcessingConfig` a yaml object for easy config files - Add option to specify resampling segments to `ProcessingConfig` - Add paramter to `ResampleWithGauss` ctor to specify custom out raster factory
Add various small utility transforms - `DropDims` maps to xarray's `drop_dims` - `DropSel` maps to xarray's `drop_sel` - `Reduce` maps to xarray's `reduce` - `Squeeze` maps to xarrays `squeeze` - `SendToStream` allows to send array data to an input stream and provides an according interface
PreviousNext