hvplot icon indicating copy to clipboard operation
hvplot copied to clipboard

I love coastline=True. Could we also have borders=True, states=True, rivers=True ?

Open rsignell-usgs opened this issue 4 years ago • 2 comments

I love the convenience of coastline=True in hvplot.

Would it be straightforward to add the rest of the very common feature types from: https://scitools.org.uk/cartopy/docs/latest/matplotlib/feature_interface.html#cartopy.feature ?

2020-12-23_7-05-51

rsignell-usgs avatar Dec 23 '20 12:12 rsignell-usgs

Maybe features= which accepts one or more of those as strings?

philippjfr avatar Dec 23 '20 13:12 philippjfr

Seconded!

The only thing I would say is if features is supported, I would eventually deprecate the coastline keyword.

jlstevens avatar Jan 25 '21 16:01 jlstevens

features has been implemented, I think this could be closed?

ahuang11 avatar Dec 14 '23 17:12 ahuang11