From 81dec0a5a480df04f5a0355405ee6014ea07e080 Mon Sep 17 00:00:00 2001 From: Beat Bolli Date: Thu, 3 Mar 2011 23:55:40 +0100 Subject: webgps.py: use the HTML5 instead of SVG This also cleans up the TABs in the Python source. Signed-off-by: Eric S. Raymond --- contrib/README | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'contrib/README') diff --git a/contrib/README b/contrib/README index 79c71c81..59e03663 100644 --- a/contrib/README +++ b/contrib/README @@ -39,3 +39,10 @@ lla2ecef transforms latitude/longitude/altitude (aka north-east-up or local tangential plane) coordinates into the earth-centered-earth-fixed frame. If invoked as "ecef2lla" it will transform coordinates in the opposite manner. +webgps.py draws a sky view of the satellites and their tracks using HTML5. It +needs to run continuously in order to build a history and generate the +satellite tracks. Your browser must be able to display the element to +display the satellite view properly. webgps.py can be called with the argument +"c" to run continously, with an integer duration and a unit suffix to run this +long (units allowed are "s", "m", "h" and "d", e.g. "4h"), or without argument +to create a snapshot of the current sat view. -- cgit v1.2.1