Posts Tagged ‘gps’

USB to Serial Adapter for Ubuntu

Monday, June 18th, 2007

I recently received an updated laptop at work — a nice hp nc6400 notebook. Unlike the previous nc6000, this new on does not include a serial port which is problematic for the Garmin to serial cable I have. I ordered from CompUSA a USB to Serial Adapter by CablesToGo (model 26886) and it works great out of the box on Ubuntu/Feisty.

All I needed to change is the serial port to use, so:

gpsbabel -t -i garmin -f /dev/ttyS0 -o kml,points=0,line_color=ff0000ff -F waypoints.kml
gpsbabel -t -i garmin -f /dev/ttyS0 -o gpx -F waypoints.gpx

becomes:

gpsbabel -t -i garmin -f /dev/ttyUSB0 -o kml,points=0,line_color=ff0000ff -F waypoints.kml
gpsbabel -t -i garmin -f /dev/ttyUSB0 -o gpx -F waypoints.gpx

FWIW, it uses the pl2303 kernel module.

Greater Grater Woods geocache replaced

Thursday, May 10th, 2007

This evening Griffin, Trevor and I replaced the Greater Grater Woods (GC10QMW) geocache that some kids trashed. It was the one near the north part of the Grater Woods property near some very large rocks — it turns out that it is about 500ft from Beebe Lane. Last winter that area seemed so far and remote, but it is very close to a number of homes.

We were going to replace the camera in the Lesser Grater Woods cache, but now that we can’t just walk across the frozen water, you have to go east around the beaver pond or just approach it from the MMS side. Maybe tomorrow evening.

I brought along my camera and GPS and took a bunch of photos that you can see via Google Maps.

Either click here to see it on Google’s maps.google.com site.

(Click on some of the photo icons)

Or if you have the Google Earth (free for Windows/Mac/Linux) application installed, click here and it should run on your PC (and faster, more features).

There is a free open source application, gpicsync, for Windows/Linux that takes the GPS track info and matches it up with the timestamp of the photos and generates a file for Google Earth to use.

gpicsync on Ubuntu/Feisty

Saturday, April 28th, 2007

GPicSync is a very nice cross-platform tool to match up photos with GPS locations. However it requires a package that isn’t included by default by Ubuntu/Feisty.

1. Download GPicSync from http://code.google.com/p/gpicsync/

2. Unpack it: tar zxf Linux-GPicSync-0.91.tar.gz

3. Move to the directory it created: cd Linux-GPicSync-0.91

4. Set the GUI and command line versions of the program executable: chmod +x gpicsync-GUI.py gpicsync.py

5. Install the Ubuntu/Feisty package python-wxgtk2.8 which provides the python bindings for the wx library and the exiftool: sudo apt-get install python-wxgtk2.8 libimage-exiftool-perl

6. Run the program and start geotagging photos: ./gpicsync-GUI.py