Skip to content

Memory Improvements - #444

Open
AndrewPlayer3 wants to merge 4 commits into
developfrom
memory-improvements-v2
Open

Memory Improvements#444
AndrewPlayer3 wants to merge 4 commits into
developfrom
memory-improvements-v2

Conversation

@AndrewPlayer3

Copy link
Copy Markdown
Contributor

This PR improves memory usage by using a smaller block size in the ISCE3 process, as well as modifications to the block-wise preprocessing of the images.

@AndrewPlayer3
AndrewPlayer3 requested review from a team as code owners September 9, 2026 18:47

@jhkennedy jhkennedy left a comment

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 look good to me! Only one minor take-it-or-leave-it comment.

driver = gdal.GetDriverByName('GTIFF')
out_ds = driver.Create(out_filename, xsize=num_cols, ysize=num_rows, bands=1, eType=gdal.GDT_Byte)
driver = gdal.GetDriverByName('GTiff')
temp_filename = 'temp.tif'

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.

Should we use a NamedTemoraryFile or clean this up after we're done with it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants