Closed GoogleCodeExporter closed 8 years ago
Thanks for the report - it's now fixed in SVN. Byteswapping is done as needed.
I don't raise an exception for NETCDF3 files, but swap to the native
endian-ness if needed. Variable.endian() also now returns 'native' for NETCDF3
files, and an exception is raised if you try to create a variable with anything
but endian='native' in a NETCDF3 file.
I'll modify your test program and add it to the test suite.
Thanks again, and let me know if this fix works for you.
Original comment by whitaker.jeffrey@gmail.com
on 25 Sep 2013 at 2:06
Thanks Jeff. The fix in SVN does the job nicely.
Original comment by rhatters...@gmail.com
on 25 Sep 2013 at 8:21
Original comment by whitaker.jeffrey@gmail.com
on 26 Feb 2014 at 2:04
Original issue reported on code.google.com by
rhatters...@gmail.com
on 24 Sep 2013 at 3:13