Skip to content
Advertisement

Tag: grib

Accessing GRIB data using GRIB2Tools causes IndexOutOfBoundException

I’m manipulating GRIB2 forecast files and I’m having trouble using the GRIB2Tools library. I have an Array[Byte] representing the content of a GRIB2 dataset. Because I want to be able to get value at specific location, I wrote this variable’s content to a file which I’m then loading as an InputStream to use it with the getValueAtLocation(id, lat, long) and/or

Advertisement