sunchaoatmo / netcdf4-python

Automatically exported from code.google.com/p/netcdf4-python
0 stars 0 forks source link

nc4tonc3 does not copy global attributes since Revision r1115 #199

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Patch:
< ncfile4.setncatts(ncfile3.__dict__)
> ncfile3.setncatts(ncfile4.__dict__)

seems a bad cut/paste from nc3tonc4 ;-)

Original issue reported on code.google.com by DeM...@gmail.com on 17 Sep 2013 at 9:03

GoogleCodeExporter commented 8 years ago

Original comment by whitaker.jeffrey@gmail.com on 26 Feb 2014 at 2:04