How to find nearest cities in a given radius?

前端 未结 6 1859
遇见更好的自我
遇见更好的自我 2020-12-31 15:41

Do you know some utility or a web site where I can give US city,state and radial distance in miles as input and it would return me all the cities within that radius?

<
6条回答
  •  隐瞒了意图╮
    2020-12-31 16:22

    I do not have a website, but we have implemented this both in Oracle as a database function and in SAS as a statistics macro. It only requires a database with all cities and their lat and long.

提交回复
热议问题