OPeNDAP Access to GLBy0.08/expt_93.0 Hindcasts vs FMRC
74 views
Skip to first unread message
James Polly
unread,
Sep 13, 2023, 1:05:04 PM9/13/23
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to HYCOM.org Forum, Gary Koplik
Hello!
I am successfully able to open GLBy0.08/expt_93.0 datasets from forecast (FMRC) using python tools like siphon and xarray which leverage OPeNDAP to access.
The XML content at the above link contains OPENDAP settings in the same way that the FMRC URL shown above does.
Any help is appreciated! Thanks very much for your time!
James
Michael McDonald
unread,
Sep 20, 2023, 1:34:46 PM9/20/23
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to James Polly, HYCOM.org Forum, Gary Koplik
James,
Is your application(s) "thredds catalog" (.xml URLs) aware or is it
"opendap" aware, or is it both?
You did not include any "OPENDAP" URLs. You point to different catalog
listings that have *several datasets* available within them. So likely
the methods for *selecting the correct dataset* from the catalog in
your code is where things are going wrong. I only have experience with
using this browse method in GUI applications like NASA's Panoply where
you can open a "catalog URL", but end up with an "OPENDAP" URL in the
end for visualizing.
e.g., if you want the latest FMRC for the global ocean model then
simply use this OPENDAP URL (and you are done). Plug this into any
opendap aware application. Unless you care about the specific forecast
run that adfta came from, then I would recommend the use of the "FMRC
Best".
> --
> --
> You received this message because you are a member of HYCOM.org
> To ask a question, send an email to fo...@hycom.org >
--
Michael McDonald
HYCOM.org Administrator
James Polly
unread,
Sep 20, 2023, 4:25:02 PM9/20/23
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Michael McDonald, HYCOM.org Forum, Gary Koplik
Michael, thank you very much for the helpful response.
The application I'm using (Unidata's Siphon) is both THREDDS Catalog and OPeNDAP aware.
Your suspicion of where the problem is occurring seems to be correct. I've identified this same problem with the Siphon maintainers and it appears to be a problem with the way that the tool takes the catalog listing and finds the (e.g. OPeNDAP) access URL.
I'll follow up here with what happens. Again, I really appreciate your time and consideration.