Hello,
Our research project requires long-term Cloud_Mask data (MYD35_L2) in a specific area, but when I tried to filter and reformat the data through post-processing tools on https://ladsweb.modaps.eosdis.nasa.gov/search/, I noticed that there is a limit of file number for submitting order, which made it difficult to download all the files we need.
I am wondering if it would be possible to process a large amount of data at a time and download them? And is it feasible to filter the data and download them through wget or other download tools?
Thanks for help!
MODIS Data Download
-
- Posts: 377
- Joined: Mon Sep 30, 2019 8:33 am America/New_York
- Has thanked: 3 times
Re: MODIS Data Download
Yes, 2000 files limit per order is a hard limit that cannot be changed. Since converting hdf files to geoTIFF format will save each layer as a seperate file. So, you can reduce the number of files in your order by only selecting the layers you need. However, if your order is still more than 2000 files then you need to break your order multiple smaller orders. If you prefer not to use the Find Data web interface, you can write a script that automates the process. See https://ladsweb.modaps.eosdis.nasa.gov/tools-and-services/#lwsclassic for more information (ignore the reference to API-V2, since it has not yet implemented an order interface, which you need for PostProcessing). Debug your script with one order at a time until you get what you need.
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.
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.