Replies: 2 comments
-
def show_geo(geo):
""" Show something that implements __geo_interface__
"""
import json
from IPython.display import GeoJSON
# json.loads(gj_str)
geo = geo.__geo_interface__
return GeoJSON(geo) |
Beta Was this translation helpful? Give feedback.
0 replies
-
Interactive plots with |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
notes
projections
geoviews
folium
Beta Was this translation helpful? Give feedback.
All reactions