If it fails check if your /SLC/kml file is missing, empty or corrupt. Do `wc -I kml. A low number (< 22 ?) indicates no data. Also trygrep zip *kml`.
It is unclear why there is occasionally no *kml file. I searched for a bug but could not find. It may happen because ssara_federated_query.py may time out in a non-reproducible way (I changed asfTimeOut to 300 seconds)
If it fails check if your /SLC/kml file is missing, empty or corrupt. Do `wc -I kml
. A low number (< 22 ?) indicates no data. Also try
grep zip *kml`.It is unclear why there is occasionally no
*kml
file. I searched for a bug but could not find. It may happen becausessara_federated_query.py
may time out in a non-reproducible way (I changed asfTimeOut to 300 seconds)