IDB IDB Invest Coronavirus Impact Dashboard Save

Follow the impact of COVID-19 outbreak in Latin America in real time

Project README

Coronavirus Traffic Congestion Impact in Latin America with Waze Data

Quality Gate Status analytics image (flat) analytics

Follow the impact of Coronavirus outbreak in Latin America in real time.

landing_dash Go to dashboard: ENGLISH ESPAÑOL

The Coronavirus Impact Dashboard has been created by the IDB and IDB Invest to track in real time the impact of the coronavirus (also known as COVID-19) on the countries of Latin America and the Caribbean. The dashboard aims to track a range of variables of interest in order to provide policymakers, epidemiologists, and the general public in the region with measures of the impact that “social distancing” restrictions and recommendations due to the coronavirus outbreak are having on the population and on economic activity.

:warning: All the data in the daily and weekly series has been replaced by a new version of the series, because duplicated data was found for specific regions and dates in the data published in 2020. This problem has now been fixed, but there could be differences between the data in this version of the Dashboard and prior version. Data in the latest update of the Dashboard is available only until July 11th, 2021 as internat changes are being made to the process of downloading and storing data. Updated information will become available in Octobre 2021.

:warning: In addition, due to unexpected difficulties with downloading and re-processing the data, right now we are not providing TCI changes for the countries of Brazil and Mexico (but we do provide their cities). This will be solved in the next few weeks.

Use the data

The data was also though to be used by the broad community of researchers, journalists and developers. If you have any ideas or doubts about using the data, do not hesitate to submit an issue.

But first, make sure you understand the data:

  • Data Dictionary
  • The Methodological Note will also continuously track and update methodological changes (when necessary) and changes/additions to data sources. The version of the Methodological Note and its date of creation are shown at the top of the document.

The latest version of the data is easily available through the methods below.

:warning: By mistake, traffic congestion information for Fortaleza (Brazil) was being reported as Natal (Brazil). This has been solved, and now "Natal" reflects the traffic congestion for that metropolitan area, and Fortaleza data is reported under "Fortaleza".

Download Manually

Access the sheets

Python

import pandas as pd

daily = pd.read_csv('[daily]')
weekly = pd.read_csv('[weekly]')
metadata = pd.read_csv('[metadata]')

R

library(readr)

daily<-read_csv('[daily]')
weekly<-read_csv('[weekly]')
metadata<-read_csv('[metadata])

Stata

import delimited using "[daily]", clear
import delimited using "[metadata]", clear
import delimited using "[metadata]", clear

Waze for Cities Partners

You can find materials prepared for Waze for Cities Partnership Partners here.

Ask for a specific region

The way that the pipeline was implemented allow us to query any region in Latin America. To ask for an specific region(s) of interest please submit an issue.

Click here to request regions

Don't forget to cite us :)

To cite the IDB and IDB Invest Coronavirus Impact Dashboard, please use the following reference:

Inter-American Development Bank and IDB Invest. "IDB And IDB Invest Coronavirus Impact Dashboard". 2020. Inter-American Development Bank.www.iadb.org/coronavirus-impact-dashboard

To cite this Methodological Note, please use the following reference:

Inter-American Development Bank and IDB Invest. IDB And IDB Invest Coronavirus Impact Dashboard Methodological Note. Washington, DC: Inter-American Development Bank, 2020.https://iadb-comms.org/coronavirus-impact-dashboard-methodological-note.

Team

Development Effectiveness Division Chiefs

  • IDB: Carola Alvarez

  • IDB Invest: Alessandro Maffioli

Technical Team Leaders

  • IDB: Oscar Mitnik

  • IDB Invest: Patricia Yañez-Pagans

Technical Team

  • IDB: João Carabetta, Daniel Martinez, Edgar Salgado, Beatrice Zimmermann, Sonia Mendizabal

  • IDB Invest: Mattia Chiapello, Luciano Sanguino

Communications Team

  • IDB: Lina Botero, Andrés Gómez-Peña

  • IDB Invest: Norah Sullivan

IT Team

  • IDB: eBFactory

  • IDB Invest: Maiquel Sampaio de Melo

License

This work is licensed under a Creative Commons IGO 3.0 - see the LICENSE.md file for details.

Acknowledgments

About

This repository reflects the code being used in the most current version of the dashboard at the Traffic Congestion tab.

Open Source Agenda is not affiliated with "IDB IDB Invest Coronavirus Impact Dashboard" Project. README Source: EL-BID/IDB-IDB-Invest-Coronavirus-Impact-Dashboard

Open Source Agenda Badge

Open Source Agenda Rating