download MODIS data

Use this Forum to find information on, or ask a question about, NASA Earth Science data.
Post Reply
marcolaiolo
Posts: 20
Joined: Tue Feb 08, 2022 8:55 am America/New_York
Answers: 0

download MODIS data

by marcolaiolo » Tue Jul 25, 2023 8:51 am America/New_York

Dear Staff,
after long time I have to download Level1b data from LAADS Archive (MOD03 and MOD021KM, respectively). Firstly, I request and generate a new token; however inserted in my matlab code to download these kind of products I write this:

system (['wget -e robots=off -m -np -R .html,.tmp -nH --cut-dirs=9 "',...
foldername,'/',file,'" --header "Authorization: Bearer ',LAADS_token,'" -P ',...
nasatemp_folder]);
where
>> foldername

foldername =

'https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD03/2023/126'

file =

'MOD03.A2023126.0905.061.2023127012714.hdf'

>> nasatemp_folder

nasatemp_folder = local temporary folder before being complete the download

Today, the response to this command has been:

https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD03/2023/126/MOD03.A2023126.0905.061.2023127012714.hdf
Resolving ladsweb.modaps.eosdis.nasa.gov (ladsweb.modaps.eosdis.nasa.gov)... 198.118.194.40
Connecting to ladsweb.modaps.eosdis.nasa.gov (ladsweb.modaps.eosdis.nasa.gov)|198.118.194.40|:443... connected.
HTTP request sent, awaiting response... 504 Gateway Time-out
Retrying.

I know that it can be seriously difficult for you to understand this issue; but you can suggest me, also only in theory if there is some error in my command (also the --cut-dirs=3 dpesn't work) or there is some problem (e.g. because too connection) in the connection from the https address.

Thank you in advance for your precious work and assistance,
Marco Laiolo

Tags:

LAADS_UserServices_M
User Services
User Services
Posts: 289
Joined: Mon Sep 30, 2019 8:33 am America/New_York
Answers: 1
Has thanked: 3 times

Re: download MODIS data

by LAADS_UserServices_M » Tue Jul 25, 2023 9:09 am America/New_York

Dear Marco Laiolo:
There is a system wide issue that is affecting all data download from ladsweb, see:
https://ladsweb.modaps.eosdis.nasa.gov/alerts-and-issues/117944
Regards,
LAADS User Services

To receive news from LAADS DAAC direct to your inbox, email laadsdaac-join@lists.nasa.gov with “subscribe” in the subject line.

Post Reply