Does anyone know of a .NET library for processing GRIB data?
Asked
Active
Viewed 3,211 times
5
-
It seems that [GRIB.US](http://www.grib.us/) is written in .NET. Perhaps they used an open source library? – Drew Noakes Oct 04 '11 at 19:18
-
do you have any feedback on how you did finally proceed? – apneadiving Nov 08 '11 at 13:54
-
@apneadiving, I haven't had to cross this hurdle just yet. This question was really just a feeler... – Drew Noakes Nov 10 '11 at 14:18
-
Thanks for your answer :) I keep on searching ;) – apneadiving Nov 10 '11 at 14:36
-
@apneadiving, check out HaLaBi's answer. – Drew Noakes Nov 18 '11 at 22:42
-
Thanks a bunch for keeping me updated :) – apneadiving Nov 18 '11 at 23:06
-
You're welcome. BTW I guess from your name that you're into free diving. Check out a diving site I built, though it's more geared towards scuba diving: http://diveseven.com – Drew Noakes Nov 22 '11 at 13:09
2 Answers
5
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.

0x1mason
- 757
- 8
- 20
3
check this out
I think this is what you are looking for..
-
Thanks, this does seem to be the only freely available .NET library for this. – Drew Noakes Nov 18 '11 at 22:41