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.

Question of lvls

This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.

Content-Type: text/plain

All,

 

            I have this code...

 

            NetcdfFile file = NetcdfFile.open("C:\\Documents and
Settings\\nelsonb\\My Documents\\ArcMap\\us057g1010t03a000000000");

            List variables = file.getVariables();

            Variable v
file.findVariable("Temperature_height_above_ground");

            Array data = v.read();

 

The temperate has data for "height_above_ground" at about 20 different
heights.  How do I access JUST the data at a specific heigh?  

 

Thanks for your time all!  

 

V/r

A1C Nelson, Brandon K

Communications-Computer Systems Programmer

HQ AFWA/SCSA (402) 294-1404

 




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