PACE OCI data unavailable via opendap

Use this Forum to find information on, or ask a question about, NASA Earth Science data.
Locked
mikejmnez
Posts: 19
Joined: Wed Jul 24, 2024 1:52 pm America/New_York
Answers: 0
Endorsed: 1 time

PACE OCI data unavailable via opendap

by mikejmnez » Thu Feb 26, 2026 4:47 pm America/New_York

Hi,

I am able to retrieve the opendap urls from the CMR. For example:

https://oceandata.sci.gsfc.nasa.gov/opendap/PACE_OCI/L3SMI/2024/1202/PACE_OCI.20241202_20250102.L3m.R32.CHL.V3_1.chlor_a.4km.nc

or a newer:

https://oceandata.sci.gsfc.nasa.gov/opendap/PACE_OCI/L3SMI/2025/0602/PACE_OCI.20250602.L3m.DAY.CHL.V3_1.chlor_a.4km.nc

But I cannot access any data/metadata. For example if I try to read the metadata using python's requests (.netrc is correctly accessible in my machine)

```python
my_session.get(url+".dmr")
>>>
ConnectionError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
```
I also get a "The connection to oceandata.sci.gsfc.nasa.gov was interrupted while the page was loading." when trying to access the opendap page for any opendap PACE OCI url.

Thanks!

Filters:

OB.DAAC - amscott
User Services
User Services
Posts: 65
Joined: Thu Dec 12, 2024 8:45 am America/New_York
Answers: 0
Endorsed: 5 times

Re: PACE OCI data unavailable via opendap

by OB.DAAC - amscott » Thu Feb 26, 2026 5:15 pm America/New_York

Hello, Please update your code to choose 'dmr.html' or '.dmr.xml' and let us know if that works.

mikejmnez
Posts: 19
Joined: Wed Jul 24, 2024 1:52 pm America/New_York
Answers: 0
Endorsed: 1 time

Re: PACE OCI data unavailable via opendap

by mikejmnez » Thu Feb 26, 2026 5:45 pm America/New_York

Thanks! It is working now!
PS - appending ".dmr" should always redirect to ".dmr.html", so no need to update any code/snippet. Glad it is working now. :)

OB.DAAC-EDL - amscott
Posts: 442
Joined: Mon Jun 22, 2020 5:24 pm America/New_York
Answers: 1
Endorsed: 8 times

Re: PACE OCI data unavailable via opendap

by OB.DAAC-EDL - amscott » Fri Feb 27, 2026 9:38 am America/New_York

No, no...thank YOU. ;)

Our server did encounter an issue for a short while yesterday. It appears that what you actually encountered. Thanks for confirming it's working now.

mikejmnez
Posts: 19
Joined: Wed Jul 24, 2024 1:52 pm America/New_York
Answers: 0
Endorsed: 1 time

Re: PACE OCI data unavailable via opendap

by mikejmnez » Wed Jun 24, 2026 1:53 pm America/New_York

Hi -

I am having issues accessing the opendap service again. Even when I try to navigate to the OPeNDAP data access link through the website https://oceandata.sci.gsfc.nasa.gov/

Thanks again

OB ODPS - towens
Subject Matter Expert
Subject Matter Expert
Posts: 494
Joined: Fri Feb 05, 2021 9:17 am America/New_York
Answers: 0
Endorsed: 11 times

Re: PACE OCI data unavailable via opendap

by OB ODPS - towens » Mon Jun 29, 2026 9:11 am America/New_York

This service has been restored.
If you encounter any further issues, please create a new post. When you add a comment to an old post, it doesn't register as an open help request.

Thanks
Tommy

Locked