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
but encountered an error Error:curl error: Problem with the SSL CA cert (path? access rights?)
Think this is related to the requirements of the library netCDF in the file requirements.txt, at least when I fix the requirement to netCDF4==1.5.8, the command works for me. Also the tests in this repos, except tests/test_check_nc.py::test_failing_ncfile passes.
The text was updated successfully, but these errors were encountered:
This is a bit strange, as all tests are passing in github actions. Can you give more details? Also, I advice you to run nc2mmd directly on the file, and not via opendap, as mentioned in another issue.
Hi,
I tried to open a dataset on a thredds server with nc2mmd, for example running
nc2mmd -i https://thredds.met.no/thredds/dodsC/met.no/observations/stations/SN99935.nc -o .
but encountered an error
Error:curl error: Problem with the SSL CA cert (path? access rights?)
Think this is related to the requirements of the library
netCDF
in the file requirements.txt, at least when I fix the requirement tonetCDF4==1.5.8
, the command works for me. Also the tests in this repos, excepttests/test_check_nc.py::test_failing_ncfile
passes.The text was updated successfully, but these errors were encountered: