We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have the following process, but get an error:
unknown: No band dimension
According to the docs apply_dimension is meant to create the missing dimension, I think.
{ "process_graph": { "1": { "process_id": "aggregate_temporal_period", "arguments": { "data": { "from_node": "reduce_dimension_TDTKX9963G" }, "period": "month", "reducer": { "process_graph": { "2": { "process_id": "mean", "arguments": { "data": { "from_parameter": "data" } }, "result": true } } } } }, "2": { "process_id": "apply_dimension", "arguments": { "data": { "from_node": "1" }, "target_dimension": "bands", "process": { "process_graph": { "2": { "process_id": "array_create", "arguments": { "data": { "from_parameter": "data" } }, "result": true } } }, "dimension": "t" } }, "load_collection_LUCZT2231M": { "process_id": "load_collection", "arguments": { "bands": [ "B08", "B04", "B02" ], "id": "SENTINEL2_L2A", "properties": {}, "spatial_extent": { "east": 6.646557, "north": 50.82171, "south": 50.811346, "west": 6.631536 }, "temporal_extent": [ "2018-01-01", "2019-01-01" ] }, "description": "B08 = NIR, B04 = RED, B02 = BLUE" }, "reduce_dimension_TDTKX9963G": { "process_id": "reduce_dimension", "arguments": { "data": { "from_node": "load_collection_LUCZT2231M" }, "dimension": "bands", "reducer": { "process_graph": { "6rgsd17e7": { "arguments": { "x": -7.5, "y": { "from_node": "e5n3z9bta" } }, "process_id": "multiply" }, "72xvdpkex": { "arguments": { "x": { "from_node": "v8dynjn0c" }, "y": { "from_node": "axbzqj0r0" } }, "process_id": "add" }, "7rz81lmvj": { "arguments": { "data": { "from_parameter": "data" }, "index": 0 }, "process_id": "array_element" }, "8ftvtyz1w": { "arguments": { "x": { "from_node": "7rz81lmvj" }, "y": { "from_node": "lg832392l" } }, "process_id": "subtract" }, "axbzqj0r0": { "arguments": { "x": 6, "y": { "from_node": "lg832392l" } }, "process_id": "multiply" }, "e5n3z9bta": { "arguments": { "data": { "from_parameter": "data" }, "index": 2 }, "process_id": "array_element" }, "el6umyy2u": { "arguments": { "x": 2.5, "y": { "from_node": "8ftvtyz1w" } }, "process_id": "multiply" }, "lg832392l": { "arguments": { "data": { "from_parameter": "data" }, "index": 1 }, "process_id": "array_element" }, "pzpe4qrxw": { "arguments": { "x": { "from_node": "72xvdpkex" }, "y": { "from_node": "6rgsd17e7" } }, "process_id": "add" }, "v8amok3l5": { "arguments": { "x": { "from_node": "el6umyy2u" }, "y": { "from_node": "pzpe4qrxw" } }, "process_id": "divide", "result": true }, "v8dynjn0c": { "arguments": { "x": 1, "y": { "from_node": "7rz81lmvj" } }, "process_id": "add" } } } }, "description": "Formula is:\n2.5 * (NIR - RED) / (1 + NIR + 6*RED + -7.5*BLUE)" }, "save_result_ZZGVZ2715G": { "process_id": "save_result", "arguments": { "data": { "from_node": "2" }, "format": "GTiff" }, "result": true } }, "parameters": [] }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have the following process, but get an error:
According to the docs apply_dimension is meant to create the missing dimension, I think.
The text was updated successfully, but these errors were encountered: