-
Notifications
You must be signed in to change notification settings - Fork 263
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
netcdf > 1.6.1 does not read .netrc / .dodsrc #1299
Comments
This must be due to a change in the C library, not netcdf4-python (that's why it also shows up in ncdump). I don't see anything in the netcdf-c Changelog though. |
Maybe this issue: Unidata/netcdf-c#1966 |
With netcdf4-python/src/netCDF4/_netCDF4.pyx Line 1318 in d203d8b
|
Hi,
To access CMEMS data-sources we use .netrc and .dodsrc, however it seems that versions post netcdf-1.6.1 no longer reads these files. Downgrading works fine. We use python-netcdf4 from conda-forge.
The issue seems to be present for
ncdump
and the likes as well.Best regards, Gaute
Relevant issue: OpenDrift/opendrift#1083
The text was updated successfully, but these errors were encountered: