<HTML>
<HEAD>
<TITLE>NetCDF4 timeseries reader</TITLE>
</HEAD>
<BODY>
<FONT FACE="Lucida Grande"><SPAN STYLE='font-size:11pt'>I am implementing a native NetCDF4/HDF5 reader that will read a timeseries of grids, with each grid stored in a different nc4 file. &nbsp;&nbsp;I am constructing the timeseries by doing a recursive search through a directory tree for a glob pattern with start and end dates. &nbsp;&nbsp;I would like to enable the user to enter a set of parameters through the client interface, setting the search root directory, search depth, glob pattern, and start &amp; end dates. &nbsp;I had hoped to be able to put fields for entering these parameters in the properties panel of the object inspector for the dataset. &nbsp;&nbsp;However, the timeseries file search needs to be executed during the GetInformation call, which happens before the properties panel becomes accessible. &nbsp;The reader is currently working correctly, but there is no way to configure the file search from the client- the default values of the search parameters (set in the server plugin xml) are always used. &nbsp;&nbsp;Do you have any suggestions for handling this situation? <BR>
</SPAN></FONT>
</BODY>
</HTML>