Skip to content

Commit 4451ff9

Browse files
committed
Remove output file name from plot_latlon_points.py; files are automatically named based on the input polyfile
1 parent 10bf7bf commit 4451ff9

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

parm/metplus/plot_latlon_points.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,6 @@ def plot_points_on_map(lats, lons, output_file='map.png', threshold=80):
7171

7272
parser.add_argument('-i', '--input_file', default='latlon.txt',
7373
help='Name of METplus polyfile')
74-
# parser.add_argument('-o', '--output_file', default='map.png',
75-
# help='Name of output file')
7674
parser.add_argument('-t', '--threshold', default=80, help='Threshold +/- latitude; if there are plot points closer to the pole than this latitude, a polar projection will be used')
7775
parser.add_argument('-d', '--debug', action='store_true',
7876
help='Script will be run in debug mode with more verbose output')

0 commit comments

Comments
 (0)