MINIMALaq / Animating_points_on_the_map

This repo is a combination of Flask and folium to visualize time series data on the Maps.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Animating_points_on_the_map

This repo is a combination of Flask and folium to visualize time series data on the Maps.

The start_points_sample.txt is a geojson based on open NYC Bike data

To run the code:

pip install -r requirements.txt
python folium_flask.py
Then you need to open http://127.0.0.1:5000/ in our brower and see the animating of start point of bikes on the map.

About

This repo is a combination of Flask and folium to visualize time series data on the Maps.

License:MIT License


Languages

Language:Python 100.0%