Created
December 11, 2020 08:37
-
-
Save betterdatascience/b27e24d1c5a971303ec2e0dc79273854 to your computer and use it in GitHub Desktop.
003_folium
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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