Open-EO / openeo-r-client

R client package for working with openEO backends

Home Page:https://open-eo.github.io/openeo-r-client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Visualization of COGs

przell opened this issue · comments

Title Visualization of COGs
Date 2021-11-30
Issue #87
Category Visualisation, Reporting
Description The VITO backend provides results as COGS. This could be used for direct visualization via the R-Client. Vito has shown that it works in QGIS. R libraries such as mapview should have the capabilities to realise the task.
Dependencies mapview, leaflet, leafem, r-spatial/mapview#400
Objectives Integration of mapview into package?, write wrapper function around mapview for rclient?
Priority Medium
Impact Medium

Asked for mapview support: r-spatial/mapview#400

The solution described here (r-spatial/mapview#400) is working.
So far there is no integration of COGs into mapview.

  • A) we could wrap the code ourselves depending on leaflet and the github version of leafem (0.1.8.9, on CRAN it's 0.1.6 without this feature)
  • B) Wait until leafem and mapview (with the missing wrapper so you can do mapview("url-to-cog")) is released on CRAN

I've asked when it's planned to push the changes to the CRAN versions of the two packages in the issue mentioned above.

Not going to be included into the package. The proof that it works is shown above.