NoahSchiro / every-street

GNU General Public License v3.0
2 stars 2 forks source link

Make animation automatic #4

Closed NoahSchiro closed 1 year ago

NoahSchiro commented 1 year ago

Currently, in visualization.animate_walk, we are hard coding the coordinates to display our map. We can make this better by using the polygon boundary file to find the min and max of the latitudes and longitudes. This way users can input arbitrary cities.

NoahSchiro commented 1 year ago

Resolved without PR