go-grib2
go-grib2 copied to clipboard
read the .grib2 data failed
Hello,
I try to open test.grib2 file and get this error message:
Failed to unpack data: packing type [40] not supported
Please advise.
Thank you.
Hi,
go-grib2 does not support all packing type. I recommend you try another my lib: https://github.com/amsokol/go-eccodes
@amsokol Thank you so much much appreciated.
Hello @amsokol, I just test this go-eccodes you mentioned. however when i run i get to this issues:
../github.com/amsokol/go-eccodes/io/file.go:8:2: invalid input file name "+linux_amd64.go"
Anything i miss here? thank you.
Hi,
I am out of office now. I come back at end of this week and try to help. Sorry.
Hi I have the same issue. @jayhuang75 how did u resolve this. I got the Failed to unpack data: packing type [41] not supported
@gocluster @jayhuang75 you should rename the file +linux_amd64.go to c_linux_amd64.go.
I did it in my fork