opensoul.org

5 Comments

  1. Cameron Cameron July 9, 2007

    Been playing with it quickly on my lunch break and it seems fairly solid so far. Had attempted to integrate a_a_g and graticule into a project i’m working on last week and gave up due to the lack of a good, free geocoding service – the timing with this couldn’t have been better!

  2. Anthony Smith Anthony Smith September 5, 2007

    I really want to know whether its permitted to use the API to get a long/lat position from a UK postcode on a website registration form. In the terms and conditions it says something about batch processing… but is this something different? thank!

  3. Brandon Brandon September 5, 2007

    Anthony: I can’t say for certain, but doing a lookup as users access your site shouldn’t be considered “batch processing” and within the terms and conditions.

  4. chris chris May 21, 2009

    hi im trying to find an example of the UK geocoder for part of my final year project…..nothing seems to be coming up, has anyone got any links to some source code? thanks!!

  5. Brandon Brandon May 21, 2009

    chris,

    You don’t need to do anything special for the UK. Just use the Google geocoder.

    geocoder = Graticule.service(:google).new API_KEY
    location = geocoder.locate :street => "…", :locality => "London", :country => "GB"
    

Post a Comment

Comments use textile. Anonymous comments will be deleted.

My name is Brandon Keepers. I like to build things, usually in Ruby or JavaScript. I work at GitHub and live in Holland, MI.

Popular Posts