Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用 NetcdfDataset.openDataset() 打开 grib2 文件
val path= getClass.getResource("/grib2/weather.grib2").getPath val gribFile = NetcdfDataset.openDataset(path)
我遇到了NoSuchFieldError: pdsHash。这是否意味着该文件无效?如果没有那怎么打开呢?
NoSuchFieldError: pdsHash
netcdfAll解决方案是安装netcdf-java。
netcdfAll
netcdf-java
"edu.ucar" % "netcdfAll" % "4.6.3"