Skip to content
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

Dysfunctional weather variables #72

Open
christian-rli opened this issue Jul 11, 2019 · 3 comments
Open

Dysfunctional weather variables #72

christian-rli opened this issue Jul 11, 2019 · 3 comments
Assignees

Comments

@christian-rli
Copy link
Collaborator

In the weather data tab the user can select several variables to show in the popup. We should test the working variables and create a list of the working ones. The dysfunctional ones can be disregarded in the menu, but we need a list to know which ones those are .

@christian-rli christian-rli self-assigned this Jul 11, 2019
@christian-rli
Copy link
Collaborator Author

christian-rli commented Jul 16, 2019

I looked at the weather menu and selection options. Here's what I noticed:

  • for many entries height (logically) plays no role and none of them seem to show content:

    • evaporation
    • surface_runoff
    • surface_air_pressure
    • surface_normalized_direct_downwelling_shortwave_flux_in_air
    • snow amount
    • surface_runoff_amount
    • precipitation_amount
    • surface_roughness_length
  • There is a "None" entry in the list that should be removed

  • double entries: air_temperature, wind_speed (only the first instance of air_temperature seems to be working)

  • Basically the only two working variables are air_temperature and air_pressure. They work at all heights but 0. I think they should be listed with a nicer spelling if possible (i.e. "air_temperature" -> "Air Temperature" and so on). It would also be nice to have more than two variables working, but that depends on how dificult implementation will be.

  • wind_speed also doesn't work, although it would make sense

  • When there is no content in the popup, the title will be "Variable_id : Height $height" instead of something like "Variable_id: $variablename Height $height". The popup title is then stuck and won't change, no matter if you switch heights or switch to a normally working variable.

  • After selecting one variable, clicking on a point and then switching to another and clicking on the same point the following error occurs: graph from before is shown. Clicking on a different point works fine, as long as the data behind the new point can be loaded.

Question @Bachibouzouk : Is it possible that the query only shows variables that differ with heights and all other variables would need a different query?

@christian-rli
Copy link
Collaborator Author

PS: Popup title and graph will work again, when loading new weather points. One doesn't need to refresh the entire page.

@Bachibouzouk
Copy link
Collaborator

@christian-rli - I will work on making the plot update when the variable height changes (I will also get rid of the accordeon div)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants