Getting Forecast Data #38
-
Will there be a way to access the forecast data via the python library or the general api? Or will you just make the historical data available. thx in advance |
Beta Was this translation helpful? Give feedback.
Answered by
clampr
Apr 28, 2021
Replies: 1 comment 6 replies
-
Actually, you can already access forecast data using Meteostat. Predictions are usually available for up to 10 days. Example: https://meteostat.net/en/station/71624?t=2021-04-29/2021-05-05 When using the JSON API, you'll need to opt-in for model data. Through Meteostat Python you should automatically be able to access forecast data when using the |
Beta Was this translation helpful? Give feedback.
6 replies
Answer selected by
zyberzebra
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Actually, you can already access forecast data using Meteostat. Predictions are usually available for up to 10 days. Example: https://meteostat.net/en/station/71624?t=2021-04-29/2021-05-05
When using the JSON API, you'll need to opt-in for model data. Through Meteostat Python you should automatically be able to access forecast data when using the
Hourly
data interface.