News Feed
Jobs Feed
Sections




News Archive
PHPImpact Blog:
Geo Proximity Search with PHP, Python and SQL
February 09, 2009 @ 10:28:29

On the PHP::Impact blog, Federico takes a look at finding geo-proximity to a find a location on a map and plot it and find the distance to another point - all with the help of PHP, Python and SQL.

Basically, what I'm doing is plotting a radius around a point on a map, which is defined by the distance between two points on the map given their latitudes and longitudes. To achieve this I'm using the Haversine formula (spherical trigonometry). This equation is important in navigation, it gives great-circle distances between two points on a sphere from their longitudes and latitudes.

Included in the post is the code for three different implementations - PHP, Python and SQL, all using that same formula.

0 comments voice your opinion now!
geoproximity search python sql haversine radius latitude longitude


blog comments powered by Disqus

Similar Posts

Travis Swicegood's Blog: Repository Pattern in PHP

(IN)Secure Magazine: Issue 1.6 Posted (March 2006)

Zend Developer Zone: Zend Framework Browser Plugins

DZone.com: Java PHP Python -- Which is "Faster In General"?

Lorna Mitchell's Blog: PHP Developer at a Python Conference


Community Events











Don't see your event here?
Let us know!


framework usergroup introduction zendframework2 opinion interview phpunit community conference symfony2 functional language testing release series rest development database podcast google

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework