John-
We need to be able to subset a PointObsDataset by LatLonRect
and time range. In the IDV, we use the getDataIterator method
to access the data. I noticed in the source, the following
methods are commented out:
/** Get an efficient iterator over all the data within the specified
bounding box.
* @return iterator over type getDataClass() *
public DataIterator getDataIterator( ucar.unidata.geoloc.LatLonRect
boundingBox, int bufferSize) throws IOException;
/** Get an efficient iterator over all the data within the specified
boundingbox and date range.
* @return iterator over type getDataClass() *
public DataIterator getDataIterator( ucar.unidata.geoloc.LatLonRect
boundingBox, Date start, Date end, int bufferSize) throws IOException;
*/
What's your timeline on implementing these?
Don
*************************************************************
Don Murray UCAR Unidata Program
address@hidden P.O. Box 3000
(303) 497-8628 Boulder, CO 80307
http://www.unidata.ucar.edu/staff/donm
*************************************************************