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

Rasdaman batch job marked as finished but should return an error #55

Open clausmichele opened 2 years ago

clausmichele commented 2 years ago

The following process graph returns an error (correctly) if executed as a sync call, but if we create a batch job with it it executes and is marked as finished, but there is no result to download.

{
  "parameters": [],
  "process_graph": {
    "1": {
      "process_id": "load_collection",
      "arguments": {
        "temporal_extent": [
          "2030-01-01T00:00:00Z",
          "2030-01-08T00:00:00Z"
        ],
        "spatial_extent": {
          "east": 11.21024655177519,
          "south": 46.145909018711734,
          "north": 46.21249557764362,
          "west": 11.089634080255387
        },
        "id": "ADO_NDVI_MODIS_231m_3035",
        "bands": [
          "8d_ndvi_linint"
        ],
        "properties": {}
      }
    },
    "2": {
      "result": true,
      "process_id": "save_result",
      "arguments": {
        "data": {
          "from_node": "1"
        },
        "format": "NETCDF",
        "options": {}
      }
    }
  }
}