美国COVID-19疫情期间多尺度动态人口流动数据集

提供美国COVID-19疫情期间从2020年3月1日起的多尺度(普查区、县、州)每日和每周人口流动OD数据,用于疫情监测与政策支持。

威斯康星大学麦迪逊分校地理数据实验室威斯康星大学麦迪逊分校地理数据实验室
arXiv
2020-11-03 更新
浏览 2
表格COVID-19人口流动

基本信息

模态
表格
创建/更新时间
2020-11-03

资源简介

本数据集由威斯康星大学麦迪逊分校地理数据实验室创建,提供美国COVID-19疫情期间自2020年3月1日起的多尺度动态人口流动数据。通过分析数百万匿名手机用户的访问地点,计算并聚合了每日和每周的起点到终点(O-D)人口流动,涵盖人口普查区、县和州三个地理尺度。用于监测疫情传播动态、支持公共卫生政策制定,并适用于其他社会感知和交通应用。

原始链接

https://github.com/GeoDS/COVID19USFlows

arXiv 论文 →
访问原始数据

官方服务

如需原始数据获取支持或标注服务,请联系我们。

帮我联系

下载信息

注册下载

Tips: 该数据集需要在对应的数据源网站注册通过后,才能进行数据下载,注册有对应要求,或者需要收费。

暂未开放

公开下载

Tips: 该数据集属于公开下载,应该可以免费公开下载。

免登录

有偿下载

Tips: 该数据集 Qianfanghub 可以协助提供有偿下载服务,注意,服务不针对数据相关产权,只是技术服务费。

提供高速下载与技术交付服务(收技术服务费,非数据销售)

暂未开放

千方医数集,医疗数据集部分,是为社区服务的公开医疗数据集搜索引擎,并不存储或者下载原始的任何数据。 如果您有其他医疗数据需求,可以和客服联系,或者下工单。我们有强大的三甲医疗机构帮助您提供个性化的医疗数据定制、采集、标注服务。

使用方式

数据集获取

git clone https://github.com/GeoDS/COVID19USFlows.git

curl -L -o repo.zip https://github.com/GeoDS/COVID19USFlows/archive/refs/heads/master.zip
unzip repo.zip

源站 README 摘录(使用方式)

<! PROJECT LOGO >
<br />
<h2 align=“center”>Multiscale Dynamic Human Mobility Flow Dataset in the U.S. during the COVID-19 Epidemic</h2>
GeoDS Lab, Department of Geography, University of Wisconsin-Madison.
<br />
·

<! TABLE OF CONTENTS >

Table of Contents

<! Citation >

Citation

If you use this dataset in your research or applications, please cite this source:

Kang, Y., Gao, S., Liang, Y. Li, M., Rao, J. and Kruse, J. Multiscale dynamic human mobility flow dataset in the U.S. during the COVID-19 epidemic. Scientific Data 7, 390 (2020). https://www.nature.com/articles/s41597-020-00734-5

@article{kang2020multiscale,
  title     = {Multiscale Dynamic Human Mobility Flow Dataset in the U.S. during the COVID-19 Epidemic},
  author    = {Kang, Yuhao and Gao, Song and Liang, Yunlei and Li, Mingxiao and Kruse, Jake},
  journal   = {Scientific Data},
  volumn    = {7},
  issue     = {390},
  pages     = {113},
  year = {2020}
}

<! ABOUT THE PROJECT >

About The Project

Understanding dynamic human mobility changes and spatial interaction patterns at different geographic scales is crucial for monitoring and measuring the impacts of non-pharmaceutical interventions (such as stay-at-home orders) during the pandemic. In this data descriptor, we introduce an up-to-date multiscale dynamic human mobility flow dataset across the United States, with data starting from January 1st, 2019. By analyzing millions of anonymous mobile phone users’ visit trajectories to various places provided by SafeGraph, the daily and weekly dynamic origin-to-destination (O-D) population flows are computed, aggregated, and inferred at three geographic scales: census tract, county, and state. There is high correlation between our mobility flow dataset and openly available data sources, which shows the reliability of the produced data. Such a high spatiotemporal resolution human mobility flow dataset at different geographic scale

数据加载示例(表格/文本类)

import pandas as pd, glob, os

files = (glob.glob(os.path.join(path, "**", "*.csv"), recursive=True)
       + glob.glob(os.path.join(path, "**", "*.tsv"), recursive=True)
       + glob.glob(os.path.join(path, "**", "*.xlsx"), recursive=True))
print("数据文件:", files)
df = pd.read_csv(files[0])
print(df.shape); print(df.columns.tolist()); print(df.head(3))

完整仓库:github.com/GeoDS/COVID19USFlows

精度瓶颈?数据缺失?

当前公开数据无法满足您的算法精度?千方提供针对 新型冠状病毒肺炎 的高质量、多模态真实临床数据定制解决方案。

获取专属数据定制方案