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

Improve interim results by include additional mapsets #399

Merged
merged 3 commits into from
Dec 14, 2022

Conversation

anikaweinmann
Copy link
Member

Add possibility to configure pattern to save addional mapsets in the interim resutls.
For parallelization on different region some GRASS GIS could create additional mapsets and use the data from these mapsets in further calculations without copying them to the temporary mapsets. To add the possibility to also resumpt jobs where such addional mapsets are created in a previous step you can configure additional mapsets which should be included in the interim results by setting a pattern for the mapset name, e.g.:

[MISC]
save_interim_results = onError
save_interim_results_endpoints_cfg = /etc/default/actinia_interim_endpoints.csv
include_additional_mapset_pattern = test_tmp_*

Copy link
Member

@mmacata mmacata left a comment

Choose a reason for hiding this comment

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

Nice, thanks! Only found some typos, else please merge!

job_resumption.md Outdated Show resolved Hide resolved
src/actinia_core/core/interim_results.py Outdated Show resolved Hide resolved
src/actinia_core/core/interim_results.py Outdated Show resolved Hide resolved
src/actinia_core/core/interim_results.py Outdated Show resolved Hide resolved
src/actinia_core/core/interim_results.py Outdated Show resolved Hide resolved
src/actinia_core/core/interim_results.py Outdated Show resolved Hide resolved
@anikaweinmann anikaweinmann merged commit 955175f into main Dec 14, 2022
@anikaweinmann anikaweinmann added this to the 4.5.0 milestone Dec 14, 2022
@mmacata mmacata deleted the improve_interim_results branch August 15, 2024 06:56
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