Re: [Matplotlib-users] NOAA .bull file parsing

2009-01-19 Thread antonv
Hi Pierre, Thanks for the quick and thorough response! What I ended up doing is writing a custom function that does all the stuff that I needed without using numpy or mlab. Anton Pierre GM-2 wrote: > > Anton, > You may wanna check on the numpy list as well. > I recently reimplemented a funct

Re: [Matplotlib-users] NOAA .bull file parsing

2009-01-17 Thread Pierre GM
Anton, You may wanna check on the numpy list as well. I recently reimplemented a function to read text file as a combination of numpy.loadtxt and mlab.csv2rec, that handles missing data nicely. You can get it here for the moment: https://code.launchpad.net/~pierregm/numpy/numpy_addons The funct