meli-lewis / DL-COVID-19

Mobility changes in response to COVID-19, provided by Descartes Labs

Home Page:https://descarteslabs.com/mobility/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Data for Mobility Changes in Response to COVID-19

[ U.S. mobility Data (ndjson) | U.S. mobility Data (csv) | U.S. m50_index Data (alternate csv) ]

Descartes Labs is releasing mobility statistics (representing the distance a typical member of a given population moves in a day) at the US admin1 (state) and admin2 (county) level. A technical report describing the motivation behind this work with methodology and definitions is available at descarteslabs.com/mobility-v097. We intend to update the data in this repository regularly.

Note: Data for 2020-04-20 did not meet quality control standards, and was not released.

Mobility Data

NDJSON format data can be found in the DL-us-mobility.ndjson file.

{"cc": "US", "admin_level": 2, 
"admin1": "New Mexico", "admin2": "Santa Fe County", "fips": "35049", 
"date": ["2020-03-24", "2020-03-25", "2020-03-26"], 
"samples": [1337, 1292, 1331], 
"m50": [0.155, 0.278, 0.095], 
"m50_index": [2, 4, 1]}
...

The same data is available in CSV format in the DL-us-mobility-daterow.csv file.

date,country_code,admin_level,admin1,admin2,fips,samples,m50,m50_index
2020-03-26,US,2,"New Mexico","Santa Fe County","35049",1331,0.095,1
...

An alternate arrangement of the same data in CSV format with dates in the header, which may be preferable for some users, is in the DL-us-m50.csv, DL-us-m50_index.csv and DL-us-samples.csv files.

country_code,admin_level,admin1,admin2,fips,2020-03-24,2020-03-25,2020-03-26
US,2,"New Mexico","Santa Fe County","35049",2,4,1
...

Field description

  • country_code: ISO 3166-1 alpha-2 code.
  • admin_level: 0 for country, 1 for admin1, 2 for admin2 granularity.
  • admin1: GeoNames ADM1 feature name for the first-order administrative division, such as a state in the United States.
  • admin2: GeoNames ADM2 feature name for the second-order administrative division, such as a county or borough in the United States.
  • fips: FIPS code, a standard geographic identifier, to make it easier to combine this data with other data sets.
  • samples: The number of samples observed in the specified region.
  • m50: The median of the max-distance mobility for all samples in the specified region.
  • m50_index: The percent of normal m50 in the region, with normal m50 defined during 2020-02-17 to 2020-03-07.

Visualization and Analysis

License and Attribution

This data is licensed under a Creative Commons Attribution 4.0 International License, which requires attribution to "Descartes Labs." Scientific publications may cite,

Warren, Michael S. & Skillman, Samuel W. "Mobility Changes in Response to COVID-19". arXiv:2003.14228 [cs.SI], Mar. 2020. arxiv.org/abs/2003.14228

For online use, please additionally link to our page at descarteslabs.com/mobility/.

See the LICENSE for the terms of use for this data.

Contact Us

If you have questions, please contact us at:

dl-covid-19@descarteslabs.com

We also encourage you to register with us in order to receive updates about the analysis methodology or changes to this data.

Citations

Song Gao, Jinmeng Rao, Yuhao Kang, Yunlei Liang, Jake Kruse, "Mapping county-level mobility pattern changes in the United States in response to COVID-19". arXiv:2004.04544 [physics.soc-ph], Apr. 2020. arxiv.org/abs/2004.04544

Shuo Chen, Qin Li, Song Gao, Yuhao Kang, Xun Shi, "Mitigating COVID-19 outbreak via high testing capacity and strong transmission-intervention in the United States". medRxiv, Apr. 2020. www.medrxiv.org/content/10.1101/2020.04.03.20052720v1

IHME COVID-19 health service utilization forecasting team, Christopher JL Murray, "Forecasting the impact of the first wave of the COVID-19 pandemic on hospital demand and deaths for the USA and European Economic Area countries". medRxiv, Apr. 2020. www.medrxiv.org/content/10.1101/2020.04.21.20074732v1

Song Gao, Jinmeng Rao, Yuhao Kang, Yunlei Liang, Jake Kruse, Doerte Doepfer, Ajay K. Sethi, Juan Francisco Mandujano Reyes, Jonathan Patz, Brian S. Yandell, "Mobile phone location data reveal the effect and geographic variation of social distancing on the spread of the COVID-19 epidemic". arXiv:2004.11430 [cs.SI], Apr. 2020. arxiv.org/abs/2004.11430

Sepehr Ghader, Jun Zhao, Minha Lee, Weiyi Zhou, Guangchen Zhao, Lei Zhang, "Observed mobility behavior data reveal social distancing inertia". arXiv:2004.14748 [cs.CY], Apr 2020. arxiv.org/abs/2004.14748

Nabarun Dasgupta, Michele Jonsson Funk, Allison Lazard, Benjamin Eugene White, Stephen W. Marshall, "Quantifying the social distancing privilege gap: a longitudinal study of smartphone movement". medRxiv, May 2020. www.medrxiv.org/content/10.1101/2020.05.03.20084624v1

Donghai Liang, Liuhua Shi, Jingxuan Zhao, Pengfei Liu, Joel Schwartz, Song Gao, Jeremy A Sarnat, Yang Liu, Stefanie T Ebelt, Noah C Scovronick, Howard Chang, "Urban Air Pollution May Enhance COVID-19 Case-Fatality and Mortality Rates in the United States". medRxiv, May 2020. www.medrxiv.org/content/10.1101/2020.05.04.20090746v1

Grant McKenzie, Benjamin Adams, "A country comparison of place-based activity response to COVID-19 policies". arXiv:2005.08738 [cs.SI], May 2020. arxiv.org/abs/2005.08738

Related Press Coverage

About

Mobility changes in response to COVID-19, provided by Descartes Labs

https://descarteslabs.com/mobility/

License:Creative Commons Attribution 4.0 International


Languages

Language:Python 100.0%