Replies: 2 comments 6 replies
-
Hello, since I was kindly invited by @gutzbenj to join in on gribmagic but discussions seem to happen here, let me introduce myself and my use case: My interest derived from my ballooning hobby and I focus on wind trajectory generation using the best available weather model(s) for this purpose, and for animation. Towards that end I have initiated and helped with the windy.com traj plugin which is now used throughout the ballooning community and is most helpful using the icon-EU model by DWD in our part of the world. The method is also applicable to parachute jump planning and a friend and mentor of mine is involved with this so I want to help with that too. The cosmo-d2 short term forecast model is currently mutated into icon-d2 by DWD and is becoming a standard service. It sports much better resolution than icon-EU (2km grid) and superb vertical resolution but nobody seems to have used it for this purpose yet. My data needs are:
My current wisdom to solve the problem effectively is:
There is a "standard" way of serving netCDF with the OpenNdap protocol, the hyrax server which might do the job as well but it is a Java/Tomcat/Apache clunker all of which I tend to avoid. This has led me to the pydap project which can handle both client and server side based on a pure Python library and it seems to do the job. So this is where I stand. I need to solve the downloading & extraction problem, and the remote indexed access/lazy loading problem in a simple, automatically manageable way. Hence my interest in gribmagic and pydap. |
Beta Was this translation helpful? Give feedback.
-
@amotl really appreciated! my current goal is a forecast vertical wind profile given a location, based on ICON-Global, ICON-EU and ICON-D2 depending on location delivery as a JSON API, possibly REST it looks like we have a diploma thesis candidate doing that using your code as a basis, goal time spring and if the chap don't perform I'll do it myself as we really need it ;) |
Beta Was this translation helpful? Give feedback.
-
Hey everyone and welcome to our discussion board. If you have any ideas about what other data out there we could cover you may put your ideas here. Also you may as well lead some general discussions about the topic of enivronmental data.
Beta Was this translation helpful? Give feedback.
All reactions