Hello Andrey
Thanks for reaching out. Most of NASA’s data is migrating towards the cloud and as a result the access pattern is going through a change. That means, in some cases, the data is temporarily unfindable. In most cases, that means the OPeNDAP URLs need updating.
What you will find is that the new Cloud OPeNDAP URLs have the following form:
Unfortunately, the website used to expose the OPeNDAP urls for the on-premises serviced to not redirect to the updated ones. Instead, discovering OPeNDAP URLs can be done in a few ways.
To find the OPeNDAP URLs associated with the data of your interest, you will need to request these URLs from NASA’s Earthdata Search, or using known Python (open source) APIs. Will will need to know before hand :
- Concept Collection ID of DOI of the dataset. In your case, C3880519134-LARC_CLOUD
Additional optional filters are for example: time_range, bounding boxes, of your area and time range of interest.
For your data of interest, the Cloud OPeNDAP URLs looks like:
We have also made some Python tutorials on how to find OPeNDAP URLs and stream DAP data efficiently. You can find these in our website:
- How to find OPeNDAP URLs:
- How to download Calipso Aerosol (Level 2) data via OPeNDAP:
Hope this helps, and feel free to reach out again
Best,
Miguel
---------------------------------------------------------