I am new to the whole GRIB file thing, so please excuse me if i ask silly questions.
Is there no documentation available for GribCS?
I have followed a post by Erik (https://sourceforge.net/p/gribcs/discussion/1311584/thread/3a6efd3b/) to get the data from the file. Then I got the same error as DSB (https://sourceforge.net/p/gribcs/discussion/1311584/thread/6f17aaf5/?limit=25#fd39) and I got that sorted it with the help of the posts mentioned above.
But I only need the data for certain coordinates? How can I set the coordinates?
I'm afraid GribCS only reads the raw data as an array. The information in the Grib2Record can be used to determine how the data is stored row-major or coulm-major order and in which corner it starts.
The library is an automatic conversion of a "Java GRIB reader" and I'm afraid no documentation exists for the .NET version.
Last edit: Erik 2016-01-18
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi Everyone
I am new to the whole GRIB file thing, so please excuse me if i ask silly questions.
Is there no documentation available for GribCS?
I have followed a post by Erik (https://sourceforge.net/p/gribcs/discussion/1311584/thread/3a6efd3b/) to get the data from the file. Then I got the same error as DSB (https://sourceforge.net/p/gribcs/discussion/1311584/thread/6f17aaf5/?limit=25#fd39) and I got that sorted it with the help of the posts mentioned above.
But I only need the data for certain coordinates? How can I set the coordinates?
Thank you in advance.
I'm afraid GribCS only reads the raw data as an array. The information in the Grib2Record can be used to determine how the data is stored row-major or coulm-major order and in which corner it starts.
The library is an automatic conversion of a "Java GRIB reader" and I'm afraid no documentation exists for the .NET version.
Last edit: Erik 2016-01-18