Search found 3 matches

by joseph.hellmers
Fri May 26, 2023 8:39 am America/New_York
Forum: Questions/Comments
Question: Pulling CMC SST Data Using Python
Replies: 4

Re: Pulling CMC SST Data Using Python

Thanks Wenhao.
by joseph.hellmers
Wed May 24, 2023 1:17 pm America/New_York
Forum: Questions/Comments
Question: Pulling CMC SST Data Using Python
Replies: 4

Re: Pulling CMC SST Data Using Python

Thanks Wenhao!

That example uses urllib. I'm wondering if there is an example using urllib3.

Joe Hellmers
by joseph.hellmers
Fri May 19, 2023 2:08 pm America/New_York
Forum: Questions/Comments
Question: Pulling CMC SST Data Using Python
Replies: 4

Pulling CMC SST Data Using Python

Hello, I'm trying to download some data from PO.DAAC using a token that I generated in the user interface by adding an Authorization header to the request, but it is giving me an 401 authorization error. Does anybody know of a good example of how to do this? I see some examples in a tutorial about a...