Search found 12 matches
- Thu Jun 08, 2023 6:51 pm America/New_York
- Forum: Questions/Comments
- Question: Migrating from legacy token to NASA EarthData token to download ATL03 from NSIDC
- Replies: 2
Re: Migrating from legacy token to NASA EarthData token to download ATL03 from NSIDC
Dear Eduard, Thank you for reaching out on the Earthdata Forum. Bearer tokens work a little bit differently than echo tokens did. This format should work for curl: curl -b ~/.urs_cookies -c ~/.urs_cookies -O -J -L -H "Authorization: Bearer <your token>" --dump-header response_header.txt &q...
- Fri May 05, 2023 5:03 pm America/New_York
- Forum: Questions/Comments
- Question: ICESat-2 download_granules(path) stuck on pending
- Replies: 3
Re: ICESat-2 download_granules(path) stuck on pending
Hi Ty,
Nice to chat with you today. As I mentioned, but just to document here, I'm guessing your initial order was made during some scheduled maintenance downtime on Wednesday. Glad to hear your order went through eventually.
Kind regards,
Mikala
Nice to chat with you today. As I mentioned, but just to document here, I'm guessing your initial order was made during some scheduled maintenance downtime on Wednesday. Glad to hear your order went through eventually.
Kind regards,
Mikala
- Wed Apr 26, 2023 5:36 pm America/New_York
- Forum: Questions/Comments
- Question: 401 Unauthorized in [https://n5eil01u.ecs.nsidc.org/ATLAS/ATL03.005/] using Wget2
- Replies: 8
Re: 401 Unauthorized in [https://n5eil01u.ecs.nsidc.org/ATLAS/ATL03.005/] using Wget2
Dear Yu-Feng,
Does it work to add -r (for downloading recursively) to either the wget or wget2 commands?
Mikala
Does it work to add -r (for downloading recursively) to either the wget or wget2 commands?
Mikala
- Fri Apr 21, 2023 4:38 pm America/New_York
- Forum: Questions/Comments
- Question: 401 Unauthorized in [https://n5eil01u.ecs.nsidc.org/ATLAS/ATL03.005/] using Wget2
- Replies: 8
Re: 401 Unauthorized in [https://n5eil01u.ecs.nsidc.org/ATLAS/ATL03.005/] using Wget2
Hello again,
Have you tried a test with wget recently? The operations team hasn't made any changes to block your IP address. They are wondering if it's something with wget2.
Let me know if you can successfully use wget for a test granule.
Mikala
Have you tried a test with wget recently? The operations team hasn't made any changes to block your IP address. They are wondering if it's something with wget2.
Let me know if you can successfully use wget for a test granule.
Mikala
- Wed Apr 19, 2023 5:17 pm America/New_York
- Forum: Questions/Comments
- Question: 401 Unauthorized in [https://n5eil01u.ecs.nsidc.org/ATLAS/ATL03.005/] using Wget2
- Replies: 8
Re: 401 Unauthorized in [https://n5eil01u.ecs.nsidc.org/ATLAS/ATL03.005/] using Wget2
P.S. We did experience a temporary outage on n5eil01u last night and earlier today that may have contributed to your "refused to connect" error early this morning.
- Wed Apr 19, 2023 5:15 pm America/New_York
- Forum: Questions/Comments
- Question: 401 Unauthorized in [https://n5eil01u.ecs.nsidc.org/ATLAS/ATL03.005/] using Wget2
- Replies: 8
Re: 401 Unauthorized in [https://n5eil01u.ecs.nsidc.org/ATLAS/ATL03.005/] using Wget2
Dear Yu-Feng, Apologies, I don't fully understand your last message. Our operations staff believe you will have better luck with your "refuse to connect" error, if you attempt your wget2 access using a bearer token. You can generate a bearer token from your Earthdata Login profile at urs.e...
- Tue Apr 18, 2023 6:20 pm America/New_York
- Forum: Questions/Comments
- Question: 401 Unauthorized in [https://n5eil01u.ecs.nsidc.org/ATLAS/ATL03.005/] using Wget2
- Replies: 8
Re: 401 Unauthorized in [https://n5eil01u.ecs.nsidc.org/ATLAS/ATL03.005/] using Wget2
Dear Yu-Feng, We recommend you try going to your EDL profile and generating a bearer token: urs.earthdata.nasa.gov -> "Generate Token" Then, add that to your wget2 command as: wget2 --header='Authorization: Bearer TOKEN_HERE' and remove the --http-user=yufengho --ask-password parameters. L...
- Wed Apr 12, 2023 7:05 pm America/New_York
- Forum: Questions/Comments
- Question: ICESAT-2 HDF data download using python script
- Replies: 7
Re: ICESAT-2 HDF data download using python script
Unfortunately, I'm unable to recreate your issue. I was able to select those two granules using a simplified bounding box based upon the coordinates I could see in your query. This yielded those 2 granules that I can see in your screenshot. When I execute the python script from a terminal on my MacB...
- Wed Apr 12, 2023 6:30 pm America/New_York
- Forum: Questions/Comments
- Question: ICESAT-2 HDF data download using python script
- Replies: 7
Re: ICESAT-2 HDF data download using python script
P.S. It would be helpful, if you could share your bounding box/polygon coordinates from your query in a copyable format, so I can follow your steps more exactly.
Thanks!
Thanks!
- Wed Apr 12, 2023 6:13 pm America/New_York
- Forum: Questions/Comments
- Question: ICESAT-2 HDF data download using python script
- Replies: 7
Re: ICESAT-2 HDF data download using python script
Thank you for reaching out on the Earthdata Forum. I'm going to see if I can recreate your issue and get back to you. I've not tried running the script from either Qtconsole or a Jupyter notebook. I usually just execute the script from a terminal. I'll be in touch soon, but wanted to make sure you k...