isce-framework / isce2

InSAR Scientific Computing Environment version 2
Other
505 stars 249 forks source link

`alosStack`: easy data preparation + ignore non-numeric folders in the data/download dir #834

Closed yunjunz closed 5 months ago

yunjunz commented 6 months ago

This PR adds two features to facilitate the alosStack processing. Default behaviors are not changed.

It also includes two minor print out msg and bug fixes:

Traceback (most recent call last):
  File "/home/yunjunz/tools/isce2/src/isce2/contrib/stack/alosStack/geocode.py", line 72, in <module>
    bbox = [float(x) for x in bbox.split('/')]
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/yunjunz/tools/isce2/src/isce2/contrib/stack/alosStack/geocode.py", line 72, in <listcomp>
    bbox = [float(x) for x in bbox.split('/')]
            ^^^^^^^^
ValueError: could not convert string to float: ''