summaryrefslogtreecommitdiff
path: root/gpsprof
diff options
context:
space:
mode:
authorGary E. Miller <gem@rellim.com>2018-06-27 18:39:42 -0700
committerGary E. Miller <gem@rellim.com>2018-06-27 18:39:42 -0700
commit30b60cd7c8af566c641f97753c3fe50085aa7e14 (patch)
treedd7a86e0a2e79533447ea81db2675518bc3f7427 /gpsprof
parentefd272c1853d41edbc1ca62af2d138f457533f3e (diff)
downloadgpsd-30b60cd7c8af566c641f97753c3fe50085aa7e14.tar.gz
gpsprof: add TODO list.
Diffstat (limited to 'gpsprof')
-rwxr-xr-xgpsprof4
1 files changed, 4 insertions, 0 deletions
diff --git a/gpsprof b/gpsprof
index c70270d4..a97df99e 100755
--- a/gpsprof
+++ b/gpsprof
@@ -10,6 +10,10 @@
# "STANDARD REPORT FORMAT FOR GLOBAL POSITIONING SYSTEM (GPS) RECEIVERS AND
# SYSTEMS ACCURACY TESTS AND EVALUATIONS"
#
+# TODO:
+# put date from data on plot, not time of replot.
+# add lat/lon to polar plots
+#
# This code runs compatibly under Python 2 and 3.x for x >= 2.
# Preserve this property!
from __future__ import absolute_import, print_function, division