On 4/10/06, <b class="gmail_sendername">Josh ChaitinPollak</b> <<a href="mailto:josh@offthehill.org">josh@offthehill.org</a>> asked:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Can anyone point me in the direction of some Linux tools for logging<br>gps data and posting them to a website? </blockquote><div><br>
At some point, I want to do the same thing in Perl myself, but it's not early on my queue.<br>
<br>
I would try Perl's GPS::* modules on CPAN to connect to a GPS portably.  <br>
    <a href="http://search.cpan.org/search?mode=all&query=gps">http://search.cpan.org/search?mode=all&query=gps</a><br>
Variants for Garmin, NMEA, and other brands exist. (I should try this
to pull me waypoints off the old Garmin and push them to the new
Garmin.)<br>
<br>
For a less-portable, Linux-specific solution, Gentoo package list has
"gpsbabel" and "gpsd" in the sci-geosciences section, but both are
"Masked"; and app-misc/gpsdrive. Ubuntu lists the same plus <a href="http://packages.ubuntulinux.org/breezy/science/gpx2shp">gpx2shp</a>, dgpsip, gpsd-clients, gpsman, gpstrans.<br>
<br>
The Quantian Linux distro has a number of GIS tools, but doesn't appear to include GPS support out of the box?<br>
</div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Bonus points for a tool that<br>can draw graphs of a list of gps coordinates as a graphic and post
<br>them to the web, which is what I'm really after. Even better if it<br>can overlay over a map.<br></blockquote></div><br>
For the graphing on maps, I use the GD lib and Perl wrapper. 
While I enjoy working with map projections, I got permission from JHU
to use maps they developed that are simple to use: LAT=-y, LON=-x. At
mid-lattitudes, the typical aspect ratio of a one-degree "square" isn't
that different from the typical aspect ratio of a pixel, so it works
out moderately well -- circles would be mild ovals.<br>
    <a href="http://ema.arrl.org/fd/About.html">http://ema.arrl.org/fd/About.html</a><br>
The data shown on the maps here are not directly from GPS, but are used
to set GPS waypoints for the visitors whose reported tracks are
plotted: <br>
   <a href="http://ema.arrl.org/fd/history/tour2003.html">http://ema.arrl.org/fd/history/tour2003.html</a><br>
<br>

-- <br>Bill<br><a href="mailto:n1vux@arrl.net">n1vux@arrl.net</a> <a href="mailto:bill.n1vux@gmail.com">bill.n1vux@gmail.com</a>