Création d'une map afin de pouvoir :
- Observer les stations actives, inactives et HS (lié aux prédictions des algo).
- Connaitre les nombres de vélos dispo sur chaque station.
- Pouvoir réutiliser cette fonction sur vcub_watcher. Utiliser les données en provenance de
station_control.csv (dans vcub_watcher) :
|
station_id |
mean_activity |
is_anomaly |
is_inactive |
last_date_anomaly |
anomaly_since |
| 0 |
181 |
0 |
0 |
0 |
NaT |
NaT |
| 144 |
6 |
0.4 |
0 |
0 |
2021-04-07 11:40:00+02:00 |
NaT |
| 174 |
102 |
0.63 |
0 |
0 |
NaT |
NaT |
Création d'une map afin de pouvoir :
station_control.csv(dans vcub_watcher) :