8000 Tags · TUW-GEO/eotransform-xarray · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: TUW-GEO/eotransform-xarray

Tags

2.5.3

Toggle 2.5.3's commit message
Fix long content type

2.5.2

Toggle 2.5.2's commit message
Fix unrelated histories

2.5.1

Toggle 2.5.1's commit message
Fix long content text type for publishing

2.5.0

Toggle 2.5.0's commit message
Resampling updates now spatial coordinates

- ResampleWithGauss updates now spatial coordinates y and x based on the geo transformation and size of the target area

2.4.1

Toggle 2.4.1's commit message
Update README, add API documentation and citation info

2.4.0

Toggle 2.4.0's commit message
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

2.3.2

Toggle 2.3.2's commit message
Use None as default value in `ProcessConfig`

pyyaml can't handle dataclass fields properly with default factories.

2.3.1

Toggle 2.3.1's commit message
Default empty output raster factory fills raster with nans

To be backwards compatible

2.3.0

Toggle 2.3.0's commit message
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

2.2.0

Toggle 2.2.0's commit message
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
0