Skip to content

Version 0.37.0 (2022/08/05)

Compare
Choose a tag to compare
@mraspaud mraspaud released this 05 Aug 18:20
· 3675 commits to main since this release
aa7f0dd

Issues Closed

  • Issue 2163 - ValueError: time data '2022-07-11T00:30:01Z' does not match format '%Y-%m-%dT%H:%M:%S.%fZ' (PR 2165 by @simonrp84)
  • Issue 2161 - Plotting Scene with Cartopy gives correct borders but red background
  • Issue 2155 - AVHRR CLASS Filename prefix prevents reading with Scene. (PR 2157 by @djhoese)
  • Issue 2145 - Could not calculate destination definition resolution
  • Issue 2143 - Save geotiff with keep_palette still add an alpha band
  • Issue 2139 - Hostname neo.sci.gsfc.nasa.gov not reachable anymore
  • Issue 2135 - Images are slightly different between scn.crop() and original one
  • Issue 2134 - scene.coarsest_area and scene.resample not working on MSG1/MSG2 in satpy 0.29
  • Issue 2130 - Can't install satpy with pip
  • Issue 2127 - Raised RuntimeError when trying to make HIMAWARI-8 true color image (PR 2128 by @mherbertson)
  • Issue 2112 - Trying to run scn.load(['true_color']) on GOES-16 ABI_L1b causes ValueError
  • Issue 2093 - Multiscene blend does not work well.
  • Issue 2089 - MultiScene.group doesn't work for differing identifier properties (PR 2099 by @sfinkens)
  • Issue 1996 - FCI dataset attributes are missing orbital parameters (PR 2110 by @ameraner)
  • Issue 1949 - keep delta_time instead of renaming to offset_time
  • Issue 1865 - navigation available for all L1b readers
  • Issue 1845 - Add parallax correction (PR 1904 by @gerritholl)
  • Issue 1699 - Remove compression argument from CF writer save_datasets
  • Issue 1638 - satpy_cf_nc reader not working with files written from seviri_l1b readers
  • Issue 1348 - 'AHIHSDFileHandler' object has no attribute 'area'
  • Issue 1308 - Error with yaml files during tutorial need example file I think
  • Issue 1015 - Add compute method to Scene (PR 1017 by @BENR0)

In this release 22 issues were closed.

Pull Requests Merged

Bugs fixed

  • PR 2165 - Update AGRI reader to deal with invalid valid_range HDF attribute (2163)
  • PR 2151 - Change default type of AWIPS tiled writer to int16 + _Unsigned
  • PR 2150 - Fix typos in reader table
  • PR 2142 - Fix MODIS readers applying add_offset incorrectly
  • PR 2141 - Fix expected test results for pyorbital 1.7.2
  • PR 2137 - Fix GPM IMERG reader.
  • PR 2128 - Fix AHI source file segment order after decompressing. (2127)
  • PR 2123 - Fix negative channel 3A slope calibration coefficient in AVHRR reader
  • PR 2122 - Fix yaml files for some seviri/abi/ahi BlackMarble background composites
  • PR 2115 - Update 'viirs_edr_active_fires' to work with newer Active Fires output
  • PR 2114 - Fix ACSPO 'sensor' attribute not being lowercase
  • PR 2107 - Fix 'ahi_hsd' reader crashing when 'observation_timeline' was invalid
  • PR 2103 - Update SEVIRI ICARE reader to properly use dask.
  • PR 2100 - Fix handling of non-existent reflectance bands in 'viirs_l1b' reader
  • PR 2099 - Fix MultiScene.group in case of differing identifier properties (2089)
  • PR 2098 - Fix Scene.coarsest/finest_area not returning consistent results
  • PR 1877 - Update SEVIRI native reader with 'time_parameters' metadata

Features added

  • PR 2160 - Add reader for ESA's Ocean Color CCI data
  • PR 2157 - Add filename pattern for CLASS subscription files (2155)
  • PR 2156 - Added filename pattern for CLASS subscription files.
  • PR 2147 - added the CRR-Ph files to the nwcsaf geo yaml file
  • PR 2146 - Update Metimage reader for L2 test data
  • PR 2140 - Add Natural Color / IR composites
  • PR 2133 - Rewrite 'apply_enhancement' as individual decorators to allow for easier dask map_blocks usage
  • PR 2110 - Add orbital_parameters to fci_l1c_nc reader (1996)
  • PR 2105 - Enable solar zenith angle caching for the DayNightCompositor
  • PR 2102 - Add more products to fci_l2_nc reader
  • PR 2097 - [pre-commit.ci] pre-commit autoupdate
  • PR 2096 - Convert remote files to FSFile objects automatically
  • PR 1919 - Implement adaptive FCI chunks padding and create a new GEOVariableSegmentYAMLReader class
  • PR 1904 - Add parallax correction via new ParallaxCorrectionModifier (1845,
  • PR 1769 - Add new composite (true_color_with_night_fires) to GOES/ABI: True color (day) with fires (night)
  • PR 1547 - Add support for fsspec files to seviri_l1b_nc reader
  • PR 1017 - Add pass through of xr compute, persist and chunk to Scene (1015)

Documentation changes

  • PR 2153 - Document alternative for deprecated get_min/max_area
  • PR 2138 - Add plugin functionality for readers, writers, and enhancements
  • PR 2108 - Functions to automatically generate reader table for documentation
  • PR 2104 - Improvements in custom reader documentation
  • PR 2091 - Fix link to rad2refl document in SEVIRI base reader
  • PR 1886 - Update quickstart documentation so that HRV channel is not loaded

In this release 40 pull requests were closed.