Search found 1448 matches

by OB.DAAC - SeanBailey
Mon Dec 11, 2023 1:16 pm America/New_York
Forum: Questions/Comments
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... :shock:

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
by OB.DAAC - SeanBailey
Mon Dec 11, 2023 9:42 am America/New_York
Forum: Questions/Comments
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 ("...
by OB.DAAC - SeanBailey
Mon Dec 11, 2023 9:25 am America/New_York
Forum: Questions/Comments
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 ...
by OB.DAAC - SeanBailey
Mon Dec 11, 2023 9:05 am America/New_York
Forum: Questions/Comments
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...
by OB.DAAC - SeanBailey
Mon Dec 11, 2023 7:57 am America/New_York
Forum: Questions/Comments
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...
by OB.DAAC - SeanBailey
Fri Dec 08, 2023 1:01 pm America/New_York
Forum: Questions/Comments
Question: Observation of Symmetrical Stripes in Tropical Regions Using MODIS Aqua Satellite Data Mean
Replies: 2

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...
by OB.DAAC - SeanBailey
Thu Dec 07, 2023 4:18 pm America/New_York
Forum: Questions/Comments
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...
by OB.DAAC - SeanBailey
Thu Dec 07, 2023 11:08 am America/New_York
Forum: Questions/Comments
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...
by OB.DAAC - SeanBailey
Wed Dec 06, 2023 1:46 pm America/New_York
Forum: Questions/Comments
Question: obdaac_download.py re-downloads data already existing locally without "--force"
Replies: 1

Re: obdaac_download.py re-downloads data already existing locally without "--force"

There was an issue where the last-modified header wasn't being sent, so the code could not do the comparison with the file on disk.

This has been fixed.

Thanks for alerting us to the issue,

Sean
by OB.DAAC - SeanBailey
Wed Dec 06, 2023 9:40 am America/New_York
Forum: Questions/Comments
Question: Python Sen3/OLCI download error
Replies: 8

Re: Python Sen3/OLCI download error

The earthaccess code is not maintained by the OB.DAAC. It appears that there is an issue passing the EDL credentials to our getfile API. We are investigating, but may have to defer to the developers of the earthaccess code for a resolution.

Regards,
Sean