Skip to content

Commit 262a244

Browse files
committed
Issue #45: pre-commit run --all-files pretty-format-json
1 parent 7b954c7 commit 262a244

File tree

5 files changed

+26
-12
lines changed

5 files changed

+26
-12
lines changed

algorithm_catalog/max_ndvi_composite.json

+8-3
Original file line numberDiff line numberDiff line change
@@ -65,14 +65,19 @@
6565
"themes": [
6666
{
6767
"concepts": [
68-
{ "id": "NORMALIZED DIFFERENCE VEGETATION INDEX (NDVI)" },
69-
{ "id": "Sentinel-2 MSI" }
68+
{
69+
"id": "NORMALIZED DIFFERENCE VEGETATION INDEX (NDVI)"
70+
},
71+
{
72+
"id": "Sentinel-2 MSI"
73+
}
7074
],
7175
"scheme": "https://gcmd.earthdata.nasa.gov/kms/concepts/concept_scheme/sciencekeywords"
7276
}
7377
],
7478
"formats": [
75-
"GeoTiff", "netCDF"
79+
"GeoTiff",
80+
"netCDF"
7681
],
7782
"license": "CC-BY-4.0"
7883
},

benchmark_scenarios/max_ndvi_composite.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@
1919
"2023-08-01",
2020
"2023-09-30"
2121
],
22-
"bands": ["B04"]
22+
"bands": [
23+
"B04"
24+
]
2325
},
2426
"result": true
2527
}

benchmark_scenarios/worldcereal.json

+10-5
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,21 @@
1616
"north": 51.18469636040683,
1717
"crs": "EPSG:4326"
1818
},
19-
"temporal_extent": ["2020-11-01","2021-10-31"]
19+
"temporal_extent": [
20+
"2020-11-01",
21+
"2021-10-31"
22+
]
2023
},
2124
"result": true
2225
}
2326
},
2427
"job_options": {
25-
"driver-memory": "4g",
26-
"executor-memory": "1500m",
27-
"python-memory": "5g",
28-
"udf-dependency-archives": ["https://artifactory.vgt.vito.be/artifactory/auxdata-public/openeo/onnx_dependencies_1.16.3.zip#onnx_deps"]
28+
"driver-memory": "4g",
29+
"executor-memory": "1500m",
30+
"python-memory": "5g",
31+
"udf-dependency-archives": [
32+
"https://artifactory.vgt.vito.be/artifactory/auxdata-public/openeo/onnx_dependencies_1.16.3.zip#onnx_deps"
33+
]
2934
}
3035
}
3136
]

openeo_udp/examples/max_ndvi_composite/max_ndvi_composite.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -498,4 +498,4 @@
498498
]
499499
}
500500
]
501-
}
501+
}

openeo_udp/worldcereal_inference.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -1417,6 +1417,8 @@
14171417
"driver-memory": "4g",
14181418
"executor-memory": "1500m",
14191419
"executor-memoryOverhead": "5g",
1420-
"udf-dependency-archives": ["https://artifactory.vgt.vito.be/artifactory/auxdata-public/openeo/onnx_dependencies_1.16.3.zip#onnx_deps"]
1420+
"udf-dependency-archives": [
1421+
"https://artifactory.vgt.vito.be/artifactory/auxdata-public/openeo/onnx_dependencies_1.16.3.zip#onnx_deps"
1422+
]
14211423
}
1422-
}
1424+
}

0 commit comments

Comments
 (0)