holoviz / holoviz/hvplot

Setting tiles with projection results in blank plot

Open
#1,374 0 comments 0 reactions 0 assignees View on GitHub
api: geo
Dominant language
Python
Stars
1.4k
Forks
124
Avg merge
1d 18h
Merged PRs (30d)
1

Description

```python
import hvplot.xarray

import xarray as xr
import cartopy.crs as ccrs
import geoviews as gv

ds = xr.tutorial.load_dataset("air_temperature").isel(time=slice(0, 100))
gv.tile_sources.CartoDark() * ds.hvplot("lon", "lat", crs=ccrs.PlateCarree(), projection=ccrs.GOOGLE_MERCATOR)
```

Tried switching the ordering to no avail

image

Removing crs/projection shows a map, although not correctly projected
image

Using the latest main of hvplot and geoviews

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.