DaniSb170 / nctoolbox

Automatically exported from code.google.com/p/nctoolbox
0 stars 0 forks source link

No "axes" property returned for FVCOM velocity variable #33

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
No "axes" property is being returned for FVCOM velocity variable when opened as 
a geovariable, which causes a problem for determining the time values 
associated with this variable:

uri='http://testbedapps.sura.org/threddsdev/dodsC/inundation/FVCOM/rita/2Dvrwoww
'
nc=ncgeodataset(uri);
zvar=nc.geovariable('zeta')   %has "axes" property
uvar=nc.geovariable('ua')     %has no "axes" property

Original issue reported on code.google.com by rsignell on 14 Jan 2012 at 11:36

GoogleCodeExporter commented 8 years ago
This turned out to be a problem with the dataset, not NCTOOLBOX.  The variables 
'ua' and 'va' were defined by NcML, but these variables did not exist in the 
underlying NetCDF files. 

Original comment by rsignell on 14 Jan 2012 at 12:26