Skip to content

fix(cli): multithread gdal warp in COG creation#2744

Merged
blacha merged 1 commit intomasterfrom
fix/multi-thread-warp
Mar 20, 2023
Merged

fix(cli): multithread gdal warp in COG creation#2744
blacha merged 1 commit intomasterfrom
fix/multi-thread-warp

Conversation

@blacha
Copy link
Copy Markdown
Member

@blacha blacha commented Mar 19, 2023

@blacha blacha requested a review from a team as a code owner March 19, 2023 21:31
// Max CPU POWER
'-co',
'NUM_THREADS=ALL_CPUS',
// in GDAL 3.7.x NUM_THREADS will also set GDAL_NUM_THREADS
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks good to me. Do we also need to upgrade the GDAL version?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

when GDAL releases 3.7.x we can remove this line.

@blacha blacha added this pull request to the merge queue Mar 20, 2023
@blacha blacha merged commit 1b00735 into master Mar 20, 2023
@blacha blacha deleted the fix/multi-thread-warp branch March 20, 2023 04:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants