BlankerL / DXY-COVID-19-Crawler

2019新型冠状病毒疫情实时爬虫及API | COVID-19/2019-nCoV Realtime Infection Crawler and API

Home Page:https://lab.isaaclin.cn/nCoV/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

igor-litvinovich opened this issue · comments

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

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.