Web 应用程序的简单地理数据源

发布于 2024-07-07 21:46:43 字数 102 浏览 9 评论 0原文

对于我正在开发的 Web 应用程序,我需要了解大约 300 个美国城市的纬度/经度。 我还需要知道每个美国邮政编码的纬度/经度。

有谁知道可以免费获取此信息的来源吗?

For a web app I'm working on, I need to know the lat/lon of about 300 US cities. I also need to know the lat/lon for every US zip code.

Does anyone know of a free source to get this information?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

抱猫软卧 2024-07-14 21:46:43

Freebase 可能会为您提供帮助。 这里是纽约,它有纬度/经度。

沃尔玛扩张视频使用 Freebase 获取其数据,听起来像您'正在做类似的事情。

Freebase will likely be able to help you. Here is New York and it has Lat/Long.

The Wal-Mart Expansion video used Freebase to get it's data, and it sounds like you're doing something similar.

剩一世无双 2024-07-14 21:46:43

看看 Ben Fry 的邮政编码可视化工具。 这是他的书可视化数据的一部分。

Take a look at Ben Fry's Zip Code Visualizer. This is part of his book Visualizing Data.

定格我的天空 2024-07-14 21:46:43

Geocoder.us 上有一个在线数据库。 还有一个简单的perl模块(我们添加了一个soap服务这样我们就可以简单地从任何语言访问它,开发过程中最长的部分是下载数据库(大约 4 GB)。)地理编码数据库可以从美国人口普查局获得,一篇关于如何进行此设置的好文章可以可以在此处找到。

There is an online database at Geocoder.us. And a simple perl module (we added a soap service to this so we could simply access it from any language, and the longest part of the development process was downloading database (it's about 4 GB).) The geocoing database is available from the US census bureau, a good article on getting this setup can be found here.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文