You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think it would be nice if the user could list multiple satellite options in the command line call. I've done this before using the nargs='+' or nargs='*' options in argparse (https://docs.python.org/3/library/argparse.html#nargs).
So the command might look something like: landsat --satellite LE7 LC8 --start ...
The text was updated successfully, but these errors were encountered:
I think it would be nice if the user could list multiple satellite options in the command line call. I've done this before using the nargs='+' or nargs='*' options in argparse (https://docs.python.org/3/library/argparse.html#nargs).
So the command might look something like:
landsat --satellite LE7 LC8 --start ...
The text was updated successfully, but these errors were encountered: