import openeo
connection = openeo.connect(
url="openeo.dataspace.copernicus.eu",
)
print(connection.list_collection_ids())
['SENTINEL3_OLCI_L1B', 'SENTINEL3_SLSTR', 'SENTINEL_5P_L2', 'EEA_VEGETATION_INDICES', 'SENTINEL2_L1C', 'SENTINEL2_L2A', 'SENTINEL1_GRD', 'COPERNICUS_30', 'LANDSAT8_L2']
connection.describe_collection("SENTINEL2_L2A")
connection.list_processes()