We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
describe_collection()
The describe_collection() gives the same output as collection_viewer().
collection_viewer()
However, both of these also throw an error: No or invalid collection id(s) prior to the result.
No or invalid collection id(s)
example: with collection_viewer(x="SENTINEL2_L2A") in rstudio or with describe_collection("SENTINEL2_L2A") in the Jupyter Notebook.
collection_viewer(x="SENTINEL2_L2A")
describe_collection("SENTINEL2_L2A")
The text was updated successfully, but these errors were encountered:
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).
Sorry, something went wrong.
No branches or pull requests
The
describe_collection()
gives the same output ascollection_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 withdescribe_collection("SENTINEL2_L2A")
in the Jupyter Notebook.The text was updated successfully, but these errors were encountered: