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

Communicate timeouts #18

Closed
m-mohr opened this issue Mar 19, 2019 · 1 comment
Closed

Communicate timeouts #18

m-mohr opened this issue Mar 19, 2019 · 1 comment
Labels
bug Something isn't working

Comments

@m-mohr
Copy link
Member

m-mohr commented Mar 19, 2019

Google returns HTTP status 400 with a text response Computation timed out. if the data is too big to process. This is currently not communicated very well and should be improved.

Related to Simons issue with the following process graph:

{
  "process_graph": {
    "imagery": {
      "red": "B4",
      "nir": "B8A",
      "imagery": {
        "extent": [
          "2018-01-01T00:00:00Z",
          "2018-12-31T23:59:59Z"
        ],
        "imagery": {
          "extent": {
            "west": 4.757069,
            "south": 51.502332,
            "east": 6.020497,
            "north": 52.849645
          },
          "imagery": {
            "process_id": "get_collection",
            "name": "COPERNICUS/S2"
          },
          "process_id": "filter_bbox"
        },
        "process_id": "filter_daterange"
      },
      "process_id": "NDVI"
    },
    "process_id": "max_time"
  },
  "budget": null,
  "output": {
    "format": "png",
    "parameters": {}
  }
}

He also says that the batch job behaves not very well:

Der Batch-Job läuft auch irgendwie nicht durch. Er antwortet mit „Job has not finished computing the results yet“ und nach einiger Zeit kommt dann sogar „Job has not been startet yet“.

@m-mohr m-mohr added the bug Something isn't working label Mar 19, 2019
@m-mohr
Copy link
Member Author

m-mohr commented Jul 15, 2019

This should be solved with version 0.4.

@m-mohr m-mohr closed this as completed Jul 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant