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

java - nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet Hibernate+SpringMVC -

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

asp.net mvc - breakpoint on javascript in CSHTML? -