netcdf-c
netcdf-c copied to clipboard
Official GitHub repository for netCDF-C libraries and utilities.
In the simple NetCDF4 file below: * lev is a dimension, which has a coordinate variable with the same name. * len is a dimension, which has a non-coordinate variable...
If I set `netCDF_DIR` CMake setting in my project to netCDF's build directory (`C:\Dev\netCDF-19`), I run into the following: ```log CMake Error at C:/Dev/netCDF-19/netCDFConfig.cmake:15 (message): File or directory C://include referenced...
I am trying to read sample zarr files provided here: https://github.com/ome/ome-ngff-prototypes#data-availability ```log dzenan@corista:~/tester$ ncdump -h file:///media/xeonatorC/Dev/ITKIOOMEZarrNGFF/v0.4/tcyx.ome.zarr#mode=nczarr,file ncdump: file:///media/xeonatorC/Dev/ITKIOOMEZarrNGFF/v0.4/tcyx.ome.zarr#mode=nczarr,file: NetCDF: NCZarr error dzenan@corista:~/tester$ ncdump -h file:///media/xeonatorC/Dev/ITKIOOMEZarrNGFF/v0.4/tcyx.ome.zarr#mode=nczarr ncdump: file:///media/xeonatorC/Dev/ITKIOOMEZarrNGFF/v0.4/tcyx.ome.zarr#mode=nczarr: NetCDF: NCZarr error...
* the version of the software with which you are encountering an issue NetCDF 4.8.1 * environmental information (i.e. Operating System, compiler info, java version, python version, etc.) Windows, mingw...
See https://github.com/spack/spack/pull/31953#issuecomment-1206689056 I'd like to have specify `./configure --without-zstd` or `./configure --disable-zstd`, since the fact that a library is available on the system does not imply that the intention is...
re: Issue https://github.com/Unidata/netcdf-c/issues/2465 re: Issue https://github.com/Unidata/netcdf-c/issues/2259 [Note: It also tangentially affects PR https://github.com/Unidata/netcdf-c/pull/2466 since this PR requires that PR to be merged before this one and actually includes that PR...
re: Issue https://github.com/Unidata/netcdf-c/issues/2458 The above Github Issue revealed some bugs in the file netcdf-c/plugins/H5Zblosc.c. Fixed and added a testcase. Also discovered that the Blosc LZ sub-compressors do not work well...
I'm in a conda environment on Windows and ncdump is giving me a "could not read url" error (oc_open, SSL connect) when accessing a file on a remote server: ```...
The abbreviated build log: ```log Build started... 1>------ Build started: Project: netcdf, Configuration: Release x64 ------ 1> Creating library C:/Dev/netCDF-19/liblib/Release/netcdf.lib and object C:/Dev/netCDF-19/liblib/Release/netcdf.exp 1>nc_initialize.obj : error LNK2019: unresolved external symbol...
I try accessing a netcdf file using NCDatasets under Julia, with libraries compiled with mingw compiler (x86_64-w64-mingw32-gcc (GCC) 4.8.5 and NetCDF 4.7.4 (for windows). It seems there is a problem...