Terra crashed while running CropAndCalibrate tasks. It seems that settings.configured was False before a task ran, and True afterwards, causing this issue. Ran with virtualenv compute on Windows, using the ProcessPoolExecutor.
Traceback (most recent call last): File "C:\Python37\Lib\concurrent\futures\process.py", line 239, in _process_wo rker r = call_item.fn(*call_item.args, **call_item.kwargs) File "c:\users\noah\git\terra_dsm\external\terra\terra\task.py", line 140, in __call__ settings.terra.zone = original_zone UnboundLocalError: local variable 'original_zone' referenced before assignment
Terra crashed while running CropAndCalibrate tasks. It seems that settings.configured was False before a task ran, and True afterwards, causing this issue. Ran with virtualenv compute on Windows, using the ProcessPoolExecutor.
Traceback (most recent call last): File "C:\Python37\Lib\concurrent\futures\process.py", line 239, in _process_wo rker r = call_item.fn(*call_item.args, **call_item.kwargs) File "c:\users\noah\git\terra_dsm\external\terra\terra\task.py", line 140, in __call__ settings.terra.zone = original_zone UnboundLocalError: local variable 'original_zone' referenced before assignment