-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Summary
Currently our webpoda cli uses the download_daily_data() function for all instruments. Some instruments prefer data per pointing rather than per day. We should update the CLI to make sure we are able to make the right files for each of the instruments.
Requirements
The more specific the better.
- Add a global variable specifying which instruments are repointing-based vs daily-based so we can choose the right download mechanism. Repointing instruments: (GLOWS, Hi, Lo, Ultra)
- Add an ability to query the API to get the latest repointing file and download that for the user automatically
- Pass the latest repointing file to the
download_repointing_data()function - The CLI should be equivalent usage for any instrument and be based on ERT still. The work should all be under the hood for users.
Related tickets
Requires #156
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request