Open-EO / openeo-spring-driver

openEO driver build on spring using WCPS and ODC storage access
Apache License 2.0
0 stars 0 forks source link

download of ADO_SM_anomalies_ERA5_QM and ADO_SWI_1km_4326 fails #41

Open przell opened 3 years ago

przell commented 3 years ago

The download of these two collections doesnt work (tested with R client and webeditor):

Process graph:

{
  "process_graph": {
    "1": {
      "process_id": "load_collection",
      "arguments": {
        "id": "ADO_SM_anomalies_ERA5_QM",
        "spatial_extent": {
          "west": 9.062347412109375,
          "south": 47.58972566021157,
          "east": 9.272460937499998,
          "north": 47.67856488312543
        },
        "temporal_extent": [
          "2018-01-01T00:00:00Z",
          "2018-12-31T00:00:00Z"
        ],
        "bands": null,
        "properties": {}
      }
    },
    "2": {
      "process_id": "save_result",
      "arguments": {
        "data": {
          "from_node": "1"
        },
        "format": "NETCDF"
      },
      "result": true
    }
  }
}

Giving this error message on the webeditor as synchronous:

The submitted job class Job { id: null title: null description: null process: class Process { engine: null id: null summary: null description: null categories: null parameters: null returns: null deprecated: false experimental: false exceptions: {} examples: null links: null processGraph: { "1": { "process_id": "load_collection", "arguments": { "spatial_extent": { "west": 9.062347412109375, "east": 9.272460937499998, "south": 47.58972566021157, "north": 47.67856488312543 }, "id": "ADO_SM_anomalies_ERA5_QM", "temporal_extent": [ "2018-01-01T00:00:00Z", "2018-12-31T00:00:00Z" ], "properties": {} } }, "2": { "result": true, "process_id": "save_result", "arguments": { "data": {"from_node": "1"}, "format": "NETCDF" } } } } status: created progress: 0 created: null updated: null plan: null costs: null budget: null } was not executed!
ID: unknown
Code: 500
Level: error

and this as batch: image