0
FlyingRhenquest

Pushing Code Around On Github Again

Recommended Posts

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?

Share this post


Link to post
Share on other sites
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?

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

0