Skip to content

Add repointing download to the webpoda cli #157

@greglucas

Description

@greglucas

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 request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions