Hi,
Sorry for the cross post. :-)
I've attempted to read the following data source:
http://communicado.ci.uchicago.edu:8080/dods/aggregations/communicado.ci.uchicago.edu/mcs-climate-data/ebbr/wh/1999.nc
with the Java netCDF library:
IO error = java.io.FileNotFoundException: Cant open
dods://communicado.ci.uchicago.edu:8080/dods/aggregations/communicado.ci.uchicago.edu/mcs-climate-data/ebbr/wh/1999.nc
or as DODS
dods://communicado.ci.uchicago.edu:8080/dods/aggregations/communicado.ci.uchicago.edu/mcs-climate-data/ebbr/wh/1999.nc
Error: Expected an attribute type. Such as Byte, Int32, String, et c.
followed by a name and value.
The offending line contained the token: 'sensor'
ParseException Message: 'Encountered "(agl)" at line 602, column 31.
Was expecting one of:
"," ...
";" ...
'
And with Ferret linked with the C++ client library:
yes? use
"http://communicado.ci.uchicago.edu:8080/dods/aggregations/communicado.ci.uchicago.edu/mcs-climate-data/ebbr/wh/1999.nc"
**Internet Data error
OPeNDAP Error: Error parsing the text on line 602 at or
near: (agl)
Expected an attribute type (Byte, Int16, UInt16, Int32, UInt32, Float32,
Float64, String or Url) followed by a name and value.
(OPeNDAP/netCDF Error code 1001)
Data set:
http://communicado.ci.uchicago.edu:8080/dods/aggregations/communicado.ci.uchicago.edu/mcs-climate-data/ebbr/wh/1999.nc
I don't understand what is going wrong here. I am not the originator of
these data, but perhaps I can work with them to resolve the problem once
I know what's wrong.
Roland