Unidata - To provide the data services, tools, and cyberinfrastructure leadership that advance Earth system science, enhance educational opportunities, and broaden participation. Unidata
         
  advanced  
 

Re: NetCDF Java interface?

I've implemented a Java netCDF interface based on the alpha release of Sun's
Remote Management Interface. I have a demo Web page that serves up a couple of
different climate data sets that I converted to netCDF -- it's at:

        http://cosmo.atmos.washington.edu/

The netCDF server code uses the RandomAccessFile class to directly access the
netCDF data, so it's efficient for small datasets.

If enough people are interested, I can make the code available. There are some
problems, though, with the current implementation:

1) All of the RMI classes have to be downloaded before you can run the applet
-- this can take up to five minutes. RMI will apparently be part of the next
major Java release, so this shouldn't be a problem in the future. It also isn't
a problem on Intranets.

2) The RMI has changed from the early alpha release that I developed, and I
haven't updated my class library yet.

3) The RMI serialization code is inefficient, so a lot of server resources are
consumed when sending large datasets.

3) My code isn't well documented or tested. Caveat emptor.




-- 
-----------------------------------------------------------------------
Joe Sirott              sirott@xxxxxxxxxxxxxxxxxxxx


 
 
  Contact Us     Site Map     Search     Terms and Conditions     Privacy Policy     Participation Policy
 
National Science Foundation (NSF) UCAR Community Programs   Unidata is a member of the UCAR Community Programs, is managed by the University Corporation for Atmospheric Research, and is sponsored by the National Science Foundation.
P.O. Box 3000     Boulder, CO 80307-3000 USA     Tel: 303-497-8643     Fax: 303-497-8690