NOTICE: This version of the NSF Unidata web site (archive.unidata.ucar.edu) is no longer being updated.
Current content can be found at unidata.ucar.edu.
To learn about what's going on, see About the Archive Site.
Hi Johnson, > I am new to the VisAD and I want to plot a response surface of a > non-grid data. > > Please can anyone let me know if there are any functionalities that > would enable me to generate 3D grid data from non grid data. You can construct a Field (probably an instance of visad.FlatField) with your non-grid as its domain Irregular3DSet (i.e., sampling), then construct a Gridded3DSet that defines the grid you want to resample to, then pass that Gridded3DSet to the FlatField's resample() method. Simlarly in 2-D. Good luck, Bill
visad
archives: