GeoscienceAustralia / ga_sar_workflow

InSAR processing workflow used by Geoscience Australia
Apache License 2.0
3 stars 0 forks source link

Small fix: ALOS/PALSAR temp dir handling #345

Closed truth-quark closed 2 years ago

truth-quark commented 2 years ago

The temp_dir variable here is not used: https://github.com/GeoscienceAustralia/gamma_insar/blob/pygamma_workflow/insar/sensors/palsar.py#L56

A fix needs to ensure all the temp files are written to temp_dir for automatic cleanup when the context manager block goes out of scope.

truth-quark commented 2 years ago

Fixed in #346