openeo-r-client icon indicating copy to clipboard operation
openeo-r-client copied to clipboard

Error message when describing collection using `describe_collection()`

Open Pratichhya opened this issue 5 months ago • 1 comments

The describe_collection() gives the same output as collection_viewer().

However, both of these also throw an error: No or invalid collection id(s) prior to the result.

example: with collection_viewer(x="SENTINEL2_L2A") in rstudio or with describe_collection("SENTINEL2_L2A") in the Jupyter Notebook.

Pratichhya avatar Sep 24 '24 12:09 Pratichhya