IMAP-Science-Operations-Center / imap-data-access

Package to download, query, and upload files from the IMAP Science Data Center.
MIT License
0 stars 7 forks source link

BUG : --end-date query parameter not working #50

Open anamanica opened 2 weeks ago

anamanica commented 2 weeks ago

Description of the issue

No end-dateis specified with each uploaded file, and this parameter does not work to filter files. You can enter any string, date, etc without throwing errors. Either get rid of the end-date parameter all together, or implement it.

Steps to reproduce the issue

Run imap-data-access query --end-date <anything> to see --end-date is not accepted as a parameter.

Expected behavior (What should happen)

Running imap-data-access query --end-date <anything> should work to narrow down files presented after the user query.

Actual behavior (What does happen)

--end-date is not accepted as a parameter. It doesn't do anything.

Code Snippet:

Code

Additional notes, affected areas, and suggested fixes

If end-dateis implemented, I feel that and end-date section should be added to file naming conventions.