Skip to content

Instantly share code, notes, and snippets.

@SebastianoF
Created April 24, 2022 14:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SebastianoF/a4aab99476b62a7d121acfbf25156abd to your computer and use it in GitHub Desktop.
Save SebastianoF/a4aab99476b62a7d121acfbf25156abd to your computer and use it in GitHub Desktop.
b001_08.py
try:
from kepler_config import config_map_2
except ImportError:
config_map_2 = config
map_2 = KeplerGl(data={'london' :gdf_epsg}, config=config_map_2, height=800) # kepler knows what to do when fed with a geodataframe
display(map_2b)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment