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

Set min/max values according to the min/max found in all time steps #89

Open
hugohartmann opened this issue Oct 1, 2018 · 1 comment
Labels
enhancement New feature or request
Milestone

Comments

@hugohartmann
Copy link

Describe the bug
Related to issue #64: When a field has constant values for a certain time step, and a graph is made on this time step, the resulting figure is completely black. When sliding through the time steps, the figure remains black.

Expected behavior
Set the min-max range according to the min/max found in all time steps of the simulation.

@letmaik letmaik added the enhancement New feature or request label Oct 1, 2018
@letmaik letmaik added this to the Future milestone Mar 9, 2019
@dmey
Copy link
Contributor

dmey commented Mar 11, 2019

This is useful but we need to be careful as when the range computed from all time steps is very large, we may get the same results as we currently do. This is because the although the range in the time dimension is large, the range in the spatial direction (neighbouring pixels) is much smaller.

For example see this where the temperature at 2 m has a range of 30 over all time steps but the variability of the temperature between grid cells is 1 or 2 order of magnitude less. E.g. with the current grey scale colour map
image

I think that here the choice of colour map is critical and, even then, I was not able to get any good results with the colour maps currently available in QGIS when the range is so large.

@hugohartmann did you have a specific colour map in mind or a way to handle this case? The implementation should be general and work for diverse ranges like this one.

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

No branches or pull requests

3 participants