Thanks for reaching out. What you and other of OPeNDAP users are experiencing is related to a migration to cloud hosted services by NASA. This, unfortunately results in dead links, which is out of our control (there should be a redirect...). As data is moved to the cloud, the OPeNDAP urls get
updated to have the following format (note while data may be in the cloud, users can continue to access and download data from their personal computer):
Where:
<CollectionConceptID> ——> Data product you are interested in, for example DAYMET has a CollectionConcept ID that is unique.
<GranuleUri> ——> File Identifier.
How does this apply to your data of interest?
So for example, for DAYMET V4 (daily) data you have:
<CollectionConceptID> = C2532426483-ORNL_CLOUD
These result in the following example cloud OPeNDAP URL:
To look at the OPeNDAP data access form, you can take the above url and append:
You can discover as many OPeNDAP urls available from the Earthdata Search page, or our recommended approach is to use Python, in particular PyDAP (an open source software we help maintain). You can see an example in the following free resource for finding 100s of OPeNDAP urls:
Hope this helps, and do reach out if you continue to experience issues accessing data.
Miguel Jimenez