Search found 7 matches

by mikejmnez
Tue Jul 01, 2025 5:51 pm America/New_York
Forum: Home
Question: MODIS/Terra Vegetation Indices 16-Day L3 Global 0.05Deg CMG V061 no longer available via OPeNDAP
Replies: 6

Re: MODIS/Terra Vegetation Indices 16-Day L3 Global 0.05Deg CMG V061 no longer available via OPeNDAP

Thank you Danielle. It would be ideal if the opendap access point is restored, since the workflow to access the data (making use of R) already works and all. Thanks a lot!
by mikejmnez
Tue Jul 01, 2025 11:29 am America/New_York
Forum: Home
Question: MODIS/Terra Vegetation Indices 16-Day L3 Global 0.05Deg CMG V061 no longer available via OPeNDAP
Replies: 6

MODIS/Terra Vegetation Indices 16-Day L3 Global 0.05Deg CMG V061 no longer available via OPeNDAP

Hi, It appears the entirety of DP137 is no longer available via LPDAAC's OPeNDAP service. It used to be available on: https://opendap.cr.usgs.gov/opendap/hyrax/. Users are reaching out about the current and future availability of the collection (c2565788912-lpcloud) via opendap. Will its access be r...
by mikejmnez
Fri Nov 22, 2024 11:51 am America/New_York
Forum: Home
Question: laads daac data finder wont load past 85%
Replies: 7

Re: laads daac data finder wont load past 85%

Hi! One of our users is experiencing problems downloading data from a Hyrax OPeNDAP URL: https://ladsweb.modaps.eosdis.nasa.gov/opendap/hyrax/RemoteResources/laads/allData/61/MOD06_L2/contents.html The 500 error is: CurlUtils::super_easy_perform() - ERROR - Made 3 failed attempts to retrieve the URL...
by mikejmnez
Wed Jul 24, 2024 3:52 pm America/New_York
Forum: Home
Question: LPDAAC OPeNDAP server down
Replies: 2

Re: LPDAAC OPeNDAP server down

Just as a follow up, the server is up and running again after a couple of hours. Thanks!
by mikejmnez
Wed Jul 24, 2024 2:02 pm America/New_York
Forum: Home
Question: LPDAAC OPeNDAP server down
Replies: 2

LPDAAC OPeNDAP server down

I am trying to access data hosted on the LPDAAC's hyrax server. The following code was working: import xarray as xr import requests url = 'https://opendap.cr.usgs.gov/opendap/hyrax/VNP13A1.001/h11v05.ncml' # EDL Bearer token from EDL account. edl_token = "<Tokek_from_EDL_here>" auth_hdr=&q...