Kuba Wenta
Kuba Wenta

Reputation: 600

How to read grib file by netcdfAll

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?

Upvotes: 0

Views: 458

Answers (1)

Kuba Wenta
Kuba Wenta

Reputation: 600

Ok after digging I found it.. according to https://github.com/Unidata/netcdf-java/wiki/Common-Client-Changes it was moved to NetcdfDatasets.openDataset(path)

Upvotes: 1

Related Questions