Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

创建带有地理信息的mockup数据 #5

Closed
tongshuangwu opened this issue Jan 27, 2020 · 2 comments
Closed

创建带有地理信息的mockup数据 #5

tongshuangwu opened this issue Jan 27, 2020 · 2 comments

Comments

@tongshuangwu
Copy link
Collaborator

tongshuangwu commented Jan 27, 2020

生成一些带地理数据的mockup数据,支持地图通用组件的创建
例如医院需求数据:

{
   name: "武汉协和医院",
   coord: [1, 1],
   requests: [
         [口罩,10000]
         ....
    ]
}

mockup数据存在:https://github.com/wuhan2020/map-viz/tree/master/mock
现包括疫情数据(不带时间信息),可供参考。

相关描述:
#15 通用地图组件
#3 数据接口设计

@tongshuangwu tongshuangwu changed the title 创建mockup数据 创建带有地理信息的mockup数据 Jan 29, 2020
@tongshuangwu tongshuangwu moved this from To do to In progress in Map Visualization Jan 29, 2020
@Ritaotao
Copy link
Contributor

/self-assign

@tongshuangwu
Copy link
Collaborator Author

tongshuangwu commented Jan 29, 2020

做这个的小伙伴可以关注一下他们数据收集的格式:
https://github.com/wuhan2020/wuhan2020

以及这里好像能看到后端生成数据的interface:
https://github.com/wuhan2020/rest-api/blob/master/source/model/common.ts

Ritaotao added a commit to Ritaotao/map-viz that referenced this issue Jan 29, 2020
tongshuangwu added a commit that referenced this issue Jan 29, 2020
@tongshuangwu tongshuangwu moved this from In progress to Done in Map Visualization Jan 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

2 participants