FlyingRhenquest 1 #1 July 22, 2013 I'm sitting on my jumps until my main canopy arrives (Hopefully by Thursday) so I decided to do a bit of coding this weekend. I've: * Added a bunch of objects for KML generation to my XML library * Added a to_string to my xml node, so you can write XML programatically if you want to. * Added some string conversion routines to my time library (time_to_string, anything_to_string) * Started writing a GPX to KML converter to plot my GPS tracks on Google Earth. If you're interested in any of that you can find all the source code on Github. The interesting libraries are cppxml, time, data and coordinates (You'll also need cppunit_contrib if you want to compile the tests.)I'm trying to teach myself how to set things on fire with my mind. Hey... is it hot in here? Quote Share this post Link to post Share on other sites
Heatmiser 0 #2 July 22, 2013 http://www.youtube.com/watch?v=gZEdDMQZaCU Oh...and...uh...would you like fries with that? What you say is reflective of your knowledge...HOW ya say it is reflective of your experience. Airtwardo Someone's going to be spanked! Hopefully, it will be me. Skymama Quote Share this post Link to post Share on other sites
FlyingRhenquest 1 #3 July 23, 2013 I just sent up gpx2kml. The kml data file it generates is pretty raw, but at least some of the jumps I did that day clearly stand out in the data stream. Funnily enough they're easier to spot in raw data than on google earth. if you generate a KML file and then scroll down through it, it's very easy to spot "This is where a jump started." Now I need to add a filter to break those out to separate linestrings, interpolate the points (1 second data points are too chunky,) and change the color of the linestring for "under canopy."I'm trying to teach myself how to set things on fire with my mind. Hey... is it hot in here? Quote Share this post Link to post Share on other sites