Im trying to create a 3D scene in JS/React where I can plot the orbit of the ISS around earth, I've currently forked this repo https://github.com/dsuarezv/satellite-tracker
Ive noticed that this only seems to display ground tracked orbits, what I want to do is display a full orbit which isnt ground tracked i.e. its a circle and the start and end meet. With this I will also rotate the earth at an appropriate speed to replicate real time accuracy. All data for path are generated from a tle file using satellite.js propagate function to get xyz coordinates to display.
How would you convert an orbit displayed as a ground track to a full orbit with a rotating globe?
From this:
To this: