Closed Mr-Milk closed 4 months ago
Allow users to load WSI from a remote address.
The WSI should be saved in a temporary file on the machine where the code runs.
The corresponding .zarr file should be created with the following attempts:
.zarr
import lazyslide as zs wsi = zs.WSI("https://wsi.file") # ssh support wsi = zs.WSI("ssh://server:username@password:/path_to_wsi")
Allow users to load WSI from a remote address.
The WSI should be saved in a temporary file on the machine where the code runs.
The corresponding
.zarr
file should be created with the following attempts: