Releases: nilsmagnus/grib
Releases · nilsmagnus/grib
Calculate average value from a geo-filter
v1.2.8 Calculate average value for a geo-filter
Memory optimizations
Memory optimizations
Fix data3 missingvalue == 1
v1.2.1 rework data read on template 5.3 (#15)
Support for data2, fix data3
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
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
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.