Cities/Province/Cantons list with coords?

自作多情 提交于 2020-01-05 02:31:49

问题


where can I get a list of that? I need the coords of the distrits and cantons of Costa Rica, is there a place to get those?

thanks in advance


回答1:


geonames.org is a public database of all cities/towns with a population over 1000. The data for each city includes geo coordinates and administrative division, which I believe would be your districts, provinces or cantons.




回答2:


Check out the Costa Rica link here - it may suit your needs.

I found it with this search:

http://www.bing.com/search?q=%22costa+rica%22+%2Bgeocode+database&form=QBRE&qs=n&sk=&sc=1-31

Since you're using Python, you can read it using the csv module as described here: http://www.doughellmann.com/PyMOTW/csv/




回答3:


The link left by David is to the National Geospatial-Intelligenace Agency (NGA) GEONet Server. This only has geodata for foriegn countries. For the US and its dependencies, the geocode data is maintained by the USGS in the GNIS Server at:

http://geonames.usgs.gov/domestic/download_data.htm



来源:https://stackoverflow.com/questions/4961469/cities-province-cantons-list-with-coords

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!