dvalters / fuse-netcdf

ESoWC project to develop a Python utility to mount NetCDF files as a file-system in user space. (FUSE)
Other
8 stars 3 forks source link

Major refactor to simplify code structure and allow writing to variables #21

Closed dvalters closed 6 years ago

dvalters commented 6 years ago

Includes changes made by @blazk.

Very brief summary:

dvalters commented 6 years ago

(ignoring the Codacy style-test results for now)

Related to #17 #12

blazk commented 6 years ago

thanks @dvalters :) Just to clarify: after this refactoring we can create/update/delete attributes. These operations are not yet implemented for variables!

dvalters commented 6 years ago

Oh yes of course - changed the description now above :)