Hello from Wetterdienst #893
Replies: 21 comments
-
Dear @amotl , In the process of improving the library, would you rather like to join the "official" contributors or instead continue dropping PRs every now and then? So far the best, |
Beta Was this translation helpful? Give feedback.
-
Hey @amotl @gutzbenj! Nice to see there are a number of German weather fans here on github. Would you be interested in having a Google Hangout at some point in time to talk about each of our individual aims with the weather data and whether (haha) we can identify common goals we could join forces on? |
Beta Was this translation helpful? Give feedback.
-
Hey @jlewis91 , that'd be a good icebreaker ! |
Beta Was this translation helpful? Give feedback.
-
Wednesday, June 17th at 6:30pm? |
Beta Was this translation helpful? Give feedback.
-
Works for me! Got Discord, Google, Skype. |
Beta Was this translation helpful? Give feedback.
-
Thanks! I'd prefer Skype. |
Beta Was this translation helpful? Give feedback.
-
I would be in, too. I would prefer some WebRTC/Jitsi. We're talking about 18:30 MEST? |
Beta Was this translation helpful? Give feedback.
-
@wetterfrosch can you setup the jitsi session? |
Beta Was this translation helpful? Give feedback.
-
I suggest ("dummy-esk") http://meet.jit.si/pyhon_dwd as a WebRTC/Jitsi-meeting-place. If this one struggles, I'll suggest an alternative. Please use a Chromium/non-Firefox-Browser, as far as I know some issues with Firefox might (still) exist. |
Beta Was this translation helpful? Give feedback.
-
Sounds great! |
Beta Was this translation helpful? Give feedback.
-
correct my self: meet.jit.si seems to work! I suspect that this server has issues (at least a test with two differently connected clients right now fails), but this one seems better: https://treff.fmt32.net/python_dwd |
Beta Was this translation helpful? Give feedback.
-
@wetterfrosch and me are currently in -- http://meet.jit.si/python_dwd. I am using Chromium Version 80.0.3950.0. |
Beta Was this translation helpful? Give feedback.
-
@ALL I am very happy to hear that there is a lot of interest in @gutzbenj projects that I have joined a while ago. I had a lot of trouble the last weeks. So I am sorry to not participate in this discussion here. |
Beta Was this translation helpful? Give feedback.
-
I would also like to invite @JohannesRol (dwdopendata, see also JohannesRol/dwdopendata#1) and @FL550 (simple_dwd_weatherforecast) to this discussion. I appreciate your efforts in doing similar things with DWD Open Data as we are doing here. Don't be shy to get back to us if you like. |
Beta Was this translation helpful? Give feedback.
-
Hello to all! Nice project you are making here. I needed my component simple_dwd_weatherforecast as I am working on an implementation of DWD weather into home-assistant. Therefore I only need the limited data I am extracting now. The meaningful names @amotl mentioned in another post are also mapped to fit home-assistant. As I am done with the integration I might come back and help you with this project in the future. |
Beta Was this translation helpful? Give feedback.
-
Wow, what a coincidence. I was exploring what data the DWD offers and stumbled upon your project. Hello everyone. I'm a dev of the open-source Kodi Media Center (Kodi.tv). We've had our highs and lows with previous weather data services, so I figured the DWD would make a better candidate. I want a Kodi extension so that our users can fetch current radar/satellite maps and forecasts. It seems to me that simple_dwd_weatherforecast of @FL550 is exactly what I need, but I'll monitor your project nevertheless. Keep up the good work! |
Beta Was this translation helpful? Give feedback.
-
Thanks guys, we'll try to cover all the important data offered by DWD and will steadily develop towards this goal over the next weeks/months. |
Beta Was this translation helpful? Give feedback.
-
Nice package and discussion! Sorry for being late to the party! We at wradlib only load current DWD radar data in our example notebooks via a quite simple http-request, no fancy stuff. RADOLAN data is expected to be downloaded by the user beforehand. I'm thinking about adding |
Beta Was this translation helpful? Give feedback.
-
Hey @kmuehlbauer nice to hear from you! |
Beta Was this translation helpful? Give feedback.
-
@meteoDaniel Nice to see you around, too! I'll open a new issue regarding the HDF5 radar data. Looking forward to testing that. |
Beta Was this translation helpful? Give feedback.
-
Dear @difu, @EduardRosert, @coder4code, @AlexandrosBouras, @bjoern-reetz and all others from @DeutscherWetterdienst, we just now stumbled across your organization on GitHub at [1]. We appreciate very much that the DWD is also publishing open source software on this space. Saying that, we want to humbly point you towards what we are doing here. While Wetterdienst [2] already has some mileage, GribMagic [3] is also growing and somehow resonates with your GRIB2 Downloader [4]. So, we will be happy to hear back from you and eventually learn if you can make any use of the software we are conceiving here. Also, feel free to come back to us with any questions. We are also looking forward to any contributions coming from others. With kind regards, cc @gutzbenj, @meteoDaniel, @wetterfrosch [1] https://github.com/DeutscherWetterdienst |
Beta Was this translation helpful? Give feedback.
-
Dear @gutzbenj and @meteoDaniel,
first things first: We would like to salute you for conceiving the best-in-class DWD CDC data access library for Python. You are doing an excellent job here.
Now, let me give you a short background about us: We are a small group of like-minded people [1] interested in meteorological data. Based on the tremendous work coming from @wetterfrosch, we operate a data acquisition server for the community with beautiful visualizations in Grafana [2] which might also spark your interest ¹.
While the data processing machinery there is still based on some quickly ramped up bash programs, we took the chance to take over development of
dwd-weather
[3] by @marians and contributors on our journey and continued the development withindwdweather2
[4,5].As
dwdweather2
is still based on ancient Python technologies, we have been very much looking forward to throw out the underpinnings and replace them through a solid framework based on Pandas. Thankfully, @jlewis91 already started working on that within hisdwdbulk
[6] implementation the other day.Now, after discovering your library, this leaves absolutely nothing to wish for. So, we would like to abandon the
dwdweather2
library in the long run and look forward to base our work upon the comprehensive work you are doing here.Saying this, we discovered some spots in the code base we would like to put some humble effort in and hope that you might like our contributions. Especially, #21 and #49 resonated very much with us ².
Cheers and keep up the spirit,
Andreas.
[1] https://community.panodata.org/
[2] https://weather.hiveeyes.org/
[3] https://github.com/marians/dwd-weather
[4] https://github.com/panodata/dwdweather2
[5] https://pypi.org/project/dwdweather2
[6] https://github.com/jlewis91/dwdbulk
¹ Just press "ESC" and discover more dashboards by exploring the respective list in the upper left corner.
² ... so, based on that, we already started hacking on a
cli.py
module in order to bring the functionality ofpython_dwd
to the command line. While doing that, we discovered some minor quirks at some ends but we will create different issues/pull requests for them in order not to hijack/clutter this round of introduction and the conversation which might arise from here.Beta Was this translation helpful? Give feedback.
All reactions