gbvalor / bufr2synop

Decode and get meteorological reports in Traditional Alphanumeric Code format from binary BUFR.
GNU General Public License v2.0
26 stars 11 forks source link

bufr2synop #10

Open OlivierTamno opened 2 years ago

OlivierTamno commented 2 years ago

Hello, I'm a PHP programmer and also meteorologist. I'm searching for a tool which can allow me to convert bufr to synop (alphanumeric format) using PHP language or javascript, for my php web application. As i see, this solution is coded in C language. Can you help please to find any solution to convert bufr in alphanumeric format using PHP language ?

Thank you very much,

Olivier Tamno

tamnoolivier@gmail.com

gbvalor commented 2 years ago

Sorry by the delay in reply.

I don't know how to decode BUFR using exclusively php. This is a hard task. Perhaps you could call some of the binaries in the package with php and get the output. But I'm not sure if this is what you wants.

Regards,

Guillermo Ballester