Convert grib to netcdf file -


is there way convert grib file netcdf format on windows?
use software named tkdegrib catches 1 argument 1 argument whereas want grib's arguments in same file. unfortunately, can't use linux.

i use unidata's netcdf-java library.

it reads grib , grib2 files (as many others), , can write netcdf files. , since it's java, don't have build anything, , works on platforms. there toolsui application can use if want gui, more want command line using this:

 java -xmx512m -classpath netcdfall-4.3.jar ucar.nc2.dataset.netcdfdataset -in infile.grib2 -out outfile.nc 

good luck!


Comments

Popular posts from this blog

php - Passing multiple values in a url using checkbox -

compilation - PHP install fails on Ubuntu 14 (make: *** [sapi/cli/php] Error 1) PHP 5.6.20 -

sql - Postgresql tables exists, but getting "relation does not exist" when querying -