Skip to content

Commit 66fc5ac

Browse files
fix: increase spatial chunk size to improve performance
1 parent 43d28d2 commit 66fc5ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vscode/launch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138
// S2B_MSIL2A_20250921T100029_N0511_R122_T33TTG_20250921T135752
139139
"--groups", "/measurements/reflectance/r10m", "/measurements/reflectance/r20m", "/measurements/reflectance/r60m", "/quality/l2a_quicklook/r10m",
140140
"--crs-groups", "/conditions/geometry",
141-
"--spatial-chunk", "256",
141+
"--spatial-chunk", "1024",
142142
"--min-dimension", "256",
143143
"--tile-width", "256",
144144
"--max-retries", "2",

0 commit comments

Comments
 (0)