我想要一些关于高容量地理编码API的建议。到目前为止,我已经联系了谷歌和雅虎。谷歌想用太多的钱换取太少的产品,而雅虎没有商业产品。
最初,我每天需要对大约250000个项目进行地理编码,但在不久的将来,这个数字将呈指数级增长,所以我需要一个与我们一起增长的解决方案。
有什么想法吗?
我想要一些关于高容量地理编码API的建议。到目前为止,我已经联系了谷歌和雅虎。谷歌想用太多的钱换取太少的产品,而雅虎没有商业产品。
最初,我每天需要对大约250000个项目进行地理编码,但在不久的将来,这个数字将呈指数级增长,所以我需要一个与我们一起增长的解决方案。
有什么想法吗?
有许多提供商提供批量和/或批量地理编码。您也可以购买数据集,具体取决于您的准确性和覆盖区域要求例如,微软提供了一个解决方案。我不能保证它的质量。
我会按喇叭SimpleGeo,看看可以达成什么样的交易;他们是一家初创公司,很可能渴望大量业务。
否则,我可能会开始寻找来源,而不是像谷歌这样的经纪人,例如TeleAtlas,但这肯定会很痛苦。
如果你的每日数字将以指数形式大于250K,例如1.5e+16,你一定会重复很多查询;找到一种方法来清理/规范化它们,以增加缓存命中率并将它们推送到memcached以关闭第三方查询。
这是一个有用的资源,在寻找获取TIGER数据的方法时偶然发现,这些数据必须是免费的,但仅限美国:http://www.vterrain.org/Culture/geocoding.html
One comment on simplegeo , their api is simple and the you can query large number of records in a very short term . But their geo coding quality is not as good as Google or even Bing. I had many cases where I got the same coordinates for different set of addresses. I m looking for a solution my self and I m testing the MapQuest api , seems like there is not rate limit (per say).
I m a Django newbie, and learning quickly. But I just can t figure out how to get this simple Google Maps user interface to pass the resulting lat/lon into my database. Can anyone help?
I m working with UK address data and also International address data. I need to geocode the address data for use on a google map. I m doing this using the HTTP service. Ie/ Constructing a query ...
I am in the process of extracting location entities ( Madison Square Garden , San Diego Zoo , etc.) from a large table of non-uniform location. I m trying to avoid multiple entities in my new table. ...
I want to make sure FireFox is using my local GPS on my machine (Dell Mini-10) for Location Aware browsing, not Google wi-fi triangulation services. How would one make sure FireFox is using the GPS?...
I m trying to add to my program that locates the person in GPS but sets a value to the State that person is in so example: GPS Locates person from his/her iphone then returns the state they are in so ...
Is there an open-source alternative to MaxMind GeoIP Country/City that I can use for MySQL?
I would like to show information on my website based on user s geography. In my current design would not want the user to enter their location/zip code. Using IP I can find user s location but how ...
I ve read similar posts, but still didn t find a solution for myself. Basically I have an array with countries+towns in PHP and I need to show them on the map with markers. Here is my code: function ...