Recently I've been having issues downloading L1A files from https://oceandata.sci.gsfc.nasa.gov/, files like this one A2025149060500.L1A_LAC.bz2. I got a system in Python which logins into urs.earthdata.nasa.gov and then downloads the files for a region. But let's say the full region is for about 22 swaths but I just end up with 13 or 15 succesfuly downloaded files. Wonder if there is an alternative to get this files? Like L2 files which I can download them from AWS S3.
Thanks in advanced.
MODIA Aqua/Terra L1A download issues
-
- Subject Matter Expert
- Posts: 12
- Joined: Wed Jul 12, 2023 11:25 am America/New_York
- Been thanked: 1 time
Re: MODIA Aqua/Terra L1A download issues
Hello,
To clarify, is your script accessing (and failing to download) from the URL https://oceandata.sci.gsfc.nasa.gov/getfile/A2025149060500.L1A_LAC.bz2 ? Does that URL work for you if you just click on it?
Unfortunately, we currently aren't able to replicate this issue (the above link is working for me). One possibility is that your downloads are timing out, because 1.1 MB/sec is a fairly slow rate. It seems like you've got a few downloads going at once--does the problem persist if you try to download just 1 or 2 instead?
Also, it seems like your download *begins*, at least, and then fails. Does that happen when you click on the above link?
Thanks,
Jacob
To clarify, is your script accessing (and failing to download) from the URL https://oceandata.sci.gsfc.nasa.gov/getfile/A2025149060500.L1A_LAC.bz2 ? Does that URL work for you if you just click on it?
Unfortunately, we currently aren't able to replicate this issue (the above link is working for me). One possibility is that your downloads are timing out, because 1.1 MB/sec is a fairly slow rate. It seems like you've got a few downloads going at once--does the problem persist if you try to download just 1 or 2 instead?
Also, it seems like your download *begins*, at least, and then fails. Does that happen when you click on the above link?
Thanks,
Jacob