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

Explore using Framebuffers #20

Open
kylebarron opened this issue May 25, 2020 · 0 comments
Open

Explore using Framebuffers #20

kylebarron opened this issue May 25, 2020 · 0 comments

Comments

@kylebarron
Copy link
Owner

I think an initial pass to render to a framebuffer might be more performant for spectral indices, or especially complex things like Landsat level 3 products.

I think that the existing one-pass architecture re-renders every frame, so it must re-compute the spectral index every frame. For something like level 3 products, that's almost certainly too compute-intensive.

It would seem like framebuffers could make this performant, because the index only needs to be computed once. The input data is static and not changing. Then pass the index to the render pass, which only needs the index + colormap, which can be substituted on the fly. Just applying the colormap to the index should be really fast to do on the fly and while panning.

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