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
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..
>
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 '-
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
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
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