Skip to content

SENTINEL3_SRAL_L2 collection not accessible on openeo.cloud #1753

Description

@WalidGharianiEAGLE

SENTINEL3_SRAL_L2 is discoverable on openeo.cloud, but load_collection() fails with Backend 'eodc' reported validation errors [404] Load call not available for SENTINEL3_SRAL_L2. Is this collection expected to support load_collection(),
How to load this data? The collection seems to be available through openeo.cloud : https://hub.openeo.org/

import openeo

backend = "openeo.cloud"
connection = openeo.connect(backend).authenticate_oidc()  

cube = connection.load_collection(
    "SENTINEL3_SRAL_L2",
    spatial_extent={
        "west": 105.844,
        "south": 12.244,
        "east": 105.934,
        "north": 12.314,
    },
    temporal_extent=["2024-05-01", "2024-06-08"],
)
cube.download("test.nc")

OpenEoApiError: [500] Error: No files to return from: /eodc/private/openeo/v1.0/job-result/9eebf07e-fcb9-430b-acec-f5bb455a6ec8/dd5db99e-b86f-43fa-9fdf-447688df70da/OPENEO/results (ref: r-2607161225194ed88d41c2fe3c059da7)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions