1. 学习
  2. /
  3. 课程
  4. /
  5. Visualizing Geospatial Data in Python

Connected

练习

Create a folium map of downtown Nashville

In this exercise you will create a street map of downtown Nashville using folium.

说明

100 XP
  • Construct a folium map called downtown_map. Use the urban_location array you created in the previous exercise and set the initial zoom level to 15.
  • Display your folium map object with the provided display function.