Skip to content

Version 0.39.0

Compare
Choose a tag to compare
@djhoese djhoese released this 30 Dec 20:08
· 3082 commits to main since this release
11708d0

Issues Closed

  • Isse2326 - satpy installation failed with pip
  • Isse2325 - VIIRS SDR DNB units and file_units are conflicting
  • Isse2323 - use area def raise value different when process himawari datasets
  • Isse2311 - scatsat1_l2b and caliop_l2_cloud readers fail to initialise due to failed Dataset import
  • Isse2289 - Resampling from MSG Satellite projection to Dutch weather radar projection, area_extent missing
  • Isse2273 - Add support for HRFI imagery in the FCI L1c reader (PR2287 by @ameraner)
  • Isse2270 - Missing SEVIRI service mode for new IODC sub-satellite longitude of MET09
  • Isse2269 - Occasional errors when closing FCI L2 NetCDF file
  • Isse2264 - Can't load static image composite multiple times (PR2292 by @djhoese)
  • Isse2248 - Test_scene failure on debian sid
  • Isse2245 - native resampler fails for some chunk sizes (PR2291 by @djhoese)
  • Isse2213 - Update li_l2-reader to read MTG LI L2 test data (PR2271 by @seenno)
  • Isse2186 - FCI L1c reader is single threaded (PR2237 by @ameraner)
  • Isse1595 - Native resampler to coarsest_area fails for HRV channel due to indivisible chunk sizes
  • Isse1482 - Add option to turn off masking in seviri_l1b_hrit (PR1693 by @BENR0)
  • Isse1381 - fails to load all composites for abi_l1b
  • Isse658 - MTG LI reader is not Python 3 compatible
  • Isse650 - MTG LI reader fails
  • Isse499 - Graceful handling of saturated values in MODIS data
  • Isse370 - Make hdfeos_l1b geo interpolation use dask arrays

In this release 20 issues were closed.

Pull Requests Merged

Bugs fixed

  • PR2335 - Fix Scene modifying user-provided reader_kwargs
  • PR 2318 - Remove pylibtiff dependencies
  • PR 2317 - Fix for bug regarding masking of good scan lines with seviri hrit reader introduced by #1693
  • PR 2297 - Replace np.bool by np.bool_
  • PR 2292 - Fix Scene not handling DataArrays with 'sensor' set to None (2264)
  • PR 2291 - Fix native resampler not working for some chunk sizes (2245)
  • PR 2276 - Update AGRI for fill values and cailbration LUTs.

Features added

  • PR 2315 - Port mitiff writer to use pillow
  • PR 2287 - Feature: add support for HRFI imagery in the FCI L1c reader (2273)
  • PR 2280 - Add NDVI-scaled hybrid green correction
  • PR 2271 - Add LI L2 reader (2213)
  • PR 2265 - Add a reader for insat 3d imager data (insat3d_img_l1b_h5)
  • PR 2237 - Optimise the FCI L1c/netcdf_utils by introducing on-demand variables collection and caching (2186)
  • PR 1693 - Add masking of data with line quality flags to seviri nc reader (1482)
  • PR 1678 - Add a reader for Meris L2 data

Documentation changes

  • PR 2306 - fix description for 500m resolution
  • PR 2295 - Fix documentation reference links to EUMeTrain webpages
  • PR 2274 - Documentation correction: Not all built-in compositors derive from GenericCompositor

In this release 18 pull requests were closed.