weech / GRIB.jl

GRIB Interface for Julia
Apache License 2.0
22 stars 2 forks source link

Error when reading data: Function not yet implemented #18

Open liujiao2020 opened 4 months ago

liujiao2020 commented 4 months ago

I installed GRIB in a liunx environment, can open and view grib file, but can not extract data from the file. I need some help. The following is the error message. Thank you. data(msg) ERROR: Error: Function not yet implemented Stacktrace: [1] errorcheck @ ~/.julia/packages/GRIB/y8dyK/src/GRIB.jl:119 [inlined] [2] data(handle::Message) @ GRIB ~/.julia/packages/GRIB/y8dyK/src/message.jl:348 [3] top-level scope @ REPL[29]:1

weech commented 4 months ago

Hmm, that's a strange place to get that error. Any chance you'd be able to share the grib file that caused the error? And are you using a chip architecture besides x86_64 (like aarch64)?