The 10kb file is probably the HTML page for the login redirect. This means something isn't right with the way your credentials are passed, and you were not logged into your EDL account. Verify that your .netrc file is correctly defined.
Sean
Search found 1496 matches
- Fri Dec 15, 2023 11:59 am America/New_York
- Forum: Home
- Question: Download L3SMI data using R
- Replies: 6
- Mon Dec 11, 2023 4:15 pm America/New_York
- Forum: Home
- Question: Incorrect File Size for Aqua, Terra and VIIRS SST and Chl files
- Replies: 21
Re: Incorrect File Size for Aqua, Terra and VIIRS SST and Chl files
Mike,
Both methods are pretty equal. The traffic is all over HTTPS, so "data in transit" is encrypted. The appkey obfuscates a bit more, as the username isn't required (although is derived on the server side, as the key is unique). Really, it's down to preference and ease of use.
Sean
Both methods are pretty equal. The traffic is all over HTTPS, so "data in transit" is encrypted. The appkey obfuscates a bit more, as the username isn't required (although is derived on the server side, as the key is unique). Really, it's down to preference and ease of use.
Sean
- Mon Dec 11, 2023 1:16 pm America/New_York
- Forum: Home
- Question: Incorrect File Size for Aqua, Terra and VIIRS SST and Chl files
- Replies: 21
Re: Incorrect File Size for Aqua, Terra and VIIRS SST and Chl files
Oh what a tangled web...
We have identified and corrected the issue that was causing the basic authentication of username/password to fail. All *should* be working again...
Please let us know if you're still having issues.
Sean

We have identified and corrected the issue that was causing the basic authentication of username/password to fail. All *should* be working again...
Please let us know if you're still having issues.
Sean
- Mon Dec 11, 2023 9:42 am America/New_York
- Forum: Home
- Question: Hyperspectral Rayleigh Corrected Radiance from PACE
- Replies: 1
Re: Hyperspectral Rayleigh Corrected Radiance from PACE
Yes. The product is rhos (3D array, or rhos_vvv -VIS bands in 2D or rhos_nnn -all bands in 2D). One caveat is that the sample data have been updated and I *think* are incompatible with the version of l2gen you have. You can update to the T2023.30 tag for a version that will work. The official ("...
- Mon Dec 11, 2023 9:25 am America/New_York
- Forum: Home
- Question: Incorrect File Size for Aqua, Terra and VIIRS SST and Chl files
- Replies: 21
Re: Incorrect File Size for Aqua, Terra and VIIRS SST and Chl files
The obdaac_download script (available via https://oceancolor.gsfc.nasa.gov/data/download_methods/) is a python script that uses the .netrc file for authentication. It also can use the appkey approach. I've just reconfirmed that both methods work. How are you setting up your requests call (it should ...
- Mon Dec 11, 2023 9:05 am America/New_York
- Forum: Home
- Question: lonlat2pixline outputs incorrect pix/lin values
- Replies: 2
Re: lonlat2pixline outputs incorrect pix/lin values
Andrew, This is not a lonlat2pixline issue, but rather an issue with the MERIS file. The geolocation is not correct, possibly related to the gap you pointed out. Below are two images created from a subset of the scene you reference. The first is the M13_radiance field, the second shows the same fiel...
- Mon Dec 11, 2023 7:57 am America/New_York
- Forum: Home
- Question: Python Sen3/OLCI download error
- Replies: 8
Re: Python Sen3/OLCI download error
You can identify the VIIRS data sets we support in Earthdata Search by limiting your search to the 'Ocean Biology Distributed Active Archive Center' under the "Organizations" facet on the left side of the search tool. Select 'VIIRS' under the "Instruments" facet as well and you s...
- Fri Dec 08, 2023 1:01 pm America/New_York
- Forum: Home
- Question: Observation of Symmetrical Stripes in Tropical Regions Using MODIS Aqua Satellite Data Mean
- Replies: 3
Re: Observation of Symmetrical Stripes in Tropical Regions Using MODIS Aqua Satellite Data Mean
I don't want you to think your message was lost...just that it's a tricky one to evaluate. We need to better understand how you are treating the data. Can you provide a more complete dscription of your workflow? (BTW, when including code, use the code wrapper so the indentation is preserved - the bu...
- Thu Dec 07, 2023 4:18 pm America/New_York
- Forum: Home
- Question: Python Sen3/OLCI download error
- Replies: 8
Re: Python Sen3/OLCI download error
If you have a list of files, you'd want to use the --filelist option (--http-manifest is to support our data ordering system, which produces such a manifest file). That said, it seems my team was a lot faster implementing the fix than I thought would be possible. You can try your earthaccess approac...
- Thu Dec 07, 2023 11:08 am America/New_York
- Forum: Home
- Question: Python Sen3/OLCI download error
- Replies: 8
Re: Python Sen3/OLCI download error
Just a follow up... We believe we have identified the issue and indeed it is related to how earthaccess is passing credentials. The problem is how getfile accepts credentials. It will take a little while to make the appropriate changes to getfile. Until the fix is in place, you can use the earthacce...