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

Support only single file #18

Closed dvalters closed 6 years ago

dvalters commented 6 years ago

Checks that only a single netCDF has been provided for mounting to the VFS (i.e. don't try to support multiple files/directories) can also simplify some of the other code now with this change applied.

dvalters commented 6 years ago

Closes #12