This project analyzes and forecasts noise levels in Barcelona, focusing on two main objectives:
- Predict future noise levels using historical data.
- Address the impact of COVID-19 lockdown on noise trends.
- Predict future noise trends for urban planning.
- Evaluate the impact of COVID-19 on noise levels.
- Compare pre- and post-COVID noise patterns.
This project utilizes data from the Noise Monitoring Network provided by OPEN DATA BCN, the open data portal of Barcelona City Council. The dataset is publicly available and subject to the licensing terms outlined on their website.
We acknowledge and thank OPEN DATA BCN for making this data available to the public.
- Time Series Forecasting:
- Models: ARIMA, SARIMAX, Linear, Gradient Boosting, Random Forest, Decision Tree Regressors
- Metrics: RMSE, MAPE, R2
- Forecasts: Predictive insights for future noise levels.
- COVID Impact: Quantified noise reduction during restrictions.
- Programming: Python (Pandas, NumPy, Statsmodels, Scikit-Learn).
- Visualization: Folium, Matplotlib, Seaborn.
- Extend forecasting to all city sensors
- Integrate external factors like traffic and weather.
- Build an interactive dashboard for noise monitoring.