You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to read an OpenDAP url with netCDF4==1.6.4, I get the following error:
Cookie file cannot be read and written: /home/username/.esg/.dods_cookies
Traceback (most recent call last):
File "<stdin>", line 1, in<module>
File "src/netCDF4/_netCDF4.pyx", line 2464, in netCDF4._netCDF4.Dataset.__init__
File "src/netCDF4/_netCDF4.pyx", line 2027, in netCDF4._netCDF4._ensure_nc_success
OSError: [Errno -37] NetCDF: Write to read only: 'http://iridl.ldeo.columbia.edu/SOURCES/.OSU/.PRISM/.monthly/dods'
It works fine in 1.6.2.
However, when creating the folder ~/.esg, the OpenDAP dataset loaded in fine. in 1.6.4.
System info:
When trying to read an OpenDAP url with netCDF4==1.6.4, I get the following error:
It works fine in 1.6.2.
However, when creating the folder
~/.esg
, the OpenDAP dataset loaded in fine. in 1.6.4.Used code:
The text was updated successfully, but these errors were encountered: