>
> From: Benjamin Root
>To: Michael Rawlins
>Cc: Matplotlib Users
>Sent: Thursday, September 27, 2012 2:29 PM
>Subject: Re: [Matplotlib-users] error reading netcdf file
>
>
>Michael,
>
>The .missing_value attribute is not us
Michael,
The .missing_value attribute is not used anymore (It is ._FillValue now).
Anyway, if your data had any value that matched ._FillValue, then, by
default, netCDF4 will give you a masked array anyway. You will only need
to set the mask if the fill value doesn't exist or if it is different f
- Original Message -
> From: Michael Rawlins
> To: Jeff Whitaker ; Benjamin Root
> ; Matplotlib Users
> Cc:
> Sent: Wednesday, September 26, 2012 6:23 PM
> Subject: Re: [Matplotlib-users] error reading netcdf file
>
>
>
>> ___
>
> From: Jeff Whitaker
>To: Benjamin Root ; Michael Rawlins ;
>Matplotlib Users
>Sent: Wednesday, September 26, 2012 5:10 PM
>Subject: Re: [Matplotlib-users] error reading netcdf file
>
>
>Michael: You can't change an attri
AM
*Subject:* Re: [Matplotlib-users] error reading netcdf file
On Wed, Sep 26, 2012 at 10:27 AM, Michael Rawlins
mailto:rawlin...@yahoo.com>> wrote:
Recently built and installed netCDF4-1.0. I'm running a
script that has worked on two oth
, September 26, 2012 10:33 AM
> *Subject:* Re: [Matplotlib-users] error reading netcdf file
>
>
>
> On Wed, Sep 26, 2012 at 10:27 AM, Michael Rawlins wrote:
>
> Recently built and installed netCDF4-1.0. I'm running a script that has
> worked on two other linux OS syst
>
> From: Benjamin Root
>To: Michael Rawlins
>Cc: "matplotlib-users@lists.sourceforge.net"
>
>Sent: Wednesday, September 26, 2012 10:33 AM
>Subject: Re: [Matplotlib-users] error reading netcdf file
>
>
>
>
&
On Wed, Sep 26, 2012 at 10:27 AM, Michael Rawlins wrote:
> Recently built and installed netCDF4-1.0. I'm running a script that has
> worked on two other linux OS systems. Error:
>
> File "test.py", line 96, in
> data.missing_value=-9.99
> File "netCDF4.pyx", line 2570, in netCDF4.Variable.
Recently built and installed netCDF4-1.0. I'm running a script that has worked
on two other linux OS systems. Error:
File "test.py", line 96, in
data.missing_value=-9.99
File "netCDF4.pyx", line 2570, in netCDF4.Variable.__setattr__
(netCDF4.c:28242)
File "netCDF4.pyx", line 2392, in n