Three years of dragging my GPS around with me...
ایہہ 25؍May 2011ء English وچ «Alexander Avtanski» لیکھ چھپیا گیا سی۔I recently [re]discovered the years and years of accumulated GPS logs that I had from dragging my GPS with me on every hike or drive and decided to do something with them. After some Perl scripting and ImageMagick processing, I got this:
Click on the picture above for a full size view of this and other images.
BTW, this is my first diary entry - I hope the HTML works... If not, the URL is this: http://avtanski.net/projects/gps. The track visualization video is here: http://www.vimeo.com/23697355
Discussion
ایہہ 26؍May 2011ء 03:26 تے «olejorgenb» ٹپݨی کیتی گئی سی۔
Nice! I really should clean up and organize my tracks, and this gives me some much needed motivation :) (I have not even close to that many track points though)
ایہہ 26؍May 2011ء 05:48 تے «durian» ٹپݨی کیتی گئی سی۔
Yes, nice! I did something similar with my tracks last year, plotted all my logs with Mapnik. I didn't filter them enough though so I got big clumps where I live and work.
ایہہ 26؍May 2011ء 06:51 تے «SB79» ٹپݨی کیتی گئی سی۔
Nice! How did you produce the video? Did you use imagemagick in order to produce the video by concatenating the pictures? :-)
ایہہ 26؍May 2011ء 07:43 تے «maximeguillaud» ٹپݨی کیتی گئی سی۔
Very nice ! Note that the -INPUT parameter doesn't work properly, it seems to always fall back to the "input" directory.
ایہہ 26؍May 2011ء 12:50 تے «SB79» ٹپݨی کیتی گئی سی۔
I can confirm this problem. The "INPUT" parameter doesn't work for me either.
ایہہ 26؍May 2011ء 15:21 تے «Alexander Avtanski» ٹپݨی کیتی گئی سی۔
Hello. Yes, I used ImageMagick - to produce the fuzzy glow effect. I merged the video from the images using VirtualDub.
Regarding the INPUT parameter not working - oops, my bad. The parameter is actually "SRCDIR". I'll update the README.TXT. Thanks for the tip.
ایہہ 26؍May 2011ء 15:45 تے «Alexander Avtanski» ٹپݨی کیتی گئی سی۔
UPDATE: Thanks for the feedback. I updated the README.TXT to list the correct parameter (SRCDIR instead of INPUT) and included in the zip file on the site a sample script that uses ImageMagick to produce the halo effect.
ایہہ 26؍May 2011ء 17:21 تے «Hawkeye» ٹپݨی کیتی گئی سی۔
I assure you, that was no waste of time or computing power! :-)
ایہہ 27؍May 2011ء 12:54 تے «Anna_AG» ٹپݨی کیتی گئی سی۔
Love it - agreed - no waste of time - what are computers for?
ایہہ 28؍May 2011ء 07:10 تے «Windsurfer62» ٹپݨی کیتی گئی سی۔
Great - It deserves to be used everywhere.
ایہہ 29؍May 2011ء 01:26 تے «Claudomiro» ٹپݨی کیتی گئی سی۔
This is so coool, pure art! Congratulations
ایہہ 2؍June 2011ء 22:42 تے «qaysedcftgb» ٹپݨی کیتی گئی سی۔
GREAT!
I enjoyed the show. Grats!
ایہہ 3؍March 2015ء 00:25 تے «gecho111» ٹپݨی کیتی گئی سی۔
Are the RUNNER parameters used generate a sequential series of images for a track? I can’t quite figure out how to use them.
ایہہ 4؍March 2015ء 20:27 تے «Alexander Avtanski» ٹپݨی کیتی گئی سی۔
Hi,
Sorry for the late reply - I’ve been down with the flu.
The runners parameter just specifies a bunch of points where the trail should end - they correspond to the bright doors on the video. They do not generate a sequence of images. If you want a sequence, you need to run the script multiple times, each time with the runners moved a few points ahead.
It’s a bit tricky. However, I have written another tool that can be help generate any kind of movie - you can check it here:
http://avtanski.net/projects/gpsmash/
The easiest way to make an animation is to project the GPS data, export it to X3D format, load it in any 3D animation tool (like Blender, free) then animate any way you want:
http://avtanski.net/projects/gpsmash/example_outx3d.html
ایہہ 7؍March 2015ء 18:01 تے «gecho111» ٹپݨی کیتی گئی سی۔
Thanks. Last year over the course of 73 bike rides totaling about 4000 km I covered every road and alley in my city. I thought it would be neat if I could create video drawing the path I took.