[Numpy-discussion] Call for papers: AMS Jan 22-26, 2012

2011-07-06 Thread David Brown
I would like to call to the attention of the NumPy community the following call for papers: Second Symposium on Advances in Modeling and Analysis Using Python, 22–26 January 2012, New Orleans, Louisiana The Second Symposium on Advances in Modeling and Analysis Using Python, sponsored by t

Re: [Numpy-discussion] netcdf to grib format

2011-04-08 Thread David Brown
Hi Nadav, I'm sorry to disappoint you but PyNIO has read-only support for GRIB. It can be used to convert GRIB to NetCDF but not the other way around. -Dave Brown PyNIO developer On Apr 8, 2011, at 10:31 AM, dileep kunjaai wrote: > Thank you sir ,thank uuuvery much.. >

Re: [Numpy-discussion] blank values '--'

2011-02-24 Thread David Brown
Hi Bryan, By default PyNIO returns a NumPy masked array if a _FillValue attribute is found for the variable you are trying to load. It looks like Pauli Virtenen has pointed to the relevant NumPy documentation. Using masked array methods you can discover the values that are masked and print as '-

Re: [Numpy-discussion] problem with NumPy test harness in 1.1.0?

2008-07-01 Thread David Brown
Thanks for the input Fernando. -dave On Jul 1, 2008, at 5:48 PM, Fernando Perez wrote: > On Tue, Jul 1, 2008 at 4:43 PM, Robert Kern <[EMAIL PROTECTED]> > wrote: >> On Tue, Jul 1, 2008 at 18:39, David Brown <[EMAIL PROTECTED]> wrote: >>> OK, th

Re: [Numpy-discussion] problem with NumPy test harness in 1.1.0?

2008-07-01 Thread David Brown
OK, thanks for the info Robert. Any recommendations for another test harness? -dave On Jul 1, 2008, at 5:24 PM, Robert Kern wrote: > On Tue, Jul 1, 2008 at 17:53, David Brown <[EMAIL PROTECTED]> wrote: >> >> Hi, >> Our code depends on NumPy and we have been takin

[Numpy-discussion] problem with NumPy test harness in 1.1.0?

2008-07-01 Thread David Brown
Hi, Our code depends on NumPy and we have been taking advantage of the NumPy test harness to create test scripts for new features as we develop them. As recently as version 1.1.0.dev5064 we had no problem running our tests from the directory in which they live, e.g.: python test_script.py