Search found 1431 matches
- 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 ("...
- 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: 16
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: Questions/Comments
- Question: lonlat2pixline outputs incorrect pix/lin values
- Replies: 1
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: 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...
- 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: 1
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: 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...
- 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...
- 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
This has been fixed.
Thanks for alerting us to the issue,
Sean
- 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
Regards,
Sean
- Fri Dec 01, 2023 11:29 am America/New_York
- Forum: Questions/Comments
- Question: Adjusting L2gen gain factors for different atmospheric corrections
- Replies: 1
Re: Adjusting L2gen gain factors for different atmospheric corrections
It's not a trivial undertaking... The process we currently employ is based on Franz, et al., (2007)*. In practice it requires running the l2gen code with a particular configuration that inverts the forward process of atmospheric correction. For the NIR (or SWIR) bands used in the aerosol model selec...