Drew Noakes
Drew Noakes

Reputation: 311007

Processing GRIB data in .NET

Does anyone know of a .NET library for processing GRIB data?

Upvotes: 5

Views: 3304

Answers (2)

0x1mason
0x1mason

Reputation: 757

GribApi.NET is now freely available under the Apache 2 license. It supports reading and writing GRIB 1 and 2 files.

Disclosure: I am the author of the C# wrapper.

Upvotes: 5

user915331
user915331

Reputation:

check this out
I think this is what you are looking for..

Upvotes: 3

Related Questions