PaulKC / trackmap

Display your GoPro timelapse on an interactive map

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

trackmap

Trackmap is a collection of node scripts and a website to convert GoPro timelaps movies and gpx tracks into an interactive map visualization.

Screenshot

Usage

Install tools

ffmpeg

Instructions can be found here.

Node.js

Instructions can be found here.

Clone repo

git clone https://github.com/PaulKC/trackmap.git

Install npm dependancies

In the scripts folder execute:

npm install

Copy data

  • Add a gpx track as track.gpx to the track folder
  • Add the GoPro timelapse movies to the videos folder

Extract data

Run the script

node index.js

Select images

Select the images you want to display on the map and run the script again using the --copyonly and selected images in the format videoname_imagename

node index.js --copyonly GH86543_image_30 GH86543_image_70 

Publish the website

Copy the content of the website folder to a webserver

About

Display your GoPro timelapse on an interactive map


Languages

Language:JavaScript 97.1%Language:CSS 2.2%Language:HTML 0.8%