[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: IO Service Providers

This archive contains answers to questions sent to Unidata support through mid-2025. Note that the archive is no longer being updated. We provide the archive for reference; many of the answers presented here remain technically correct, even if somewhat outdated. For the most up-to-date information on the use of NSF Unidata software and data services, please consult the Software Documentation first.


  • Subject: Re: IO Service Providers
  • Date: Tue, 17 Jan 2006 20:57:46 -0700

Hi Kris:

You must implement ucar.nc2.IOServiceProvider

Once its working, register it with
 ucar.nc2.NetcdfFile.registerIOProvider();

No documentation yet, but there are examples in
 ucar.nc2.iosp.*

nexrad2 and dmsp are perhaps easier to start looking at.

Send in your questions and ill start developing some documentation.


Kris Nuttycombe wrote:
Hi, John,

Over here at NGDC we are getting ready to start writing a number of
readers for legacy file formats to work with the IO service provider
framework. Can you point me toward the best place to start (i.e., what
interfaces need to be implemented) to allow us to plug in to your framework?

Thanks,

Kris Nuttycombe