Skip to content

Instantly share code, notes, and snippets.

@ntopulos
Last active March 4, 2021 00:27
Show Gist options
  • Select an option

  • Save ntopulos/3257a58b3cc99c825d5d8f18d54f99b5 to your computer and use it in GitHub Desktop.

Select an option

Save ntopulos/3257a58b3cc99c825d5d8f18d54f99b5 to your computer and use it in GitHub Desktop.

Revisions

  1. ntopulos renamed this gist Mar 4, 2021. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  2. ntopulos created this gist Mar 4, 2021.
    7 changes: 7 additions & 0 deletions folium.py
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,7 @@
    import folium

    # Create a map
    m_1 = folium.Map(location=[42.32,-71.0589], tiles='openstreetmap', zoom_start=10)

    # Display the map
    m_1