Using Racket to decode BUFR files from Deutscher Wetterdienst and produce JSON for consumption by other processes. ECMWF's eccodes also produces JSON but the JSON it produces is kind of ridiculous. Ridiculous as in starting a new array at each new element within an array, making the JSON completely unusable. Using my BUFR decoder in Racket and Racket's JSON tools, I can write JSON that makes sense to people and machines. I created a new BUFR decoder after looking at GEO::BUFR from Norway (written in Perl) and really liking that it works as a decoder. But I want to work in Racket and make use of Racket's tooling. Being able to compile a Racket program into a self-contained binary also helps a lot.
On Monday, November 18, 2019 at 4:01:30 PM UTC-5, Stephen De Gabrielle wrote: > > New week, new Racket! What are you folks up to? Answer here or over at > /r/racket <https://www.reddit.com/r/Racket> ! > -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to racket-users+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/racket-users/298028d5-703b-4c1e-9ebe-bed7ac849fe0%40googlegroups.com.