ToolsUI.jar - Grib and radar to netcdf
John Caron
caron at unidata.ucar.edu
Thu Apr 26 16:58:00 MDT 2007
Hi Jefferey:
Better to use the ucar.nc2.FileWriter class. have a look at the javadoc for it. The main caveat is that is doesnt deal with Structures and other CDM objects not supported by the Netcdf-3 file format.
BTW, you should use the "esupport" mail address: support-netcdf-java at unidata.ucar.edu for these kinds of questions.
John
Jeffrey Logan wrote:
> Hi John,
>
> ToolsUI.jar creates netcdf file from Grib file with:
>
> java -Xmx512m -classpath ./unidata ucar.nc2.iosp.grib.Grib2Netcdf
> ./nww3.all.grb ./nww3.nc
>
> Can you please give example of creating netcdf from radar level II or
> III with ToolsUI.jar?
>
> Thanks, Jeffrey
More information about the Netcdf-java
mailing list