BlankerL / DXY-COVID-19-Crawler

2019新型冠状病毒疫情实时爬虫及API | COVID-19/2019-nCoV Realtime Infection Crawler and API
https://lab.isaaclin.cn/nCoV/
MIT License
1.99k stars 400 forks source link

How do i find geo coordinates by locationId that present in the dataset #97

Closed igor-litvinovich closed 4 years ago

igor-litvinovich commented 4 years ago

image is there any ways to find geo coordinates by the locationId like 430000?

BlankerL commented 4 years ago

If you would like to do visualization, there are many packages that can help you to deal with this. You only need to provide the countryName, provinceName (and cityName), and the packages will find the corresponding city for you. You do not need to get the coordinates on your own.

Maybe you can try ECharts, D3.

I am not quite familiar with this field, maybe others will have better solution.