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

Give users an indication of the data resolution / accuracy to expect #48

Open
j08lue opened this issue Oct 4, 2024 · 0 comments
Open

Comments

@j08lue
Copy link

j08lue commented Oct 4, 2024

The apps lets users explore temperatures (and in the future other parameters) for a point location.

In reality, the data we currently host is on a 0.25x0.25 degree regular global grid (resolution >=28 km), so temperatures will for example not account for urban heat island effects or effects of local topography.

Can we help users somehow understand these limitations? Do we need to?

Explain limitations

As a first-off, we added a technical explanation to the parameter description in

Show with marker

Other considerations were to make the marker indicate the actual scale of data

image

Show grid

or to add a grid overlay e.g. as grid_lines.json and snap to grid cell centers or so - we are exploring that here:

Restrict zoom

Another approach to manager the users' expectations would be to restrict the zoom. At least for temporally aggregated temperature, the data does not vary a lot on a grid cell scale anyways and the interpolation for the video at mobile quality blurs the data further.

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

1 participant