Page 1 of 1

Additional file with suffix hdf@details=1 WGET download

Posted: Mon Sep 01, 2025 6:32 am America/New_York
by harshbardhan
Hi team,
I ordered the MYD08D3 and MOD08D3 products for the years 2003–2024. Once the orders were placed on the archive link, I accessed them using the following wget command:

wget -e robots=off -m -np -R .html,.tmp -nH --cut-dirs=3 "https://ladsweb.modaps.eosdis.nasa.gov/archive/orders/502393612/" --header "Authorization: Bearer MYTOKEN" -P D:\HARSH\MYD08D3

but I noticed that an extra file of size ~23 KB is being downloaded along with each intended file. For example:
Intended file : MYD08_D3.A2016006.061.2018059065715.pscs_000502393612.hdf
Unintended file : MYD08_D3.A2016006.061.2018059065715.pscs_000502393612.hdf@details=1

Could you suggest why this additional file is being downloaded and how I can prevent it?
Thank you!

Re: Additional file with suffix hdf@details=1 WGET download

Posted: Tue Sep 02, 2025 7:11 am America/New_York
by LAADS-EDL_UserServices_M
The file with “?details=1” suffix is an extra file which basically display the file information that you would normally see if you clicked the “info” icon on the orders page. These should not be available for download but some reason are getting downloaded. We are aware of this and are working to resolve it. So for right now please ignore and delete these.

Re: Additional file with suffix hdf@details=1 WGET download

Posted: Tue Sep 02, 2025 7:36 am America/New_York
by harshbardhan
Okay fine. Thank you!

Re: Additional file with suffix hdf@details=1 WGET download

Posted: Wed Sep 03, 2025 10:32 am America/New_York
by LAADS_UserServices_M
Never mind!