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

execute_batch adding save_result even if already present #405

Closed
clausmichele opened this issue Mar 29, 2023 · 1 comment
Closed

execute_batch adding save_result even if already present #405

clausmichele opened this issue Mar 29, 2023 · 1 comment

Comments

@clausmichele
Copy link
Member

Currently execute_batch doesn't check if there is already a save_result node and add one with geoTIFF automatically if nothing provided as parameter to it. It should be aligned with download, which has been fixed some time ago.

Related issue: #240

Here is the line of execute_batch where it adds a save_result:

out_format = guess_format(outputfile) if outputfile else "GTiff"

The check of download to replicate:

if self.result_node().process_id == "save_result":

@clausmichele clausmichele changed the title execute_batch adding save_result even if already oresent execute_batch adding save_result even if already present Mar 29, 2023
@clausmichele
Copy link
Member Author

I didn't notice there was already another issue for this here #401

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

No branches or pull requests

1 participant