TomoSAR_data Wget Download:Unknown Error

Use this Forum to find information on, or ask a question about, NASA Earth Science data.
Post Reply
lionel_cherney123
Posts: 1
Joined: Mon Aug 08, 2022 8:00 am America/New_York
Answers: 0

TomoSAR_data Wget Download:Unknown Error

by lionel_cherney123 » Mon Aug 08, 2022 8:23 am America/New_York

When I tried to download data from https://uavsar.jpl.nasa.gov/cgi-bin/product.pl?jobName=lopenp_TM140_03#data by Wget(Version1.19.1)

When I choose some data, the browser showed me that "Use wget commands to download data (selected checkboxes above)" Such as this one-(https://downloaduav2.jpl.nasa.gov/Release24/lopenp_TM140_03/1/lopenp_TM140_16008_002_160225_L090HH_03_BC_s1_1x1.slc)

I used the code below which followed with https://disc.gsfc.nasa.gov/data-access:
wget --load-cookies E:\数据集下载\lopenp_TM140_03\.urs_cookieswget --save-cookies E:\数据集下载\lopenp_TM140_03\.urs_cookieswget --auth-no-challenge=on --keep-session-cookies --user=<Username> --ask-password https://downloaduav2.jpl.nasa.gov/Release24/lopenp_TM140_03/1/lopenp_TM140_16008_002_160225_L090HH_03_BC_s1_1x1.slc

===========================================================================================================
--2022-08-08 20:16:44-- (link=)xn--lopenptm14003-o40up927esmya.urscookieswget/
Resolving xn--lopenptm14003-o40up927esmya.urscookieswget (xn--lopenptm14003-o40up927esmya.urscookieswget)... failed: .
wget: unable to resolve host address 'xn--lopenptm14003-o40up927esmya.urscookieswget'
--2022-08-08 20:16:44-- (link=)xn--lopenptm14003-o40up927esmya.urscookieswget/
Resolving xn--lopenptm14003-o40up927esmya.urscookieswget (xn--lopenptm14003-o40up927esmya.urscookieswget)... failed: .
wget: unable to resolve host address 'xn--lopenptm14003-o40up927esmya.urscookieswget'
--2022-08-08 20:16:44-- https://downloaduav2.jpl.nasa.gov/Release24/lopenp_TM140_03/1/lopenp_TM140_16008_002_160225_L090HH_03_BC_s1_1x1.slc
Resolving downloaduav2.jpl.nasa.gov (downloaduav2.jpl.nasa.gov)... 137.78.249.121
Connecting to downloaduav2.jpl.nasa.gov (downloaduav2.jpl.nasa.gov)|137.78.249.121|:443... failed: Unknown error.
Retrying.
===========================================================================================================
I dont know what's the problem.
How can I download the data successfully please? Thanks very much.
Chen jinye
Attachments
76706b32eaebdcc98df63c2331a2fcc.jpg
76706b32eaebdcc98df63c2331a2fcc.jpg (87.46 KiB) Not viewed yet

Tags:

OB.DAAC - amscott
User Services
User Services
Posts: 345
Joined: Mon Jun 22, 2020 5:24 pm America/New_York
Answers: 1
Has thanked: 8 times
Been thanked: 3 times

Re: TomoSAR_data Wget Download:Unknown Error

by OB.DAAC - amscott » Mon Aug 15, 2022 4:12 pm America/New_York

Hello,

Please contact PODAAC via email at podaac@podaac.jpl.nasa.gov or through the PO.DAAC Forum
https://podaac.jpl.nasa.gov/forum/

sophiaabigail
Posts: 1
Joined: Tue Aug 16, 2022 7:30 am America/New_York
Answers: 0

Re: TomoSAR_data Wget Download:Unknown Error

by sophiaabigail » Tue Aug 16, 2022 7:32 am America/New_York

When I choose some data, the browser showed me that "Use wget commands to download data (selected checkboxes above)" Such as this My problem is, I can't download http files in my college wifi. So when I try to download the file, wget will send the http request to the server When I googled how to download files through URL, it recommended many solutions such as using urlretrieve, urlopen, wget.Sometimes, the Linux user get the error message, “ -bash:wget:Command not found” ... and download the file by using `wget` command are shown in this tutorial.
https://192168l254.com.mx/ES

ASDC - ingridgs
Subject Matter Expert
Subject Matter Expert
Posts: 142
Joined: Fri Apr 23, 2021 9:14 am America/New_York
Answers: 1
Has thanked: 17 times
Been thanked: 7 times

Re: TomoSAR_data Wget Download:Unknown Error

by ASDC - ingridgs » Tue Aug 16, 2022 8:55 am America/New_York

Dear Sophia,
@sophiaabigail

In order to better help you, can you please let us know what type of data are you trying to access and from which tool/service/url are you trying to access it from?

Thank you.

Post Reply