Skip to content

Commit d7a7ce4

Browse files
author
Matt Bertrand
committed
Make WorldClimCurrentProcessor the default when running from commandline
1 parent 184d6ea commit d7a7ce4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dataqs/worldclim/worldclim.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ def process(self):
364364
}
365365

366366
parser = argparse.ArgumentParser(description='Run a worldclim importer')
367-
parser.add_argument('processor', default=None,
367+
parser.add_argument('-p', dest='processor', default='current',
368368
help='Processor to run (current, past, future)')
369369
parser.add_argument(
370370
'-r', action='store', dest='resolutions',

0 commit comments

Comments
 (0)