summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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