Open-EO / r4openeo-usecases

Use-cases for the project r4openeo
Apache License 2.0
0 stars 2 forks source link

UC3: Improvements #1

Open przell opened 1 year ago

przell commented 1 year ago

@hurielreichel, hi, as discussed here's the list of improvements for the dashboard

edzer commented 1 year ago

@hurielreichel in today's call the idea came up to use the process apply_neighbourhood (as discussed in the forum thread) with an R udf, to do the spatial or temporal smoothing there. Could you please make an attempt to do this? Cc: @m-mohr

hurielreichel commented 1 year ago

@edzer with pleasure! Will do! @m-mohr I'll come to you soon enough with my doubts

m-mohr commented 1 year ago

Likely, because apply_neighborhood is not supported yet by the UDF lib. So once you have a theoretical process graph, I need to check it to implement the UDF abilities and then we need to redeploy it at VITO for you to be able to run it :-)

hurielreichel commented 1 year ago

Maybe should we use the one you posted in the forum? You proposition...

m-mohr commented 1 year ago

I did not propose a UDF-based approach on the forum?! Might be the easiest to set up a call and work on it collaboratively.

przell commented 1 year ago

@hurielreichel, great work on the documentation! Looks good so far! :heart: What I think would be really helpful, would be a tutorial how to integrate an openEO process graph into a shiny app. Like starting from scratch. Which steps to follow, where to insert the process graph, when does it get executed.