Skip to content

v0.47.2

Compare
Choose a tag to compare
@zebengberg zebengberg released this 28 Sep 15:42
· 1150 commits to main since this release

Features

  • New experimental GOES interface for downloading and visualizing GOES-16 satellite imagery.
  • Add new GOES example notebook highlighting the interface.
  • Build python 3.12 wheels for Linux, macOS, and Windows on release. This is in addition to the existing python 3.9, 3.10, and 3.11 wheels.

Fixes

  • Use the experimental version number parameter E in pycontrails.ecmwf.hres.get_forecast_filename. Update the logic involved in setting the dissemination data stream indicator S.
  • Change the behavior of _altitude_interpolation method that is called within resample_and_fill. Step climbs are now placed in the middle of long flight segments. Descents continue to occur at the end of segments.

Internals

  • Provide consistent ModuleNotFoundError messages when optional dependencies are not installed.
  • Move the synthetic_flight module into the pycontrails.ext namespace.