How to find nearest cities in a given radius?

前端 未结 6 1861
遇见更好的自我
遇见更好的自我 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:46

    Oracle, PostGIS, mysql with GIS extensions, sqlite with GIS extensions all support this kind of queries.

    If you don't have the dataset look at:

    http://www.geonames.org/

提交回复
热议问题