<div dir="auto">If you can use Python then take a look at Matplotlib it can do all your plotting needs.<div dir="auto"><br></div><div dir="auto">If you need help send me an example of your data.</div><div dir="auto"><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, 25 Aug 2020 06:29 John Ackermann N8UR <<a href="mailto:jra@febo.com">jra@febo.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Thanks, Jochen!<br>
<br>
I am not familiar with foxtrotgps but will look at it.  I think it may <br>
be overkill for my needs but maybe not.  One thing is that I'm talking <br>
about small distances -- spacing of <50 meters between points, usually.<br>
<br>
I probably have the Python code available to fairly easily read a list <br>
of lat/lon and calculate distance/bearing between each pair.  What I <br>
don't have is the knowledge to then plot that onto a sheet to a sheet to <br>
create what looks like a survey map with boundaries and markers.<br>
<br>
John<br>
----<br>
<br>
On 8/24/20 3:16 PM, Jochen Peters wrote:<br>
> Hi John,<br>
> <br>
> I had a similar problem: I couldn't find a program with which I could load and display tracks including distances. In my case I had the additional problem that I wanted to draw and save these tracks myself.<br>
> <br>
> I then looked at the code of foxtrotgps and made a few changes:<br>
> <br>
> - when loading lat/lon lists the distances per waypoint are displayed on the terminal<br>
> - when measuring a multi-point distance, each point with distance is copied to the clipboard (instead of only the last point)<br>
> <br>
> The first point would be interesting for you, even if no bearing is calculated. Unfortunately I didn't get any feedback from foss-gps if these additional functions are wanted and so I never made an attempt to get this change applied to "the original foxtrotgps".<br>
> <br>
> If you can program by yourself, you can have a look at my changes. So when loading tacks you might be able to quickly add the desired calculations by yourself:<br>
> <br>
> <a href="https://bazaar.launchpad.net/~deadlockz/+junk/jochen/revision/325" rel="noreferrer noreferrer" target="_blank">https://bazaar.launchpad.net/~deadlockz/+junk/jochen/revision/325</a><br>
> <br>
> kind regards<br>
> Jochen<br>
> <br>
> Am Mon, 24 Aug 2020 14:32:30 -0400<br>
> schrieb John Ackermann N8UR <<a href="mailto:jra@febo.com" target="_blank" rel="noreferrer">jra@febo.com</a>>:<br>
> <br>
>> Hi --<br>
>><br>
>> I'm looking for a program that would input multiple lat/lon positions<br>
>> and plot them, showing bearing and distance between the various<br>
>> points. Does such a thing exist?<br>
>><br>
>> Thanks!<br>
>><br>
>> John<br>
>> _______________________________________________<br>
>> This message is sent to you from <a href="mailto:FOSS-GPS@lists.osgeo.org" target="_blank" rel="noreferrer">FOSS-GPS@lists.osgeo.org</a> mailing<br>
>> list. Visit <a href="https://lists.osgeo.org/mailman/listinfo/foss-gps" rel="noreferrer noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/foss-gps</a> to<br>
>> manage your subscription For more information, check<br>
>> <a href="http://wiki.osgeo.org/wiki/FOSS-GPS" rel="noreferrer noreferrer" target="_blank">http://wiki.osgeo.org/wiki/FOSS-GPS</a><br>
> _______________________________________________<br>
> This message is sent to you from <a href="mailto:FOSS-GPS@lists.osgeo.org" target="_blank" rel="noreferrer">FOSS-GPS@lists.osgeo.org</a> mailing list.<br>
> Visit <a href="https://lists.osgeo.org/mailman/listinfo/foss-gps" rel="noreferrer noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/foss-gps</a> to manage your subscription<br>
> For more information, check <a href="http://wiki.osgeo.org/wiki/FOSS-GPS" rel="noreferrer noreferrer" target="_blank">http://wiki.osgeo.org/wiki/FOSS-GPS</a><br>
> <br>
_______________________________________________<br>
This message is sent to you from <a href="mailto:FOSS-GPS@lists.osgeo.org" target="_blank" rel="noreferrer">FOSS-GPS@lists.osgeo.org</a> mailing list.<br>
Visit <a href="https://lists.osgeo.org/mailman/listinfo/foss-gps" rel="noreferrer noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/foss-gps</a> to manage your subscription<br>
For more information, check <a href="http://wiki.osgeo.org/wiki/FOSS-GPS" rel="noreferrer noreferrer" target="_blank">http://wiki.osgeo.org/wiki/FOSS-GPS</a></blockquote></div>