Tiles can be used without geo, but can be confusing if the data isn't in Mercator
Open
TRIAGE
- Dominant language
- Python
- Stars
- 1.4k
- Forks
- 124
- Avg merge
- 1d 18h
- Merged PRs (30d)
- 1
Description
```python
ds['air'].hvplot(
colorbar=True,
groupby=['time'],
kind='image',
tiles=True,
x='lon',
y='lat',
)
```
This works technically, but it's not projected. Perhaps a warning?
Contributor guide
Assessment
This issue has not been assessed yet.