You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Main task of this app is cyclical sending request to Brussels Bicycle API, in response BSS is taking daily data about number of cyclists riding in Brussels and insert it into database.
Similar to BSS, main goal is to receive data from the official krakow page with bicycle data. However, due to the lack of API endpoint KSS is using Selenium to web-scrape data directly from daily counters and insert it into DB.
Also, a flask micro-app, with endpoints responses data like - analyzed weather data, processed statistic data (with Pandas and NumPy) from bicycle counters and health check statuses.