opera-adt / DSWX-SAR

Dynamic Surface Water Extent from Synthetic Aperture Radar
Apache License 2.0
11 stars 6 forks source link

`ModuleNotFound` Error #42

Closed cmarshak closed 5 months ago

cmarshak commented 10 months ago

When I run the DSWx-SAR workflow, via:

dswx_s1_workflow(cfg)

I get:

File ~/mambaforge/envs/dswx_val/lib/python3.11/site-packages/dswx_sar/filter_SAR.py:4
      1 import numpy as np
      2 from scipy import signal
----> 4 from dswx_sar_util import Constants
      6 K_DEFAULT = 1.0
      7 CU_DEFAULT = 0.523

ModuleNotFoundError: No module named 'dswx_sar_util'
oberonia78 commented 5 months ago

This was fixed in previous version. I'll close the issue report. Thanks @cmarshak