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

download of ADO_SM_anomalies_ERA5_QM and ADO_SWI_1km_4326 fails #41

Open
przell opened this issue Jun 22, 2021 · 0 comments
Open

download of ADO_SM_anomalies_ERA5_QM and ADO_SWI_1km_4326 fails #41

przell opened this issue Jun 22, 2021 · 0 comments

Comments

@przell
Copy link
Member

przell commented Jun 22, 2021

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

  • ADO_SM_anomalies_ERA5_QM
  • ADO_SWI_1km_4326

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

@przell przell changed the title download of download of ADO_SM_anomalies_ERA5_QM fails Jun 22, 2021
@przell przell changed the title download of ADO_SM_anomalies_ERA5_QM fails download of ADO_SM_anomalies_ERA5_QM and ADO_SWI_1km_4326 fails Jun 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant