Emoslib is now deprecated

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

Compare with Current View Page History

Version 1 Current »

There are three C functions to handle unblocked binary files.

 

readgribTo read GRIB products
readbufrTo read BUFR products
readnextTo read any mixture of GRIB and BUFR products.

These functions are written in C and use C standard library functions for file handling (fopen, fclose, fseek, fread and fwrite).

  • No labels