MeteoSwiss / dvas

Data Visualization and Analysis Software for the UAII 2022
https://meteoswiss.github.io/dvas/
GNU General Public License v3.0
3 stars 0 forks source link

wdir and wspeed missing from non-GDPs orig_data.yml files #145

Closed fpavogt closed 3 years ago

fpavogt commented 3 years ago

Describe the bug I noticed that the wdir and wspeed parameters are not yet defined for the non-GDP products of the M10 and RS-41 files. With the very recent implementation of the flight_overview plots in the uaii22 recipe, it would be nice to add these to the configuration files.

I forgot/am not sure if the non-GDP data files provide wdir and wspeed directly, or if these needs to be reconstructed from the N-S and E-W wind velocities. If so, the recent update allowing to mix raw params (see #141) should allow to handle this case.

@GonzagueRomanens: would you be interested to implement this ? No pressure at all, just asking if that's of interest.

fpavogt commented 3 years ago

@GonzagueRomanens: side-note. I have added a new flight_overview plot in the uaii22 recipe that I think will be of interest to you. In essence, it shows you the synchronized profiles of the different variables for a given flight. I made it such that, interactively, the x-axis are tied to one another. It's basically the first step to automating the analysis of the multi-gdp flights of these days ... :tada:

dr_flight_overview_e139926_r1_sync

GonzagueRomanens commented 3 years ago

OK, cool, i will add the wdir and wspeed. for the current knows producers data (RS41,M10) wdir and wspeed are available but for comparison purposes, adding the zonal and meridional component is a good think anyway.

GonzagueRomanens commented 3 years ago

@GonzagueRomanens: side-note. I have added a new flight_overview plot in the uaii22 recipe that I think will be of interest to you. In essence, it shows you the synchronized profiles of the different variables for a given flight. I made it such that, interactively, the x-axis are tied to one another. It's basically the first step to automating the analysis of the multi-gdp flights of these days ... 🎉

dr_flight_overview_e139926_r1_sync

very nice plot. Even if i must admit that my lazy brain would dream of seeing the altitude/time/pressure on y- axes...alternatively, I will have to strengthen my neck

GonzagueRomanens commented 3 years ago

@fpavogt on ROG_DEVELOP branch wou will find as first step the Wspeed and Wdir.. North and Est components will follow

fpavogt commented 3 years ago

@GonzagueRomanens: I have a few good reasons to keep the plots horizontal, one of which being that I cannot make "steps" along the vertical axis (i.e. only in this way can I have the curves "flat" from x-0.5s to x+0.5s). Then there's also the fact that horizontally, I can keep the same "full-page" width no matter how many parameters are being plotted (which is as the discretion of the user).

Always happy to talk further about this though 😃 !

fpavogt commented 3 years ago

@fpavogt on ROG_DEVELOP branch wou will find as first step the Wspeed and Wdir.. North and Est components will follow

@GonzagueRomanens: do you think your changes regarding wspeed and wdir are ready to be merged ? Do you want to create a Pull Request for them ?

fpavogt commented 3 years ago

I had a few other bugs to fix in the config files, so I took the liberty of implementing yours directly in PR #156 at the same time. Once #156 gets merged, this issue will close automatically.