Russell-
What's the source of this netCDF file? As Bill pointed out, the
structure of the file is more of a line than a grid. If you are
the source of this file, I would recommend using one of the known
netCDF conventions. In particular, parts of the CF conventions:
http://www.cgd.ucar.edu/cms/eaton/cf-metadata/index.html
are handled in the VisAD netCDF adapter using the CfView class.
Briefly looking at the data, it looks like it might adhere to the
reduced horizontal grid structure for CF:
http://www.cgd.ucar.edu/cms/eaton/cf-metadata/CF-1.0.html#grid_ex3
Unfortunately, this part of the convention does is not handleds
in CfView. If this is the type of data you have, we could try
to add support for it in VisAD as time permits.
Russell Steicke wrote:
Bill and Tom,
Here's an example program to demonstrate the "straight contour lines" I
mentioned earlier. The jar file contains:
contour1.java The program
analysis2004051100.nc Netcdf file with the data
The .jar is not runnable, you'll have to extract the files.
Don
*************************************************************
Don Murray UCAR Unidata Program
dmurray@xxxxxxxxxxxxxxxx P.O. Box 3000
(303) 497-8628 Boulder, CO 80307
http://www.unidata.ucar.edu/staff/donm
"There's someone in my head, but it's not me" Roger Waters
*************************************************************