Open rsignell-usgs opened 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
geo=True
👍🏾 I tried to wrap accessors in general but ran into weird errors. I think we can just special case hvplot as a quick fix.
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