From 98d780f88522accc20124e18beab85bf42d09584 Mon Sep 17 00:00:00 2001 From: typebrook Date: Tue, 17 Dec 2019 11:11:13 +0800 Subject: update --- scripts/gpx/check_gpx.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'scripts/gpx/check_gpx.py') diff --git a/scripts/gpx/check_gpx.py b/scripts/gpx/check_gpx.py index f1e5c2f..fc594d1 100755 --- a/scripts/gpx/check_gpx.py +++ b/scripts/gpx/check_gpx.py @@ -52,7 +52,7 @@ def check_valid(filename, threshold, add_prefix): geom2.Transform(to4326) if distance >= threshold: if not flag: - print(f'{filename} has problem, check with the folling urls:') + print(f'{filename} has problem, the following urls shows the points with distance far from {threshold}m:') print() flag = True if add_prefix: @@ -81,7 +81,5 @@ def main(argv): for file in args.file: check_valid(file, args.distance, args.i) - print(args.distance) - if __name__ == '__main__': main(sys.argv) -- cgit v1.2.3-70-g09d2