Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

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