coolbutuseless / nara

nativeRaster tools for R
https://coolbutuseless.github.io/package/nara/index.html
Other
62 stars 4 forks source link

Shiny integration #11

Closed ekianjo closed 5 months ago

ekianjo commented 1 year ago

Simple question, but can this be integrated in a shiny application?

coolbutuseless commented 1 year ago

You could possibly display a static raster image using "renderImage()".

Not too sure what else you want to do with a nativeRaster image in shiny

ekianjo commented 1 year ago

My idea is to potentially interact with the rendered image by using Shiny controls (buttons or other inputs). But that would be only for static rendering? Could you render frames at the max framerate without waiting for shiny inputs?

coolbutuseless commented 5 months ago

This type of shiny/nara interaction is not possible. sorry.