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

Opening variables (attributes, dimensions) as text files #9

Closed dvalters closed 6 years ago

dvalters commented 6 years ago

Cannot currently open the 'files' (i.e. attribute, dimension) in the mounted NetCDF directory.

Needs the implementation of the read() and open() overriding to return bytes content of files from this function. Check with the linux programming manual pages for what these should return.

dvalters commented 6 years ago

working prototype for this in #11 will build off that in future.