Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error message when describing collection using describe_collection() #154

Open
Pratichhya opened this issue Sep 24, 2024 · 1 comment
Open
Labels
bug Something isn't working

Comments

@Pratichhya
Copy link

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.

@m-mohr m-mohr added the bug Something isn't working label Oct 8, 2024
@m-mohr
Copy link
Member

m-mohr commented Oct 8, 2024

Right, I can confirm this.
This would work, I think:

c = list_collections()
describe_collection(c$SENTINEL2_L2A)

It seems passing by string ID is currently broken (see https://github.com/Open-EO/openeo-r-client/blob/master/R/collections.R#L98).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants