Skip to content

Commit

Permalink
Merge pull request #316 from mundialis/export_strds
Browse files Browse the repository at this point in the history
export_strds: specify path to the directory where output is written
  • Loading branch information
metzm authored Mar 11, 2022
2 parents 46d4b4d + ad88584 commit 4604c4c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/actinia_core/rest/ephemeral_processing_with_export.py
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,7 @@ def _export_strds(self, strds_name, format="GTiff"):
"input=%s" % strds_name,
"format=%s" % format,
"output=%s" % output_path,
"directory=%s" % self.temp_file_path,
"compression=%s" % "gzip"
]
# optimized for GTiff
Expand Down

0 comments on commit 4604c4c

Please sign in to comment.