Skip to content

Commit 094fdc3

Browse files
author
Grok Compression
committed
update launch for selective network decompression
1 parent 7e8a391 commit 094fdc3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.vscode/launch.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1356,12 +1356,12 @@
13561356
"/vsis3/grok/T32TQM_20241115T100159_TCI_10m.jp2",
13571357
"-o",
13581358
"$HOME/temp/tci_selective.tif",
1359-
// "-r",
1360-
// "2"
1359+
"-r",
1360+
"2"
13611361
],
13621362
"cwd": "${workspaceFolder}",
13631363
"environment": [
1364-
{ "name": "GRK_DEBUG", "value": "4" },
1364+
{ "name": "GRK_DEBUG", "value": "3" },
13651365
{ "name": "AWS_ACCESS_KEY_ID", "value": "minioadmin" },
13661366
{ "name": "AWS_SECRET_ACCESS_KEY", "value": "minioadmin" },
13671367
{ "name": "AWS_S3_ENDPOINT", "value": "localhost:9000" },

0 commit comments

Comments
 (0)