瀏覽代碼

push

master
langspielplatte 2 年之前
父節點
當前提交
8f85fa95b6
共有 1 個檔案被更改,包括 1 行新增5 行删除
  1. +1
    -5
      plot_gps_new.py

+ 1
- 5
plot_gps_new.py 查看文件

#!/usr/bin/env python3 #!/usr/bin/env python3
import multiprocessing
import os

from argparse import ArgumentParser from argparse import ArgumentParser
from math import ceil
from time import sleep


import pandas as pd import pandas as pd
import geopandas as gpd import geopandas as gpd
parser.add_argument("-l", "--label", help="Label above the plot.") parser.add_argument("-l", "--label", help="Label above the plot.")
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( parser.add_argument(
"--show_providerinfo", "--show_providerinfo",

Loading…
取消
儲存