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

A suggestion for improvement #22

Open
Grandpa-G opened this issue May 15, 2022 · 0 comments
Open

A suggestion for improvement #22

Grandpa-G opened this issue May 15, 2022 · 0 comments

Comments

@Grandpa-G
Copy link

Maybe this isn't timely enough, but have you considered running a background process that reads all the airport METAR data and put it into a database. Then when the metar-v4 and wipes-v4 scripts run, they only need to access the db, not re-query every station.

There may be some timing such that you want more current data which would preclude this approach.

As an alternative, you might query as you do now but just do it one time in the steps and then have the other processes reference the first data via a db or other means.

Just a suggestion.

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

No branches or pull requests

1 participant