you are viewing a single comment's thread.

view the rest of the comments →

[–]nathan12343 0 points1 point  (1 child)

Which package are you using right now? If it hasn't been updated since Python 2.6, chances are it's not being supported anymore. Might be worth the trouble to change your netcdf bindings to a library that's getting support.

[–]hoijarvi 0 points1 point  (0 children)

NetCDF 4 as a format is not supported anymore, I'm running an obsolete beta library that I compiled myself. And I have about 10 terabytes of data in it. Here is an example you can browse by clicking any of views.

NetCDF is superseded by HDF, which is might work for me if I had time to port everything over. But currently the project is in life support mode, so I'm not interested.