Closed joanpau closed 8 years ago
@guygriffiths - this seems like it's a pretty good boost in performance. Do you see any issues with the small snippet added to CdmUtils (note this is the old ncwms, not the new edal stuff). Thanks!
No, looks like a fairly simple change, I can't see any issues with it.
Awesome, thanks @guygriffiths!
Move the heavy part of reading a timeseries from a dataset to a more specific function receiving an existing
GridDatatype
, and implement the reading from a dataset using that delegated function. This is the same approach already used forreadHorizontalPoints
, and allows to reuse the code for the layer implementation in Thredds (socib/thredds@timeseries_fast_read).See Unidata/thredds#439.