xarray-contrib / cf-xarray

an accessor for xarray objects that interprets CF attributes
https://cf-xarray.readthedocs.io/
Apache License 2.0
159 stars 40 forks source link

hvplot accessor? #268

Open rsignell-usgs opened 2 years ago

rsignell-usgs commented 2 years ago

As mentioned by @dcherian in https://github.com/xarray-contrib/cf-xarray/issues/101#issuecomment-705214357, it would be cool to have an accessor for hvplot, which would hopefully identify lon/lat coordinates in hvplot removing the need to enter them manually if geo=True: https://discourse.holoviz.org/t/use-cf-xarray-to-identify-lon-lat/3115

dcherian commented 2 years ago

👍🏾 I tried to wrap accessors in general but ran into weird errors. I think we can just special case hvplot as a quick fix.