Tags

2 items have been tagged with source

Total Place in the news: April

0
responses
0
solutions
Links to what people have being saying about Total Place in April 2010. more

Get geo-position coordinates from a UK postcode with Ruby

0
responses
0
solutions
Introducing Pat, au ultra-lightweight Ruby gem for postcode->geolocation in the UK.It’s easy to install:sudo gem install patAnd easy to use. (Try it from the command-line with irb -r rubygems -r pat)postcode = Pat.get(“SW1A 2TT”)<>postcode["geo"]["lat"]=> “51.502308″postcode["geo"]["lng"]=> “-0.124</>... more