There is a data file on test.o.o that is always returning errors.
When I try to get the DMR:
curl "http://test.opendap.org/opendap/tmp/hdf/server-tests/GridFile.hdf.dmr.xml"
The server returns the following:
<?xml version="1.0" encoding="UTF-8"?>
<dap4:Error xmlns:dap4="http://xml.opendap.org/ns/DAP/4.0#" httpcode="500">
<dap4:Message>An internal error was encountered:
HDFEOS2.cc:3774: lack of data fields GEOGrid
Please report this to support@opendap.org</dap4:Message>
<dap4:Context />
<dap4:OtherInformation />
</dap4:Error>
- Is this a real issue?
- Is the data file just a bad actor? (If so should we delete it?)
- Is this a bug in the
hdf4_handler?
Inquiring minds want to know...