Skip to content

Instantly share code, notes, and snippets.

@betterdatascience
Created December 11, 2020 08:37
Show Gist options
  • Select an option

  • Save betterdatascience/b27e24d1c5a971303ec2e0dc79273854 to your computer and use it in GitHub Desktop.

Select an option

Save betterdatascience/b27e24d1c5a971303ec2e0dc79273854 to your computer and use it in GitHub Desktop.
003_folium
quake_map = folium.Map(
location=[-16.495477, 174.9663341],
zoom_start=6,
tiles='Stamen Terrain',
width=1024,
height=600
)
quake_map
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment