You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
The OSTk Astrodynamics viewer is a very convenient way to produce cesium visualizations. It would be great if we can similarly generate a viewer from a simulator
Describe the solution you'd like
Create a python file viewer.py similar to the astrodynamics one.
Provide a factory method like generate_viewer_from_simulator(simulator, interval, token, **kwargs) which allows us to generate a Viewer from the Simulator. It can parse the profiles from the satellites, sensor geometries for each satellite, etc.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
The OSTk Astrodynamics viewer is a very convenient way to produce cesium visualizations. It would be great if we can similarly generate a viewer from a simulator
Describe the solution you'd like
Create a python file
viewer.py
similar to the astrodynamics one.Provide a factory method like
generate_viewer_from_simulator(simulator, interval, token, **kwargs)
which allows us to generate aViewer
from the Simulator. It can parse the profiles from the satellites, sensor geometries for each satellite, etc.The text was updated successfully, but these errors were encountered: