We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I get the following error when trying to load an attribute of a netcdf that I haven´t read anything from before:
julia> ncgetatt("tair_1km.nc", "dim_space", "id") ERROR: MethodError: no method matching open(::String, ::UInt16) Closest candidates are: open(::AbstractString; mode, readdimvar) at /home/jmg/.julia/v0.6/NetCDF/src/NetCDF.jl:654 open(::AbstractString, ::AbstractString; mode, readdimvar) at /home/jmg/.julia/v0.6/NetCDF/src/NetCDF.jl:638 Stacktrace: [1] ncgetatt(::String, ::String, ::String) at /home/jmg/.julia/v0.6/NetCDF/src/NetCDF.jl:792
If I have read some information (for example done an ncinfo) from the netcdf before I try to load the attribute, everything works fine.
The text was updated successfully, but these errors were encountered:
Fix for #53
d53e159
No branches or pull requests
I get the following error when trying to load an attribute of a netcdf that I haven´t read anything from before:
If I have read some information (for example done an ncinfo) from the netcdf before I try to load the attribute, everything works fine.
The text was updated successfully, but these errors were encountered: