Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RasterSequentialProcessor: subdivide based on block size #135

Open
dbaston opened this issue Aug 10, 2024 · 1 comment
Open

RasterSequentialProcessor: subdivide based on block size #135

dbaston opened this issue Aug 10, 2024 · 1 comment
Labels
enhancement New feature or request performance

Comments

@dbaston
Copy link
Member

dbaston commented Aug 10, 2024

RasterSequentialProcessor always subdivides the processing region using scanlines. For tiled rasters, it should be more efficient to subdivide using the block size of the raster.

@dbaston dbaston added enhancement New feature or request performance labels Aug 10, 2024
@dbaston
Copy link
Member Author

dbaston commented Sep 8, 2024

Related to this, the RasterSequentialProcessor should disregard max_cells_in_memory if it is smaller than the block size. This would avoid unnecessary repeated reads of the same blocks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request performance
Projects
None yet
Development

No branches or pull requests

1 participant