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

Parallelize align_and_resize_raster_stack? #364

Open
phargogh opened this issue Jan 30, 2024 · 0 comments
Open

Parallelize align_and_resize_raster_stack? #364

phargogh opened this issue Jan 30, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@phargogh
Copy link
Member

I am running the InVEST SDR model on Sherlock using a DEM that covers the entire country of Colombia at a 30m resolution. Because of this resolution, my call to align_and_resize_raster_stack is taking a very long time. When I look at the source code, the bulk of the computation appears to be in a for-loop iterating over a bunch of warp_raster calls. It would be nice to be able to parallelize this loop in some way.

@phargogh phargogh added the enhancement New feature or request label Jan 30, 2024
phargogh added a commit to phargogh/pygeoprocessing that referenced this issue Feb 28, 2024
phargogh added a commit to phargogh/pygeoprocessing that referenced this issue Feb 28, 2024
phargogh added a commit to phargogh/pygeoprocessing that referenced this issue Apr 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant