Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FSTimeoutError in Jupyter Note #273

Open
zhouchichi opened this issue Jul 21, 2021 · 2 comments
Open

FSTimeoutError in Jupyter Note #273

zhouchichi opened this issue Jul 21, 2021 · 2 comments

Comments

@zhouchichi
Copy link

zhouchichi commented Jul 21, 2021

Following the instruction on the website, I met some problems when trying to visualize the LLC4320 SST.

import xmitgcm.llcreader as llcreader
%matplotlib inline
import holoviews as hv
from holoviews.operation.datashader import regrid
hv.extension('bokeh')

model = llcreader.ECCOPortalLLC4320Model()
model

ds_sst = model.get_dataset(varnames=['Theta'], k_levels=[0], type='latlon')
ds_sst

ds_sst.nbytes / 1e12
dataset = hv.Dataset(ds_sst.Theta.isel(k=0).astype('f4'))
hv_im = (dataset.to(hv.Image, ['i', 'j'], dynamic=True)
                .options(cmap='Magma', width=950, height=600, colorbar=True))

%output holomap='scrubber' fps=3
regrid(hv_im, precompute=True)

The Error shows that:

c:\users\86186\appdata\local\programs\python\python39\lib\site-packages\fsspec\asyn.py in sync(loop, func, timeout, *args, **kwargs)
     65     if isinstance(result[0], asyncio.TimeoutError):
     66         # suppress asyncio.TimeoutError, raise FSTimeoutError
---> 67         raise FSTimeoutError
     68     if isinstance(result[0], BaseException):
     69         raise result[0]

FSTimeoutError: 

:DynamicMap   [time]
   :Image   [i,j]   (Theta)

I would like to ask how to correct it.
Thank you for any help.

@kaka22acmilan
Copy link

Have you solved your problem?I think I have the same problem

1 similar comment
@ShmilyzqChen
Copy link

Have you solved your problem?I think I have the same problem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants