NetCDF.jl icon indicating copy to clipboard operation
NetCDF.jl copied to clipboard

NetCDF support for the julia programming language

Results 27 NetCDF.jl issues
Sort by recently updated
recently updated
newest added

NetCDF v4.9 was released last month: https://github.com/Unidata/netcdf-c/releases/tag/v4.9.0. Are there any plans to update [NetCDF_jll.jl](https://github.com/JuliaBinaryWrappers/NetCDF_jll.jl) (which currently includes v4.8) and this package accordingly? I see @Alexander-Barth already created https://github.com/Alexander-Barth/NetCDF_jll.jl with builds...

build

I apologize if this is documented somewhere but how does one know the ordering of dimensions when reading in a file? If I have two dimensions of the same length...

netCDF 0.10.3 works well when reading a UInt16 NC file, but this error appears in 0.11.0 ``` ERROR: NetCDF error code -128: NetCDF: Attempt to use feature that was not...

build

Despite using NetCDF.jl v0.11 I just got this error ```julia NetCDF error code 24: Too many open files Stacktrace: [1] check at /home/kloewer/.julia/packages/NetCDF/2DiO1/src/netcdf_helpers.jl:22 [inlined] [2] nc_open(::String, ::UInt16, ::Array{Int32,1}) at /home/kloewer/.julia/packages/NetCDF/2DiO1/src/netcdf_c.jl:234...

I have a [package](https://github.com/milankl/Juls.jl), which [fails the cirrus-ci tests](https://github.com/milankl/Juls.jl/runs/275264643) on FreeBSD with Julia 1.0,1.2 as well as nightly due to its dependencies on NetCDF.jl, whereas Linux, osx, win pass (with...

build

This is with NetCDF.jl master on Julia 1.4-rc2 ``` julia> using NetCDF julia> d = NcDim("Dim1", 1) NcDim(-1, -1, -1, "Dim1", 0x0000000000000001, Any[], Dict{Any,Any}(), false) julia> v = NcVar("v1", [d])...

Super cool work on integrating DiskArrays.jl with NetCDF.jl! Looking forward to ditching xarray in favor of a pure Julia solution. @visr helped me get up and running but we noticed...

It seems `ncread` [requires](https://juliageo.org/NetCDF.jl/dev/highlevel/#NetCDF.ncread) a variable argument name. It would be convenient, and more efficient in some cases, to be able to read the entire dataset rather than specified variables.

So Julia is getting a new threading model and I think packages are supposed to prepare becoming thread-safe. To my best knowledge, the NetCDF C library is not thread-safe and...

When I running high.jl line by line, I got the following error. julia> nccreate(fn1,"vchar","DimChar",20,"Dim2",t=NetCDF.NC_CHAR) 20×10 NcVar{NetCDF.ASCIIChar,2,2}: Error showing value of type NcVar{NetCDF.ASCIIChar,2,2}: ERROR: MethodError: no method matching nc_get_var1_x(::NcVar{NetCDF.ASCIIChar,2,2}, ::Array{UInt64,1}, ::Type{NetCDF.ASCIIChar})...