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.

p.p.s., Re: anyone plotting coastlines?

>  FlatField gridded_winds = (FlatField)
>     winds.resample(gridded_set, Data.NEAREST_NEIGHBOR, Data.NO_ERRORS);

Make that:

  FlatField gridded_winds = (FlatField)
    winds.resample(gridded_set, Data.WEIGHTED_AVERAGE, Data.NO_ERRORS);

for smooth interpolation.


  • 2000 messages navigation, sorted by:
    1. Thread
    2. Subject
    3. Author
    4. Date
    5. ↑ Table Of Contents
  • Search the visad archives: