Open jordansread opened 9 years ago
i.e., query(webdata(),'times') when there aren't any times in the dataset:
query(webdata(),'times')
e.g.,
wd = webdata(url = 'http://disc2.nascom.nasa.gov:80/opendap/TRMM_L3/TRMM_3B31/1997/335/3B31.19971201.7.HDF.Z')
this just hangs up the query(wd,'times')
query(wd,'times')
i.e.,
query(webdata(),'times')
when there aren't any times in the dataset:e.g.,