Hi listers,

I was downloading NOAA satellite data from NOAA-15 AMSU-A.
Data are from February 2000, coming as tar.gz archives. Data files have the 
extension *.eos and it is supposed to be HDF-EOS format.

Hence I was thinking... use pytables and everything is good but pytables 
version 2.0.4 is telling me that the file I want to open does exist but it is 
not a HDF5 file. Am I wrong and pytables can not deal with this flavour of HDF 
or can you help me to access the data?

What I did:

import tables
eosFile = tables.openFile('path', 'r')

Result: amsua15_2000.034_08964_0104_0258_GC.he5`` exists but it is not an HDF5 
file


Any help?

Thanks in advance,
Thomas
-- 
GRATIS für alle GMX-Mitglieder: Die maxdome Movie-FLAT!
Jetzt freischalten unter http://portal.gmx.net/de/go/maxdome01

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Pytables-users mailing list
Pytables-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pytables-users

Reply via email to