Closed GoogleCodeExporter closed 8 years ago
I apologise for the incomplete title; I had meant to type "unable to read
character arrays", but somehow missed the ending.
Original comment by sourish....@gmail.com
on 5 Oct 2013 at 3:03
I verified that this issue exists for python-netcdf 1.0.6 as well.
Original comment by sourish....@gmail.com
on 14 Nov 2013 at 5:52
This is now fixed in SVN, thanks for the report. It's actually related to
issue 206, and can be worked around with
v = fid.variables['NOAA_QC_flags'
v.set_auto_maskandscale(False)
before reading the data from the variable.
Original comment by whitaker.jeffrey@gmail.com
on 14 Nov 2013 at 1:42
Checked that the SVN code works for me, thanks!
Original comment by sourish....@gmail.com
on 14 Nov 2013 at 4:20
Original comment by whitaker.jeffrey@gmail.com
on 26 Feb 2014 at 2:04
Original issue reported on code.google.com by
sourish....@gmail.com
on 5 Oct 2013 at 3:02Attachments: