Skip to content

2024.8.0

Compare
Choose a tag to compare
@odhondt odhondt released this 04 Aug 10:59
· 469 commits to main since this release

This version contains bugfixes. rioxarray was not producing valid output COGs because it required extra options at raster creation.

Rendering of geocoded products on a map should be much faster.

Change list:

  • Fix invalid COGs: use COG driver after merging
  • Fix the geocoding of real-valued data by also using COG in sar2geo
  • Using better COG creation options
    • ZSTD compression instead of DEFLATE
    • overview and projections with nearest neighbor resampling
    • using num_threads="all_cpus" to make compression faster