dav*_*z38 11 zipcode geolocation
我需要找到邮政编码的5个最近的邮政编码.例如,我有33304,我需要找到最近的那些,如33309,33308 ......
是否有某个数据库或Web服务可以帮助我?
我想我要建立自己的数据库才能做到这一点?我知道该怎么做,但万一已经完成了......
sle*_*led 11
什么国家?也许你想结帐Geonames:http://www.geonames.org/
特别是:http://www.geonames.org/export/web-services.html#findNearbyPostalCodes
这个答案是为了回应最近请求美国邮政编码位置的赏金.
美国人口普查局在其网站上有一个邮政编码列表(纬度和经度).
的邮政编码制表区域是包含(如在文件格式的描述中所述),其它行业中有CSV:
Column 1 GEOID Five digit ZIP Code Tabulation Area Census Code
...
Column 6 INTPTLAT Latitude (decimal degrees) First character is blank or "-" denoting North or South latitude respectively
Column 7 INTPTLONG Longitude (decimal degrees) First character is blank or "-" denoting East or West longitude respectively
Run Code Online (Sandbox Code Playgroud)
我将交叉引用上述内容,并使用人口普查局的县商业模式CSV中的数据来获取城市,州和县名称.该文件格式描述为包含(以及其他字段):
ZIP C ZIP Code
NAME C ZIP Code Name
...
CITY C ZIP City Name
STABBR C ZIP State Abbreviation
CTY_NAME C ZIP County Name
Run Code Online (Sandbox Code Playgroud)
归档时间: |
|
查看次数: |
18676 次 |
最近记录: |