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

[Feat] Implement parallel processing while raster MASK in effect #2858

Open
ericrpatton opened this issue Feb 24, 2023 · 0 comments
Open

[Feat] Implement parallel processing while raster MASK in effect #2858

ericrpatton opened this issue Feb 24, 2023 · 0 comments
Labels
C Related code is in C enhancement New feature or request raster Related to raster data processing
Milestone

Comments

@ericrpatton
Copy link

Is your feature request related to a problem? Please describe.
This is a request that follows up on the error reported here https://github.com/OSGeo/grass/issues/2809 where parallel processing in r.patch while a mask was in effect causes zlib decompression errors.

Describe the solution you'd like
To be able to set a raster MASK, and run a parallel computation such as r.patch in=map1,map2,map3 out=output nprocs=XX without decompressions errors.

Describe alternatives you've considered
I don't think any other possibilities exist.

Additional context
See the closed bug #2809 for extensive discussion on the issue.

@ericrpatton ericrpatton added the enhancement New feature or request label Feb 24, 2023
@petrasovaa petrasovaa added raster Related to raster data processing C Related code is in C labels Feb 27, 2023
@petrasovaa petrasovaa added this to the 8.4.0 milestone Feb 27, 2023
@wenzeslaus wenzeslaus modified the milestones: 8.4.0, Future Apr 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C Related code is in C enhancement New feature or request raster Related to raster data processing
Projects
None yet
Development

No branches or pull requests

3 participants