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

Use NWS info pages to derive local settings #16

Open
jessehamner opened this issue Feb 19, 2021 · 3 comments
Open

Use NWS info pages to derive local settings #16

jessehamner opened this issue Feb 19, 2021 · 3 comments
Assignees
Labels
enhancement New feature or request

Comments

@jessehamner
Copy link
Owner

It's possible to use several web API calls (with JSON returns) to determine many abbreviations, location identifiers, and settings that are currently entered by hand in settings.yml. The script should provide a one-time or on-demand functionality to retrieve as many of these settings as possible to simplify setup.
Many locally applicable settings are contained in these API URLS:

See especially

@jessehamner jessehamner added the enhancement New feature or request label Feb 19, 2021
@jessehamner jessehamner self-assigned this Feb 19, 2021
@jessehamner
Copy link
Owner Author

jessehamner commented Feb 19, 2021

Started work. Have implemented "points" and "stations", and written results to a test YAML file. Need to conform names to existing variable names. Should enable simpler and more robust code.

@jessehamner
Copy link
Owner Author

@jessehamner
Copy link
Owner Author

Have conformed NWS variable names to existing YAML variable names. Need to create a separate configuration command-line option to avoid configuring the settings.yml file every time.

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

No branches or pull requests

1 participant