Hello!
Trying to read a NetCDF4 file, using NetCDF.jl, and although I can read it in Python with netCDF4 package (so I conclude the file is ok), in Julia I can’t even get general information with ncinfo(filename), as my print shows. Any guess on the problem?
On a side note, it’s probably best not to simulateously post the same question on GitHub and Discourse. Others that didn’t know about the GitHub issue could have put time into answering here, not knowing it was already answered.