Florian Mauracher
Florian Mauracher
Show more information for each individual pass. Example: https://network.satnogs.org/observations/778703/
Allow saving the current configuration of * Satellites * Satellite entities * Groundstation * Layers Simply saving the current URL and using this on app launch should be enough.
Currently only one layer can be selected at the same in the UI time even tough some of the available layers are intended as overlays for a basemap. Multiple layers...
Inspiration: * https://storm.pps.eosdis.nasa.gov/storm/cesium/GPMNRTView.html * https://pps.gsfc.nasa.gov/THORonline/cesium/index.html * https://nasa.github.io/common-mapping-client/branches/master * https://cesiumjs.org/tutorials/Cesium-Workshop/
When zooming close to the satellite an offset between the orbit polyline (in INERTIAL frame) and the satellite's position (in FIXED frame) is visible.
Some imagery providers offer additional time dependent imagery. Loading these with UrlTemplateImageryProvider as tested in https://github.com/Flowm/satvis/commit/39afe31c304134542dfe765f83263372912285db doesn't work as the old tiles are still cached. The old tile can either...
Fade the orbit/ ground track with increasing distance to the object to clarify movement direction.
Due to orbit calculations the performance decreases significantly when multiple objects with SampledPositionProperty are enabled with a high playback speed. Maybe requires #19