I am moving from
"edu.ucar" % "netcdfAll" % "5.0.0-beta2"
to
"edu.ucar" % "netcdfAll" % "5.4.1"
and I see that function, which I use to open .grib2
files
NetcdfDataset.openDataset(path)
is marked as deprecated. What is new way to open it?