Search found 365 matches
- Tue Sep 20, 2022 8:16 am America/New_York
- Forum: Home
- Question: Unable to batch download with wget or curl
- Replies: 4
Re: Unable to batch download with wget or curl
Dear Mikael, If you are using a valid token(generated from ladsweb) you don't need any other authentication to download data. Your wget and curl commands seems correct but probably you tried to download data at time when LAADS servers were very busy. For last several days we seem to get a spike ever...
- Fri Sep 16, 2022 8:11 am America/New_York
- Forum: Home
- Question: MODIS data missing for September 7th, 2022
- Replies: 4
Re: MODIS data missing for September 7th, 2022
No, this was an unexpected delay.
- Thu Sep 15, 2022 8:50 am America/New_York
- Forum: Home
- Question: MODIS data missing for September 7th, 2022
- Replies: 4
Re: MODIS data missing for September 7th, 2022
The missing level 0 was delivered yesterday and DOY 250 was processed.
- Wed Sep 14, 2022 10:10 am America/New_York
- Forum: Home
- Question: MODIS data missing for September 7th, 2022
- Replies: 4
Re: MODIS data missing for September 7th, 2022
The Day 250 is missing level 0 data and we are waiting for a status from data provider. Hopefully, we have an update sometimes today.
- Wed Sep 14, 2022 9:21 am America/New_York
- Forum: Home
- Question: 504s on all requests
- Replies: 4
Re: 504s on all requests
All servers are working normally and haven't received complain from any other user.
- Mon Sep 12, 2022 8:32 am America/New_York
- Forum: Home
- Question: IDL code to read post processed granules
- Replies: 1
Re: IDL code to read post processed granules
Sorry, we don't have any IDL routines available to help you.However, if you like you can use tools provided on ladsweb to read hdf files ( see under 'Manipulation Tools' at https://ladsweb.modaps.eosdis.nasa.gov/tools-and-services/).
- Wed Aug 31, 2022 7:49 am America/New_York
- Forum: Home
- Question: 504 gateway timeout downloading MODIS l1b data
- Replies: 7
Re: 504 gateway timeout downloading MODIS l1b data
Both Collections are available and are listed in earthdata search tool. It is user's choice which one is selected. All files are available except where there is a data outage.
- Wed Aug 31, 2022 7:38 am America/New_York
- Forum: Home
- Question: No MODIS data available since DOY 236.
- Replies: 5
Re: No MODIS data available since DOY 236.
The 504 issue was due to a very heavy load of users' orders on the system during those days and the current delay was due to a backlog in making data available for distribution after it was generated.
- Tue Aug 30, 2022 10:12 am America/New_York
- Forum: Home
- Question: No MODIS data available since DOY 236.
- Replies: 5
Re: No MODIS data available since DOY 236.
Data will be available sometimes today.
- Tue Aug 30, 2022 8:28 am America/New_York
- Forum: Home
- Question: 504 gateway timeout downloading MODIS l1b data
- Replies: 7
Re: 504 gateway timeout downloading MODIS l1b data
The LAADS wget command syntax is like: wget -e robots=off -m -np -R .html,.tmp -nH --cut-dirs=3 "https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/PATH_TO_DATA_DIRECTORY" --header "Authorization: Bearer MY_TOKEN" -P TARGET_DIRECTORY_ON_YOUR_FILE_SYSTEM where: PATH_TO_DATA_DI...