Alexander Barth
Alexander Barth
I just came across this comment recently, which made me think. https://github.com/JuliaLang/PackageCompiler.jl/pull/304#discussion_r377293272 I propose that I mention Fabian and Martijn too in the License file (+ a link to github...
> For example the Multifile Dataset is basically an implementation of a lazily concatenated array. Why not make a general Julia package for this so that it is also usable...
I agree that this would be a nice feature. I do not need this myself, but I would be happy to review a PR.
Thanks @visr , for helping the user on SO! The `_Unsigned` attribute does not seem to be part of the CF convention. Many links to the NetCDF best practise are...
Currently NCDatasets does not make an assumption where this part of the CF spec is verified or not and there is no distinction between coordinate variables and data variables for...
The first step would be to make a PR to update these build instructions to support Apple M1 (or any new architecture): https://github.com/JuliaPackaging/Yggdrasil/blob/master/H/HDF5/build_tarballs.jl So far, it uses HDF5 from python...
One should be able to test it with this command (https://docs.binarybuilder.org/stable/): ```bash julia --color=yes build_tarballs.jl --verbose ``` You would need to install docker. Maybe you need to run this using...
In Linux `libnetcdf.a`, is a static library (which will not work, as we need a dynamic library). I guess this is true of also for Mac OS. So I would...
Related issue for reference: https://github.com/h5py/h5py/issues/2008
> With the latest NetCDF_jll version (v400.702.402+0) and HDF5_jll (v1.12.1+0), I'm able to use NCDatasets.jl on my Apple Silicon M1 mac without the libnetcdf not defined error. This is great...