Open SimchaGD opened 3 years ago
This looks similar to https://github.com/holoviz/hvplot/issues/738 but I don't think quite the same issue.
This works even if it takes a very long time to render:
coords.hvplot(geo=True, crs=cartopy.crs.epsg(coords.crs.to_epsg()))
I have to better understand how hvPlot handles geo/crs, and we should make it simple to user.
This issue is related to my stackoverflow post here: https://stackoverflow.com/questions/67139335/hvplot-attributeerror-list-object-has-no-attribute-xy
When I was using hvplot with pandas. This was my code:
the error I got was:
It was fixed by changing the CRS. If a more clear error message was given, I think I could fix this problem on my own.
I have not looked at the source code, but might it be possible to convert the crs to a default when such error appears?