The two files you need to sketch GPS routes with p5.js are below
More information can be found here: https://ippsketch.com/posts/gps-running-routes-with-p5js/
To make this work, you need to:
- Copy these files to a directly
- Make a subfolder called js and place p5.min.js into it. You can download that here: https://p5js.org/download/
- Put ccapture.all.min.js into that js subfolder as well if you want to record png files. That can be found here: https://github.com/spite/ccapture.js/
- Place your GPS files into the directory
- Put the filenames into the sketchGPSroutes.js file (see line 15 of that file for notes)