Archive

Posts Tagged ‘gps’

New GPS input filter

December 3rd, 2008 No comments

Recently a new input filter for GPS data was added to phTagr. Now, NMEA files from GPS logger such as Sony’s GPSCS1 can be imported directly and adds the GPS coordinates of the images. Combined with Google Maps it adds a nice feature to the gallery to locate your image inside the map.

The GPS coordinates are exported to the EXIF header as GPSLatitude, GPSLatitudeRef, GPSLongitude, GPSLongitudeRef values on the next meta data sync.

While the GPS data are saved in UCT, your timezone of your image might be a different one. The current implementation has a static time offset of two hours (UCT+2), but a special option should be implemented soon. Also an import filter for KML files would be a nice option.

Categories: announce, phtagr, user Tags: , ,

Google Maps and RSS

May 24th, 2008 No comments

phTagr supports now Google Maps and RSS feeds! Click here for a demo of the Google Map integration. To enable Google Maps you have to set the Google Maps key in Preference/System from the admin account.

The geo meta data is extracted from new images using Exif tags GPS Latitude and Longitude. I have written a small PHP tool gpssync (available here) which extracts the GPS position of an NMEA file (e.g. from the GPS tracker Sony GPS CS1). It estimates the position by linear interpolation and saves the GPS position using exiftool. Call “./gpssync.sh -g WG20080504135002.log *.jpg” to synchronize the geo positions to your images.

The phTagr image explorer provides now a RSS feed for new (public) images where users can subscribe to it to be informed about new images automatically. You can add the RSS feed (found here) to your favorite RSS reader (e.g. Thunderbird) and wait for new published images. You never need to visit the gallery again to check for new content!

Categories: Uncategorized Tags: , ,