Skip to content

First example in docs doesn't work #3

@eddy-oj

Description

@eddy-oj
from ncplot import view
view("https://psl.noaa.gov/thredds/dodsC/Datasets/COBE2/sst.mon.ltm.1981-2010.nc", coast = True)

Error:

File /usr/local/lib/python3.10/dist-packages/holoviews/core/sheetcoords.py:518, in Slice._boundsspec2slicespec(boundsspec, scs)
515 t_m,l_m = scs.sheet2matrix(l,t)
516 b_m,r_m = scs.sheet2matrix(r,b)
--> 518 l_idx = int(np.ceil(l_m-0.5))
519 t_idx = int(np.ceil(t_m-0.5))
520 r_idx = int(np.floor(r_m+0.5))

ValueError: cannot convert float NaN to integer

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions