Skip to content

Commit

Permalink
Merge branch 'main' into konstntokas-xxx-allow_remote_https_lazy_acce…
Browse files Browse the repository at this point in the history
…ss_netcdf
  • Loading branch information
konstntokas authored Nov 5, 2024
2 parents 358d6c9 + 1d2b453 commit 093be0c
Show file tree
Hide file tree
Showing 13 changed files with 7,397 additions and 1,284 deletions.
14 changes: 14 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,25 @@

### 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.
* The `"https"` data store (`store = new_data_store("https", ...)`) now allows
for lazily accessing NetCDF files.
Implementation note: For this to work, the `DatasetNetcdfFsDataAccessor`
class has been adjusted.

### Fixes

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


## Changes in 1.7.1

### Enhancements
Expand Down
Loading

0 comments on commit 093be0c

Please sign in to comment.