Level-3 annual Rrs data

Use this Forum to find information on, or ask a question about, NASA Earth Science data.
ksharsun
Posts: 17
Joined: Wed Jun 06, 2018 10:07 am America/New_York
Answers: 0

Level-3 annual Rrs data

by ksharsun » Wed Nov 02, 2022 1:56 am America/New_York

Dear NASA team,

I am trying to download Level-3 Rrs annual data from the past 3 days. But I couldn't able to download these data from the NASA ocean color website.
Please help in this regard.
OBPG_error.png
OBPG_error.png (43.21 KiB) Not viewed yet

Tags:

OB.DAAC - amscott
User Services
User Services
Posts: 350
Joined: Mon Jun 22, 2020 5:24 pm America/New_York
Answers: 1
Has thanked: 8 times
Been thanked: 3 times

Re: Level-3 annual Rrs data

by OB.DAAC - amscott » Wed Nov 02, 2022 9:28 am America/New_York

Good day, please see the following announcement: viewtopic.php?t=3643

ksharsun
Posts: 17
Joined: Wed Jun 06, 2018 10:07 am America/New_York
Answers: 0

Re: Level-3 annual Rrs data

by ksharsun » Thu Nov 03, 2022 10:18 am America/New_York

we have tried again to download Rrs annual data from the ocean color site. Again the same issue is coming. Please try to resolve the problem as early as possible.

ksharsun
Posts: 17
Joined: Wed Jun 06, 2018 10:07 am America/New_York
Answers: 0

Re: Level-3 annual Rrs data

by ksharsun » Thu Nov 03, 2022 10:19 am America/New_York

If possible, kindly send the link for downloading Rrs annual data from the NASA ocean color website

OB.DAAC - SeanBailey
User Services
User Services
Posts: 1464
Joined: Wed Sep 18, 2019 6:15 pm America/New_York
Answers: 1
Been thanked: 5 times

Re: Level-3 annual Rrs data

by OB.DAAC - SeanBailey » Thu Nov 03, 2022 11:25 am America/New_York

The L3 data are available from the L3 browser:
https://oceancolor.gsfc.nasa.gov/l3/

...or from the direct data access pages:
https://oceandata.sci.gsfc.nasa.gov/directdataaccess/
(under Level-3 Binned / Mapped, annual files would be in the <YEAR>/001 subdirectories for the sensor)

...or from the file search utility:
https://oceandata.sci.gsfc.nasa.gov/api/file_search/
(for the current web interface, use "*L3b.YR*" in the filename pattern - a soon to be released update will allow searches for L3 time periods without the need of the search pattern)

BTW, what URL were you using that produced the error page?

Sean

kelseyb
Posts: 4
Joined: Thu Nov 03, 2022 1:03 pm America/New_York
Answers: 0

Re: Level-3 annual Rrs data

by kelseyb » Thu Nov 03, 2022 1:04 pm America/New_York

Hello! I have a related question with Level 3 data. I'm using the data search API tool and I need monthly Rrs data that have been processed with the 2022 processing. Are these not available yet? I'm only getting 2018 processing data through May 2022...

thank you!

OB.DAAC - SeanBailey
User Services
User Services
Posts: 1464
Joined: Wed Sep 18, 2019 6:15 pm America/New_York
Answers: 1
Been thanked: 5 times

Re: Level-3 annual Rrs data

by OB.DAAC - SeanBailey » Thu Nov 03, 2022 1:19 pm America/New_York

They are available:

Code: Select all

curl -d "std_only1&subType1&sdate=2002-08-01&edate=2022-11-01&dtype=L3b&dtid=1042&search=*L3b.MO.RRS.nc &sensor_id=7&results_as_file=1" https://oceandata.sci.gsfc.nasa.gov/api/file_search
Sean

kelseyb
Posts: 4
Joined: Thu Nov 03, 2022 1:03 pm America/New_York
Answers: 0

Re: Level-3 annual Rrs data

by kelseyb » Thu Nov 03, 2022 1:29 pm America/New_York

Thanks Sean.

Why do these not come up in the web file search? It is still ending in May for me...

https://oceandata.sci.gsfc.nasa.gov/api/file_search/

Also, what about the L3 mapped files?

OB.DAAC - SeanBailey
User Services
User Services
Posts: 1464
Joined: Wed Sep 18, 2019 6:15 pm America/New_York
Answers: 1
Been thanked: 5 times

Re: Level-3 annual Rrs data

by OB.DAAC - SeanBailey » Thu Nov 03, 2022 2:04 pm America/New_York

How are you using the web interface? Are you specifying a search pattern? If so, what is it?
BTW, I used it to do the search, just posted the cURL command it spits out for convenience for posting on the forum.
The API is the same on the backend.

Here's an example for the monthly Rrs_443:

Code: Select all

curl -d "std_only1&subType1&sdate=2002-08-01&edate=2022-11-01&dtype=L3m&search=*L3m.MO.RRS.Rrs_443*&sensor_id=7&results_as_file=1" https://oceandata.sci.gsfc.nasa.gov/api/file_search 
Sean

kelseyb
Posts: 4
Joined: Thu Nov 03, 2022 1:03 pm America/New_York
Answers: 0

Re: Level-3 annual Rrs data

by kelseyb » Thu Nov 03, 2022 2:08 pm America/New_York

Thanks Sean,

I was using wildcards & searching for monthly Rrs Aqua data for the entire mission period. Here's an example of output (see attached) -

I really don't see how there should be any difference in the files from what you posted and how I'm searching!
Attachments
Screen Shot 2022-11-03 at 12.06.06 PM.png
Screen Shot 2022-11-03 at 12.06.06 PM.png (411.65 KiB) Not viewed yet

Post Reply