我正在尝试使用NetcdfDataset.openDataset()打开grib2文件
val path= getClass.getResource("/grib2/weather.grib2").getPath
val gribFile = NetcdfDataset.openDataset(path)
,我遇到了NoSuchFieldError: pdsHash
。这是否意味着该文件无效?如果没有打开怎么办?
答案 0 :(得分:0)
解决方案是安装netcdfAll
而不是netcdf-java
。
"edu.ucar" % "netcdfAll" % "4.6.3"