No edit summary |
|||
Line 19: | Line 19: | ||
# The speed of my tracks automatically add an intense colour to the stroke of the GPX trace according to the speed I ran. Viceversa: The route faints when the speed slows down. | # The speed of my tracks automatically add an intense colour to the stroke of the GPX trace according to the speed I ran. Viceversa: The route faints when the speed slows down. | ||
# Another track I ran will be added after pushing <i>enter</i> another time. | # Another track I ran will be added after pushing <i>enter</i> another time. | ||
<gallery widths=226px" heights="340px" perrow="2"> | |||
File:Evathin_gpx_running.png| This is where I got lost… | |||
File:Evathin_gpx_code.png|the code | |||
<br clear="all"> | <br clear="all"> | ||
Revision as of 16:43, 14 October 2014
With processing, I'd like to play around with my tracking data (GPS and GPX) coming from my running app Runmeter. My initial idea is to visualize the tracks I run. By layering my tracks on top of each another, I try to create patterns and shapes that work in a certain algorithm.
#1 Approach
#2 Approach
Error creating thumbnail: convert convert: Unrecognized option (-layers). Error code: 1
When playing the sketch in processing, I’d like to see the tracks I’ve ran with the follwing effects:
- My tracks pop up after pushing enter.Then they start running.
- The tracks are coloured.
- The speed of my tracks automatically add an intense colour to the stroke of the GPX trace according to the speed I ran. Viceversa: The route faints when the speed slows down.
- Another track I ran will be added after pushing enter another time.
<gallery widths=226px" heights="340px" perrow="2"> File:Evathin_gpx_running.png| This is where I got lost… File:Evathin_gpx_code.png|the code
#3 Approach
After the two approaches, I focused on a more graphic code. When moving the mouse the ellipse's speed changes.