ASF_Search Download Error
Posted: Mon Feb 05, 2024 1:25 am America/New_York
Hi, I want to ask about the error I got when I try to download Sentinel 1 Imagery using asf search python library. I am sure that my script is working weeks ago. But now it shows error like this
raise ASFDownloadError(f'Error downloading {url}: directory not found: {path}')
asf_search.exceptions.ASFDownloadError: Error downloading https://datapool.asf.alaska.edu/GRD_HD/SA/S1A_IW_GRDH_1SDV_20240203T112657_20240203T112722_052394_0655F5_824C.zip: directory not found:
Strangely when I put link above in my browser it download the data immediately.
I tried to search the solution online but I cannot find it. I also attach my script with this email just in case you want to check it. I hope you can help me with this problem.
raise ASFDownloadError(f'Error downloading {url}: directory not found: {path}')
asf_search.exceptions.ASFDownloadError: Error downloading https://datapool.asf.alaska.edu/GRD_HD/SA/S1A_IW_GRDH_1SDV_20240203T112657_20240203T112722_052394_0655F5_824C.zip: directory not found:
Strangely when I put link above in my browser it download the data immediately.
I tried to search the solution online but I cannot find it. I also attach my script with this email just in case you want to check it. I hope you can help me with this problem.