Amongst other things, I have the habit of keeping a detailed track of where I have been and for this purpose, I use my Garmin GPSMap 60CSx. I have configured this GPS to save track information every 3 seconds. If this information can be written in KML format, then the tracks can be visualized using Google Earth.
DVG – Mankutimmana Kagga – Verse 561
DVG – Mankutimmana Kagga – Verse 560
MySQL – Finding Locations Nearest To A Given Pair Of GPS Coordinates
Amongst other things, I have the habit of geotagging my photographs and for this purpose, I use my Garmin GPSMap 60CSx, an API I wrote to store tracks in MySQL & Geonames data in a MySQL [please refer to this if you wish to do so as well]. For completeness sake, the MySQL table structure that holds Geonames data is given below:
Continue reading … “MySQL – Finding Locations Nearest To A Given Pair Of GPS Coordinates”
DVG – Mankutimmana Kagga – Verse 559
DVG – Mankutimmana Kagga – Verse 558
DVG – Mankutimmana Kagga – Verse 557
DVG – Mankutimmana Kagga – Verse 556
PHP – Calculating Distance Between Two Locations Given Their GPS Coordinates
Amongst other things, I have the habit of geotagging my photographs and for this purpose, I use my Garmin GPSMap 60CSx, an API I wrote to store tracks in MySQL & Geonames data in a MySQL [please refer to this if you wish to do so as well]. For completeness sake, the MySQL table structure that holds Geonames data is given below:
Continue reading … “PHP – Calculating Distance Between Two Locations Given Their GPS Coordinates”
DVG – Mankutimmana Kagga – Verse 555
DVG – Mankutimmana Kagga – Verse 554
MySQL – Finding Nearest Record In Date/Time
Amongst other things, I have the habit of geotagging my photographs and for this purpose, I use my Garmin GPSMap 60CSx, an API I wrote to store tracks in MySQL & Geonames data in a MySQL [please refer to this if you wish to do so as well]. The work-flow might seem a bit complicated but from a personal perspective, it’s very much worth the effort. My camera and GPS unit are in sync with respect to time – enabling me to easily locate the GPS coordinates nearest in time to a photograph’s time-stamp – and, I can then use those GPS coordinates to look up the Geonames data [stored in my local MySQL database] and get details regarding the country, region/state, city/town/village. Once these details, they can be written into EXIF.
Continue reading … “MySQL – Finding Nearest Record In Date/Time”