Suvarchal Kumar Cheedela

Results 8 comments of Suvarchal Kumar Cheedela

Cool, I have been using this for months now and meanwhile haven't caught up with recent changes in geoviews (early adapter syndrome!).

Sure > So that works now. That said you'll also notice that while the points are in the right space the axes aren't labelled quite right, so if you don't...

Exactly, the most used cases would be the most useful.

to simplify the issue, it is `gv.feature.ocean` that is not projected properly. ``` import geoviews as gv import bokeh import cartopy, cartopy.crs as crs projections = [crs.SouthPolarStereo, crs.NorthPolarStereo] gv.Layout([gv.feature.ocean.relabel(group=f"Ocean: {p.__name__}").opts(projection=p())...

@munrocket i guess it would be more useful to post the console log error, in following re-execution i am not sure if it is my hardware or regl: ``` Title...

enable extensions using `extensions` arg during init fixed above issue and following code works ``` var regl = createREGL({extensions: ['oes_standard_derivatives', 'oes_texture_float']}); const tex0 = regl.texture({ width: 800, height: 600, type:...

unfortunately issue remains: ``` >>> import fsspec as fs >>> import xarray as xr >>> fs_of = fs.open_files('https://zenodo.org/record/3819896/files/Av.fesom.1948.nc?download=1') >>> of = fs_of[0].open() >>> xr.open_dataset(of) Traceback (most recent call last): File...

repo is awaiting a major update with many changes to jupyter meanwhile, in about a week i will try to update it.