Skip to content

Commit

Permalink
Merge pull request #1082 from xcube-dev/konstntokas-xxx-gridmapping_lazy
Browse files Browse the repository at this point in the history
Allow lazy execution of the reprojection method
  • Loading branch information
konstntokas authored Nov 5, 2024
2 parents 9199914 + 6d0e606 commit 1d2b453
Show file tree
Hide file tree
Showing 13 changed files with 7,398 additions and 1,284 deletions.
15 changes: 15 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
## Changes in 1.7.2 (in development)

### Enhancements

* A `xy_res` keyword argument was added to the `transform()` method of
`xcube.core.gridmapping.GridMapping`, enabling users to set the grid-mapping
resolution directly, which speeds up the method by avoiding time-consuming
spatial resolution estimation. (#1082)
* The behaviour of the function `xcube.core.resample.resample_in_space()` has
been changed if no `tile_size` is specified for the target grid mapping. It now
defaults to the `tile_size` of the source grid mapping, improving the
user-friendliness of resampling and reprojection.

### Fixes

* The function `xcube.core.resample.resample_in_space()` now always operates
lazily and therefore supports chunk-wise, parallel processing. (#1079)

## Changes in 1.7.1

Expand Down
Loading

0 comments on commit 1d2b453

Please sign in to comment.