You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm attempting to rework the raster creation in a way that they will be passed straight into the LUMI-O (or any other S3 based object storage in the future). The idea is that the resulting models will be available in the original form for download, as well as in the XYZ tiled pyramid that will we can show on the fly from any map visualization library (i.e. Leaflet) in the shiny app frontend.
The text was updated successfully, but these errors were encountered:
So I did some progress on the results of the ModGP models and I think I can soon pass the url template of the resulting rasters (with XYZ tile structure that can be easily visualized in any leaflet-like library). I have some questions though, about how the results are actually transferred from LUMI to the shiny app.
There are multiple questions here and I'm not sure who to ask so I hope you can forward me to the right person if the questions are not for you @trossi@Nithador@ErikKusch
I saw there are RO crates made for each species (multiple crates per genus). Is that what get's passed to the Shiny app including the data that the RO crate references?
Inside the RO crate I only see a reference to ShinyData.RData which contains points for presences and absences of source data, buffer around that, and a list of names of bioclimatic variables used in the analysis. Now should I add the url's with links to LUMI-O there as well?
I was told there already is a shiny app prototype for this, where can I find it?
I'm attempting to rework the raster creation in a way that they will be passed straight into the LUMI-O (or any other S3 based object storage in the future). The idea is that the resulting models will be available in the original form for download, as well as in the XYZ tiled pyramid that will we can show on the fly from any map visualization library (i.e. Leaflet) in the shiny app frontend.
The text was updated successfully, but these errors were encountered: