You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I am trying to read some czi files in linux through sshfs protocol and display them in windows. I want to use pylibczirw for that. Unfortuantly, pylibczirw only accepts file location as string or url.
Describe the solution you'd like
pylibczirw would accept a fsspec files.
Describe alternatives you've considered
My current workaround is to mount the folder as a drive in windows through the use of sshfs mounting tools. Than I can access them normally as if there are in windows. But this is a manual procedure and it is not ideal for users.
Is your feature request related to a problem? Please describe.
I am trying to read some czi files in linux through sshfs protocol and display them in windows. I want to use pylibczirw for that. Unfortuantly, pylibczirw only accepts file location as string or url.
Describe the solution you'd like
pylibczirw would accept a fsspec files.
Describe alternatives you've considered
My current workaround is to mount the folder as a drive in windows through the use of sshfs mounting tools. Than I can access them normally as if there are in windows. But this is a manual procedure and it is not ideal for users.
Additional context
The text was updated successfully, but these errors were encountered: