Search found 2 matches

by rribasg
Tue Mar 11, 2025 6:17 am America/New_York
Forum: Home
Question: TEMPO access using wget
Replies: 3

Re: TEMPO access using wget

Dear user support I followed your suggestion about accessing with wget and I created the following code #!/bin/bash URL="https://data.asdc.earthdata.nasa.gov/asdc-prod-protected/TEMPO/TEMPO_NO2_L2_V03/2025.03.10/" TOKEN=MY_TOKEN wget -d --header "Authorization: Bearer $TOKEN" --r...
by rribasg
Wed Feb 19, 2025 4:41 am America/New_York
Forum: Home
Question: TEMPO access using wget
Replies: 3

TEMPO access using wget

Dear Earthdata forum. I am trying to retrieve the TEMPO O3, NO2 and HCHO products from Earthdata https://data.asdc.earthdata.nasa.gov/asdc-prod-protected/TEMPO/. I used the script provided by Earthdata and I can download individual files for initial tests. To implement the retrieval of TEMPO product...