JuliaGeo / NetCDF.jl

NetCDF support for the julia programming language
http://juliageo.org/NetCDF.jl/
MIT License
115 stars 28 forks source link

Reading netCDF with groups #145

Closed ezaron closed 2 years ago

ezaron commented 2 years ago

Hello, Is the netCDF.jl package capable of reading netCDF files containing groups of variables? I can see the groups, variables, and data using ncdump from the command-line, but everything I try using ncread from julia cannot find the variables. -Ed

visr commented 2 years ago

I believe this comment still holds: https://github.com/JuliaGeo/NetCDF.jl/issues/93#issuecomment-519662914 Though you could also have a look at https://github.com/Alexander-Barth/NCDatasets.jl, it looks like groups are supported.