Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow user to enter multiple satellites in command line call #21

Open
cgmorton opened this issue Oct 31, 2017 · 0 comments
Open

Allow user to enter multiple satellites in command line call #21

cgmorton opened this issue Oct 31, 2017 · 0 comments

Comments

@cgmorton
Copy link

cgmorton commented Oct 31, 2017

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 ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants