holoviews icon indicating copy to clipboard operation
holoviews copied to clipboard

In this example, OSM Tiles look great, then disappear!

Open rsignell-usgs opened this issue 2 years ago • 2 comments

ALL software version info

conda list | grep -E "bokeh|geoviews|datashader|hvplot|holovies|panel"

bokeh                     2.4.3            py39hf3d152e_0    conda-forge
bokeh-root-cmd            0.1.2              pyhd8ed1ab_0    conda-forge
datashader                0.14.0             pyh6c4a22f_0    conda-forge
geoviews                  1.9.5              pyhd8ed1ab_0    conda-forge
geoviews-core             1.9.5              pyha770c72_0    conda-forge
hvplot                    0.8.0              pyh6c4a22f_0    conda-forge
jupyter-panel-proxy       0.1.0                      py_0    conda-forge
panel                     0.13.1             pyhd8ed1ab_0    conda-forge

Description of expected behavior and the observed behavior

OSM basemap tiles appear nicely, then disappear. See 15s movie here: https://www.screencast.com/t/JhREGjulrH

Complete, minimal, self-contained example code that reproduces the issue

Full reproducible notebook here: https://nbviewer.org/gist/5818739f4aa65e6ed81b1f1501c1be82

rsignell-usgs avatar Jun 15 '22 12:06 rsignell-usgs

@jbednar thanks for suggesting to raise this as a bug here

rsignell-usgs avatar Jun 15 '22 12:06 rsignell-usgs

Suspect it's the rasterize call that is regridding the rgb to cover the full extents of the plot. This should afaik not happen because by default it should not regrid it beyond the extents of the original data. Will transfer to hvPlot for now.

philippjfr avatar Jun 15 '22 15:06 philippjfr