-
Notifications
You must be signed in to change notification settings - Fork 13
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
Inventory default behavior #4
Comments
Providing inventory a product name doesn't do anything in most cases. It's only for those datasets that have multiple assets. However to further complicate things products each have their own command line switch which means logic would have to be implemented that each one product is specified (this really should be done as an ArgumentParser subclass). Given these two things I'd say it doesn't make sense to make product required. |
Also, gips_process Landsat will try to work on every scene in the archive. |
So, perhaps we could add an option |
from rob:
Can we make a date range and product name required for inventory?
That will force the user to at least think about what they are doing.
Currently if you type "modis inventory", you will wait longer than I have ever been willing to wait.
The text was updated successfully, but these errors were encountered: