浏览代码

Adds only calculation mode.

master
Lukas Prause 2 年前
父节点
当前提交
5a9e3750a9
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      plot_gps.py

+ 1
- 1
plot_gps.py 查看文件

parser.add_argument("--no_legend", action="store_false", default=True, help="Do not show legend.") parser.add_argument("--no_legend", action="store_false", default=True, help="Do not show legend.")
parser.add_argument("--save", default=None, help="Location to save pdf file.") parser.add_argument("--save", default=None, help="Location to save pdf file.")
parser.add_argument("--time_offset", default=None, type=int, help="Minutes added to GPS datetime.") parser.add_argument("--time_offset", default=None, type=int, help="Minutes added to GPS datetime.")
parser.add_argument("--no_plot", default=False, type=bool, help="Only calculations without plotting.")
parser.add_argument("--no_plot", default=False, action="store_true", help="Only calculations without plotting.")


parser.add_argument( parser.add_argument(
"--show_providerinfo", "--show_providerinfo",

正在加载...
取消
保存