You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 14 Next »

  • Python 3 support: Experimental
    Failing tests which are known (high_level → XX out of 25)
    Make sure users have:
      f = open(path, 'rb') or
      f = open(path, 'wb')
  • Mention ECC-763: tests are now quick and DO NOT DOWNLOAD any data.
    For users who want to do acceptance testing for operations purposes, please use "-DENABLE_EXTRA_TESTS=ON"
  • Update the API examples and tools → new binary open on Python and -s flag grib_get_data etc
  • Update the ecCodes Installation page to mention the new way for EXTRA tests
  • grib_get_data has new '-s' option
  • Under contributions mention: ECC-769 and MeteoFrance
  • Mention the polar stereo latitudes to Alessandro ( a.amici@bopen.eu )

Downloadable from our Releases page.

Changes for Version 2.10.0

Contributions

  • [ECC-769] - Imaginary part of first spectral coefficients is not zero when decoding a spectral field

New Features/Improvements

  • [ECC-96] - Improve reporting from "make test" when no internet access is available
  • [ECC-602] - Add parameters for Standardised Precipitation index (seasonal fc)
  • [ECC-775] - BUFR decode performance: check skipExtraKeyAttributes just once
  • [ECC-809] - grib_get_data: add -s option to set keys
  • [ECC-278] - grib_ls -n namespace fails if namespace contains an array-type key
  • [ECC-751] - Add new grib.efcl.[type].def for EFAS climatology
  • [ECC-759] - DWD local Tables: GRIB and BUFR
  • [ECC-761] - Add probability parameters to comply with new GDPFS Manual
  • [ECC-828] - 172144 and 172189 - short name is undefined
  • [ECC-763] - Break tests into two sets, one that includes its data files in the distribution and another "extended" that downloads them
  • [ECC-767] - grib_dump -j produces invalid JSON when a file has multiple messages
  • [ECC-771] - Update BUFR tables with the latest WMO version 31.0.0
  • [ECC-772] - Polar stereographic: keys 'latitudes' and 'longitudes' not defined
  • [ECC-776] - Python examples: Use 'open' with binary mode
  • [ECC-777] - Compiling with gcc and -std=c99 fails
  • [ECC-808] - Offer a way for grib_get_data and iterators not to unrotate rotated grids


Bug Fixes

  • [ECC-356] - bufr_dump: ident is not shown
  • [ECC-758] - GRIB1: grib_dump -j crashes
  • [ECC-764] - Description of parameters aermr07diff, aermr08diff and aermr09diff seems to be wrong, with interchanged "Hypdrophilic" and "Hydrophobic"
  • [ECC-768] - Reduced Gaussian grid: grib_get_reduced_row() not working for particular field
  • [ECC-774] - Change packingType: error message issued despite success


  • No labels