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

New class for temperature/pressure fetching #2

Open
aSmig opened this issue Jul 17, 2023 · 0 comments
Open

New class for temperature/pressure fetching #2

aSmig opened this issue Jul 17, 2023 · 0 comments
Labels
help wanted Extra attention is needed

Comments

@aSmig
Copy link
Contributor

aSmig commented Jul 17, 2023

Existing code is dependent on OpenWeatherMap which requires an API key. I think we should continue making this option available for users who have an OWM key to get slightly fresher data but we should fall back on open-meteo which can be accessed without keys.

Example:
https://api.open-meteo.com/v1/forecast?latitude=45.5234&longitude=-122.6762&hourly=temperature_2m,pressure_msl

Laying this class out for ease of adding routines to fetch from other data source would be great.

@aSmig aSmig added the help wanted Extra attention is needed label Jul 17, 2023
@ryanpdx ryanpdx moved this to Todo in Ground Segment Feb 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
Status: Backlog
Development

No branches or pull requests

1 participant