"Happy that I anticipated S3 downtime and designed an automatic failover a LOOONNNGGG time ago. Stop bitching if it's down -- fail over, duh." via Twitter
Code
Geocoding, Maps, and Django
Jun 22, 2008
With mapping mashups springing up everywhere, integrated mapping has come to be expected in the latest and greatest applications. You know you want your new Django project to map addresses, but you're not quite sure how to go about it. I'm here to help! APIs like Google Maps require that you provide map points in (latitude, longitude) format. With a module called GeoPy, you can convert arbitrarily-formatted street addresses into their corresponding latitudes and longitudes using a variety of geocoding... [ Read the rest... ]