Thanks
Jonathan
"Jonathan W Smith" <jwsm...@gmail.com> wrote in message
news:ilnig5$1i2$1...@fred.mathworks.com...
This suggests that that file format is XML-based, so perhaps XMLREAD would
be of use to you in creating a reader/parser for those files.
http://filext.com/file-extension/XDR
--
Steve Lord
sl...@mathworks.com
To contact Technical Support use the Contact Us link on
http://www.mathworks.com
Thanks for your response. I tried the following and got an error message:
____________________________
A = xmlread('OMI-Aura_L3-PROFOZ_2006m0520_1x1_destriped_Atlantic.xdr');
[Fatal Error] OMI-Aura_L3-PROFOZ_2006m0520_1x1_destriped_Atlantic.xdr:1:1: Content is not allowed in prolog.
??? Java exception occurred:
org.xml.sax.SAXParseException: Content is not allowed in prolog.
at org.apache.xerces.parsers.DOMParser.parse(Unknown Source)
at org.apache.xerces.jaxp.DocumentBuilderImpl.parse(Unknown Source)
at javax.xml.parsers.DocumentBuilder.parse(Unknown Source)
Error in ==> xmlread at 98
parseResult = p.parse(fileName);
_____________________________
Any other ideas or suggestions?
Jonathan
"Steven_Lord" <sl...@mathworks.com> wrote in message <ilnprh$rqt$1...@fred.mathworks.com>...
"Jonathan W Smith" wrote in message <ilodsc$qcd$1...@ginger.mathworks.com>...
The Aura data is in hdf4 and these .xdr were post processed. They can be read in idl but I am more familiar matlab.
Are you or anyone familiar with the TCV toolbox (see https://crppwww.epfl.ch/~moret/matlab/local.html#TCVtoolboxXDR). There seems to be a savexdr function there. Is this obsolete for MATLAB? The savexdr function is undefined for the version of MATLAB I am using.
Jonathan
"John " <com.wor...@evans.john> wrote in message <ilqc14$5qm$1...@ginger.mathworks.com>...