>On 4 March 2010 14:30, Scott Sinclair <[email protected]> wrote: >>On 4 March 2010 10:00, ping <[email protected]> wrote: >> I'm trying to read TRMM precipitation data from a binary file that I >> donwloaded from NASA's web site. The information I have about the file >> is: > Something like the following should get you started: > > import numpy as np
You also need import sys Cheers, Scott
