我想用NetcdfDataset.openDataset()打开grib2文件
val path= getClass.getResource("/grib2/weather.grib2").getPath
val gribFile = NetcdfDataset.openDataset(path)
我遇到了NoSuchFieldError:pdsHash.这是否意味着此文件无效?如果不是那么如何打开它?
解决方法:
解决方案是安装netcdfAll而不是netcdf-java.
"edu.ucar" % "netcdfAll" % "4.6.3"