Skip to content

Releases: nilsmagnus/grib

Calculate average value from a geo-filter

06 Sep 16:50
Compare
Choose a tag to compare
v1.2.8

Calculate average value for a geo-filter

Memory optimizations

20 Feb 20:32
Compare
Choose a tag to compare

Memory optimizations

Fix data3 missingvalue == 1

15 Jan 21:08
Compare
Choose a tag to compare
v1.2.1

rework data read on template 5.3 (#15)

Support for data2, fix data3

11 Jan 21:03
Compare
Choose a tag to compare

Yet again, @landru29 has contributed with a significant portion of features of bugfixes and features.

The v1.2 release includes:

  • support for data2
  • fix data3 parsing
  • general cleanup of the bitreader

Support for data0

08 Jan 05:09
Compare
Choose a tag to compare

Thanks to Cyrille Meichel, we now have support for data0.

This release includes:

  • support for data0
  • improved performance (2-3x) when reading messages thanks to use of pointers

Basic support

06 Apr 18:30
Compare
Choose a tag to compare

First release of the grib parser application and library supporting

  • Reduction of all file types based on discipline. Suitable for reducing file-size before download or on the fly with streaming.
  • Parsing of basic weather files with simple filtering on discipline, product and geo-area.

Does not support:

  • All product types
  • All grid-types
  • Geo areas on southern hemisphere.