Page 1 of 1

download MODIS data

Posted: Tue Jul 25, 2023 8:51 am America/New_York
by marcolaiolo
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

Re: download MODIS data

Posted: Tue Jul 25, 2023 9:09 am America/New_York
by LAADSx_UserServices_M
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