PACE OCI data unavailable via opendap
PACE OCI data unavailable via opendap
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!
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

- Posts: 65
- Joined: Thu Dec 12, 2024 8:45 am America/New_York
- Endorsed: 5 times
Re: PACE OCI data unavailable via opendap
Hello, Please update your code to choose 'dmr.html' or '.dmr.xml' and let us know if that works.
Re: PACE OCI data unavailable via opendap
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. :)
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
- Endorsed: 8 times
Re: PACE OCI data unavailable via opendap
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.
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.
Re: PACE OCI data unavailable via opendap
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
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

- Posts: 494
- Joined: Fri Feb 05, 2021 9:17 am America/New_York
- Endorsed: 11 times
Re: PACE OCI data unavailable via opendap
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
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