holoviz / geoviews

Simple, concise geographical visualization in Python
http://geoviews.org
BSD 3-Clause "New" or "Revised" License
584 stars 75 forks source link

Grid lines corresponding to projection #196

Closed ahuang11 closed 5 years ago

ahuang11 commented 6 years ago
import cartopy.feature as cf

graticules = cf.NaturalEarthFeature(
    category='physical',
    name='graticules_30',
    scale='110m')
gv.Feature(graticules)

Instead of having to manually define that, maybe show_grid=True or grid=True can automatically mirror the projection

ahuang11 commented 5 years ago

https://github.com/pyviz/geoviews/pull/245