Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
clausmichele opened this issue Feb 9, 2022 · 0 comments
Open
Labels
RASDAMAN Issue related to RASDAMAN as a data and processing provider

Comments

@clausmichele
Copy link
Member

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": {}
      }
    }
  }
}
@clausmichele clausmichele added the RASDAMAN Issue related to RASDAMAN as a data and processing provider label May 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
RASDAMAN Issue related to RASDAMAN as a data and processing provider
Projects
None yet
Development

No branches or pull requests

1 participant