there is always the first time. So today, I publish my first ruby script
GPS devices are capable of tracking paths and saving the tracks as Google Earth KML or as other files like GPX (which can be converted to KML with Google Earth). KML files contain those tracks mostly as <LineString> (or <gx:Track>). This script imports LineStrings as curves, including their names and colors.
-----
Edit: This was the predecessor of KML Tools.
It is now merged into KML Tools with lots of more features.
-----
Use:
Eventually unzip KMZ files first to get the KML.
'Menu' -> 'Plugins' -> 'Import KML LineStrings'
Version: 1.0 (2011-03-27)
I haven't used Ruby before (I started a draft in javascript) and I have to say Ruby is pretty cool. I only have not yet much experiences with modules/classes/etc. Maybe someone can have a look at the code and give me tips

