Skip to content

Commit f1eae63

Browse files
committed
refactor: apply code formatting (line length)
- Format long argparse description lines for readability - No functional changes, purely formatting
1 parent 443cdcc commit f1eae63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/get_conversion_params.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"conversion": {
2727
"groups": "/measurements",
2828
"extra_flags": "--gcp-group /conditions/gcp",
29-
"spatial_chunk": 2048,
29+
"spatial_chunk": 4096, # Increased from 2048 for faster I/O
3030
"tile_width": 512,
3131
},
3232
},

0 commit comments

Comments
 (0)