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

Perform result colormapping on frontend #33

Open
hav-gerdint opened this issue Sep 8, 2022 · 1 comment
Open

Perform result colormapping on frontend #33

hav-gerdint opened this issue Sep 8, 2022 · 1 comment
Labels
enhancement New feature or request performance Increasing perceived performance

Comments

@hav-gerdint
Copy link
Contributor

Currently you need to redo a calculation in order to change the result colormapping setting.

This is not so good in the case that the user only wants to experiment with the colormapping settings.

For best interactivity the colormapping procedure should be performed on the frontend. The result GeoTIFF data can be sent to the frontend and decoded using geotiff.js. See https://eox.at/2016/02/visualizing-raster-data/ for some prior art.

@hav-gerdint hav-gerdint added enhancement New feature or request performance Increasing perceived performance labels Sep 8, 2022
@hav-gerdint
Copy link
Contributor Author

OpenLayers now has geotiff support built-in: openlayers/openlayers#13189

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

No branches or pull requests

1 participant