-
-
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
Adding road weather data from DWD #518
Comments
Dear @meteoDaniel , can you provide us some more information about the data? Is it similar to the historical data like does it have a fixed set of stations? Then I'd recommend implementing the API similar to other data with given core classes and enums. |
You can find the data here. |
After looking at the data I'd recommend the following:
I am aware that there's currently no real guide for the implementation and also that some enumerations may be simplified or simply omitted but for the moment you should be able to get 90 % working. Please come back to me or open a PR draft so that I can guide you through. Btw is there any list for the available stations? [1] https://github.com/earthobservations/wetterdienst/tree/main/wetterdienst/core/scalar |
Hi Daniel, kudos already for aiming to bring in those data. I am also looking forward to bring in the data from [1], see also #342. Regarding the data from [2], will you target only the With kind regards, [1] https://opendata.dwd.de/weather/alerts/ |
Dear @amotl , I believe it is important to address all available files in case of a blackout on one of the two ends. This is to keep all available data at your own end so that you can decide later what to do with it but firstly guarantee its preservation, even when your request fails once in a while. |
Hi @amotl, what do you think about to download the n latest files from the directory? This would be much easier to build an expression to address every single file ? And thanks to @gutzbenj for your guide. I think this will help me a lot. |
Dear @meteoDaniel , we already have a similar situation for DWD Mosmix, so I believe it wouldn't be difficult to copy that behaviour! |
I am struggling with the development environment again . Calling:
Yield to:
But Using the alternative way with poetry:
|
Hi Daniel, can you make any progress when using the information from #421, which we compiled the other day you have been tripped by the same thing?
With kind regards, [1] https://wetterdienst.readthedocs.io/en/latest/development.html |
@amotl thanks. These 3 lines should be added to the README
This works for me. Thanks. |
Dear @meteoDaniel , are there any updates on this project or should I take on the work you started and try to finish it? |
Dear @gutzbenj , the work gots stucked during integration into the unified wetterdienst class and API scheme. So it would be great If you can finish the work. |
This has actually been implemented with #957 |
Is your feature request related to a problem? Please describe.
No
Describe the solution you'd like
A bufr reading interface to download road weather observations and parse them with odbufr to return a human readable dataframe
Describe alternatives you've considered
No alternativs
Additional context
No add. context.
I would like to implement that feature, can you give me some instructtions where I should place the feature and which functions I should use?
The text was updated successfully, but these errors were encountered: