Plotting a ship's movement from GPS co-ordinates
in
Programming Questions
•
2 years ago
Hello all,
I'm fairly new to the Processing world and am currently working on a personal project. What I'm trying to do is continually plot the journey of a ship on a map... so I just get one continual line of everywhere it's been/goes.
The ship and its location are here - http://aprs.fi/?call=309742000&mt=roadmap&z=11&timerange=3600
After much agro I've FINALLY got the lat/long of some capital cities landing in the correct spot on a map, so I know that side of things is all okay. What I'm really wondering is: can this actually be done?! Is it possible to pull the GPS co-ordinates from that website, read them into processing, and get it to draw a continual line?
Any thoughts/tips/resources would be much appreciated :)
I'm fairly new to the Processing world and am currently working on a personal project. What I'm trying to do is continually plot the journey of a ship on a map... so I just get one continual line of everywhere it's been/goes.
The ship and its location are here - http://aprs.fi/?call=309742000&mt=roadmap&z=11&timerange=3600
After much agro I've FINALLY got the lat/long of some capital cities landing in the correct spot on a map, so I know that side of things is all okay. What I'm really wondering is: can this actually be done?! Is it possible to pull the GPS co-ordinates from that website, read them into processing, and get it to draw a continual line?
Any thoughts/tips/resources would be much appreciated :)
2