Open-EO / openeo-r-client

R client package for working with openEO backends
https://open-eo.github.io/openeo-r-client
Apache License 2.0
61 stars 17 forks source link

Problem with Loading Collections #153

Closed zzznelsonsm closed 1 month ago

zzznelsonsm commented 2 months ago

I continue to get this error message:

No or invalid collection id(s)

In my code, it seems like I am following the documentation.

connection = connect(host = "https://openeo.dataspace.copernicus.eu") login()

list collection and processes

coll = list_collections() coll list_processes() p = processes() f = list_file_formats()

collection_viewer(x="SENTINEL2_L2A")

Thank you kindly for any help!!!!

m-mohr commented 1 month ago

Correct, this is a bug. Please consult #154 for details and a potential solution.

Closing as duplicate of #154 (although you were earlier, but I already posted an answer in #154)