Problems in retrieval by the API of Sentinel 3 files EFR

Use this Forum to find information on, or ask a question about, NASA Earth Science data.
Post Reply
fgomez
Posts: 3
Joined: Mon Mar 25, 2013 2:13 pm America/New_York
Answers: 0

Problems in retrieval by the API of Sentinel 3 files EFR

by fgomez » Wed Sep 25, 2024 8:30 am America/New_York

Dear colleages, I am trying to retrieve Sentinel 3 EFR files from de API and since some time the list only give filenames until the end of march of 2024.
Also I wonder why the NRT version is not available in Sentinel 3 EFR data.
Thank you in advance.

Filters:

LAADSx_UserServices_M
Posts: 377
Joined: Mon Sep 30, 2019 8:33 am America/New_York
Answers: 2
Has thanked: 3 times

Re: Problems in retrieval by the API of Sentinel 3 files EFR

by LAADSx_UserServices_M » Thu Sep 26, 2024 7:18 am America/New_York

The LAADS API is listing all files till Sept. 25.
For example:
"ESDT": "S3A_OL_1_EFR",
"start": "2024-09-25 10:16:13"
What script are you using?

The NRT version is available as:
https://nrt3.modaps.eosdis.nasa.gov/archive/allData/450/S3A_OL_1_EFR_NR/
and
https://nrt3.modaps.eosdis.nasa.gov/archive/allData/450/S3B_OL_1_EFR_NR/
Regards,
LAADS User Services

To receive news from LAADS DAAC direct to your inbox, email laadsdaac-join@lists.nasa.gov with “subscribe” in the subject line.

fgomez
Posts: 3
Joined: Mon Mar 25, 2013 2:13 pm America/New_York
Answers: 0

Re: Problems in retrieval by the API of Sentinel 3 files EFR

by fgomez » Wed Oct 16, 2024 7:08 am America/New_York

Hello, I am using curl inside a matlab script.
Did you posted the Level 1 granules, but it is possible that the short names changed recently?
For Sentinel 3A level 2 granules I am using OLCIS3A_L2_EFR_OC for example.
Also I use temporal and polygon restrictions:

curl -l "https://cmr.earthdata.nasa.gov/search/granules.csv?page_size=2000&sort_key=short_name&sort_key=start_date&short_name=&provider=OB_DAAC&polygon=-5.570263492367504,35.90500225580383,-1.858487901780399,35.87709945277563,-0.5575876951931025,36.71976092896206,0.7046581099078053,37.4963369123162,5.249198687071789,39.02777771431815,6.068088102368606,39.46850758456806,6.052869923305451,40.21808522833977,5.606824639267627,42.26094158286678,3.070561840041659,42.43633169834324,2.796145770049243,41.68330210887361,2.051135708695888,41.41381200787348,1.09352746370506,41.10695862010998,0.4245998951348273,40.64583587138624,-0.1127883751410641,40.02462512814697,-0.480495439485894,39.41323012520229,-0.3305089529396565,39.06815213140295,-0.2133337088830034,38.88598248103008,0.01916469801856779,38.83613766297543,-0.1761005724285791,38.55706622369561,-0.4088851347568845,38.48293061581879,-0.7526997039000605,38.17108103618624,-0.963003380760985,37.77239524474421,-1.024897022682937,37.60096673119599,-1.405269070205858,37.61480904344738,-1.81836198864313,37.25731204690106,-2.443224294209273,36.8753686612793,-4.406802915076184,36.83461783573709,-5.158314098852755,36.50930419164075,-5.600994948562205,36.10422232152056,-5.570263492367504,35.90500225580383&temporal=2024-01-01,2024-10-30"

Thank you in advance.

OB ODPS - towens
Subject Matter Expert
Subject Matter Expert
Posts: 451
Joined: Fri Feb 05, 2021 9:17 am America/New_York
Answers: 0
Been thanked: 7 times

Re: Problems in retrieval by the API of Sentinel 3 files EFR

by OB ODPS - towens » Fri Oct 18, 2024 2:56 pm America/New_York


fgomez
Posts: 3
Joined: Mon Mar 25, 2013 2:13 pm America/New_York
Answers: 0

Re: Problems in retrieval by the API of Sentinel 3 files EFR

by fgomez » Tue Oct 22, 2024 6:12 am America/New_York

Thank you, it might be a problem of the matlab interpreter.
Best regards.

Post Reply