Exercise

The center of the Urban Residents neighborhood

Now you'll find the center point of the urban_poly_3857 and plot it over the polygon.

Instructions

100 XP
  • Create downtown_center, from urban_poly_3857 using the GeoSeries centroid attribute.
  • Print the datatype of downtown_center.
  • Plot urban_poly_3857 as ax using lightgreen for the color.
  • Plot the downtown_center, setting ax = ax and color = black. The x-axis ticks are rotated for you. We've included the code to show the plot.