-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem connecting to a THREDDS OPeNDAP dataset #257
Comments
Hello Robert, I've tested on my laptop (Ubuntu 22.04, Julia 1.10.2 and NCDatasets v0.14.3), the file could be read: julia> ds = NCDataset(url)
Dataset: https://tds.marine.rutgers.edu/thredds/dodsC/roms/doppio/DopAnV3R3-ini2007_da/avg
Group: /
Dimensions
boundary = 4
eta_psi = 105
eta_rho = 106
eta_u = 106
eta_v = 105
ocean_time = 6207
... Which version of |
I was using NCDatasets v0.14.0, which was what installed without specifying a version. Was this because I was using Julia 1.9? I upgraded the package and specified v0.14.3 and it worked! Thank you very much! Is this the right place to ask user questions about NCDatasets? Or are one of the julia forums a better place? Thanks again - Robert |
I'm not really sure why it worked now... Yes I think you can your questions here, it's easier for us to see, except if @Alexander-Barth prefers something else. |
When you file an issue next time, can you provide all information asked in the issue template? This is very helpful for us to find the issue quickly without too much guessing what could be the problem. What would be important here is the output of ]add NetCDF_jll@400.902.211 |
@Alexander-Barth @ctroupin Thank you for your help. I'll make sure to follow the template for issues. Where is the best place to get help on usage when it is probably not a package issue? I'm not a physical oceanographer and my questions are more likely to be lack of experience with netcdf and roms. Thanks! |
You are welcome! For general help on julia would go here: For help on ROMS: For NetCDF question, maybe here: |
Hi...I am unable to connect to the doppio ROMS dataset with the NCDatasets.jl package; however, I can connect using Python.
This is the catalog I am trying to access (OPeNDAP version):
https://tds.marine.rutgers.edu/thredds/roms/doppio/catalog.html?dataset=DopAnV3R3-ini2007_da_averages
In Julia, I have tried:
and get this error:
In python, the following works:
I thought it might be a problem with my system/curl/ssl setup, but would it work in python?
I'm using Linux Mint 21.1, Julia 1.9, python 3.10.10
Also, I wasn't sure if this was the right place to ask questions (versus file bug). Apologies if there is a better place to ask for help.
Thank you! --Robert
The text was updated successfully, but these errors were encountered: