When using a unicode string such as u'latitude' instead of 'latitude', CDMS throws the following error when calling axisMatches in Axis.py :
CDMSError("Specification not acceptable: <type 'unicode'>, latitude",)
This looks like it may be a regression, as i see 76a2436 mentions that unicode strings worked at one point.
Related issue with some extra details: CDAT/vcs-js#34
When using a unicode string such as u'latitude' instead of 'latitude', CDMS throws the following error when calling axisMatches in Axis.py :
CDMSError("Specification not acceptable: <type 'unicode'>, latitude",)This looks like it may be a regression, as i see 76a2436 mentions that unicode strings worked at one point.
Related issue with some extra details: CDAT/vcs-js#34