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?
(any file from here can be used for testing)
my environment:
- macOS Catalina (10.15.5)
- Julia v1.4.2
- Atom v0.12.15
- Juno v0.8.2
- NetCDF v0.10.2
