On Sat, Jul 2, 2011 at 11:07 AM, jpaulini <[email protected]> wrote:

> Hi all,
> I was working recently in some personal project reading TRMM_3B42
> files, but today I was so surprised that now they implemented a
> different data format...
>
> Looking for some information on how to read the new data with python,
> I only got that it uses HDF file format, but no more...
>
> Does somebody know how to handle this format? Plain python or numpy...
>
> Thanks in advance.
>
>

If it's HDF5, check out h5py and pytables. Both are numpy-based.

Reply via email to