-
-
Notifications
You must be signed in to change notification settings - Fork 55
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
API Question: Acquisition interval and weather alerts #342
Comments
Dear Jens, thank you for looking into this and also thanks for asking. Let me tell you a bit more about the background of the subsystem you are investigating here: The HTTP API was just a quick shot to accompany the CLI API we added the other day, see #55 and #178. While it might work reasonably already, it should definitively get more love. Caching and schedulingIn general, we want to improve and refine the situation with this subsystem in order to make it production ready. The details you are talking about resonate very much with that. While we want to provide a convenient and sound general purpose HTTP API, we are also looking at things like #281. In order to make that possible, we will probably have to improve the current situation with the caching logic, see also #243. The current cache implementation is located at Weather alertsWhen talking about weather alerts, you are referring to [1]? Our take: In general, yes, we would very much like to also ingest and process this data, but there is no subsystem module available within Wetterdienst yet. While we haven't been able to add a documentation page about other excellent programs in this area yet, I want to specifically point out Unwetter [2], FOSS Weather [3] and MMM-DWD-WarnWeather [4] here. Beyond weather alerts, there is also Bright Sky [5], which is worth mentioning. ThoughtsWe would very much like to stay in touch in order to improve the situation with the HTTP API of Wetterdienst and might move this into a dedicated discussion thread. Please let us know if you have further questions or ideas. With kind regards, [1] https://opendata.dwd.de/weather/alerts/ |
Wow, just wow. Love this detailed answer! The caching times looks good to me. And the referred alert API [1] is the one I was also thinking about. I will definitely look into your provided links and see if other services will fit. I will stay subscribed to the repo to track progress. I'm not a python developer so I can't really help but I would be happy to test the API as soon as you feel it is ready. |
I would like to use the app as a proxy to query the DWD - so I get an easy WEB API and reduce the load on the actual DWD site. I read the docs but I couldn't find all information I was looking for. In particular:
The text was updated successfully, but these errors were encountered: