Skip to content

Releases: cmosig/sentle

2025.1.4

21 Jan 19:50
Compare
Choose a tag to compare

2025.1.3 paramater fix

18 Jan 11:24
Compare
Choose a tag to compare

2025.1.2

17 Jan 23:10
Compare
Choose a tag to compare

Added option for custom zarr chunk size. Important for long time series of small spatial extents.

2025.1.1: fix transform edge case for S1 repository

05 Jan 15:42
Compare
Choose a tag to compare

2024.10.7 minor fix

03 Jan 22:31
Compare
Choose a tag to compare

2024.10.6: edge case fix for subtile generation

03 Jan 18:33
Compare
Choose a tag to compare

2024.10.5

12 Nov 17:12
Compare
Choose a tag to compare
  • fix closing of queue upon done
  • fix inclusion of cloud model in setup

Full Changelog: 2024.10.4...2024.10.5

2024.10.4

11 Nov 20:19
Compare
Choose a tag to compare

2024.10.3

26 Oct 21:47
47e2eb7
Compare
Choose a tag to compare

Major Changes:

  • drop dask library entirely, please see readme for how to use process function now
  • progess bar in terminal and jupyter notebook
  • lazy compute dropped. process now computes immediately and saves to a zarr
  • user provided parameter overwrite for easier usability
  • only one process talks to the GPU now, instead of each worker. This means GPU memory usage is now constant and does not scale with the number of workers.

Fixes:

  • memory leak for GPU processing

Full Changelog: 2024.10.2...2024.10.3

2024.10.2: fix sentinel-1 reprojection

20 Oct 10:44
Compare
Choose a tag to compare

In cases where the read window overlapped with sentinel on tiles, the returned data array was cropped. Now fixed, by using fill_values.