By Andres | In Toolbox
Last night I revisited the various mashups out there for the SoCal fires…the fires a truly tragic situation to say the least. In an effort to familiarize myself more with the Flickr API, I thought it might be worthwhile to mash the geotagged Flickr photos related to the fire with Google Maps. My goal was to create another way for folks to visualize the scene and get a feel for what folks have taken photos of.
As I worked more with this great API, I realized that it would be worthwhile to create a little PHP script that serves up the geotagged photos as KML or GeoRSS. So I did. You can see the map mashup I created with the KML from the geotagged photos. The output is based on a geographic extent that covers the San Diego and Los Angeles metropolitan regions (and then some), and photos used are from 10-15-2007 or newer. Results are mixed, and I guesstimate that about 80% of the photos are related to the fires and the rest are random SoCal photos.
You can customize the KML/GeoRSS…documentation below the screen shots.


Take this script with a grain of salt…a developer I do not claim to be.
To get KML
http://www.blinkgeo.com/labs/burnkml.php?format=kml&page=<page number, default is 1>&keywords=<your keywords separated by spaces, default is fire>
e.g., http://www.blinkgeo.com/labs/burnkml.php?format=kml&page=1&keywords=wild fire irvine
To get GeoRSS
http://www.blinkgeo.com/labs/burnkml.php?format=georss&page=<page number, default is 1>&keywords=<your keywords separated by spaces, default is fire>
e.g., http://www.blinkgeo.com/labs/burnkml.php?format=georss&page=1&keywords=fires san diego
Let me know what you think…
Technorati Tags: flickr, api, kml, georss, fires, california, photos, geotagging, map+mashup
Site Search Tags: flickr, api, kml, georss, fires, california, photos, geotagging, map+mashup
Stay up to date by subscribing to my RSS feed
Trackback