holoviz / holoviz/hvplot

Tiles can be used without geo, but can be confusing if the data isn't in Mercator

Open
#1,196 0 comments 0 reactions 0 assignees View on GitHub
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?
image

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.