netcdf-cxx4 icon indicating copy to clipboard operation
netcdf-cxx4 copied to clipboard

Official GitHub repository for netCDF-C++ libraries and utilities.

Results 66 netcdf-cxx4 issues
Sort by recently updated
recently updated
newest added

I am trying to build netcdf-c & netcdf-cxx4 within a cmake project via [FetchContent](https://cmake.org/cmake/help/latest/module/FetchContent.html). Both netcdf-c and netcdf-cxx4 register an `uninstall` which violates [CMP0002](https://cmake.org/cmake/help/latest/policy/CMP0002.html) and causes cmake to fail with...

Dear Sir, Does netcdf-cxx4 support parallel IO? I find a [document] to show how use it with paraller IO. But here is not any ddocument about in [current document]. I...

ncCompoundType.cpp:44:17: warning: Member variable 'NcCompoundType::myOffset' is not initialized in the copy constructor. [uninitMemberVar] ncType.cpp:36:9: warning: Member variable 'NcType::g_fileId' is not initialized in the copy constructor. [uninitMemberVar]

Hi there, I know this may not be the right place to ask about using the software, but there does not exist a ``netcdf-cxx`` support group. I'm trying to understand...

There is a problem with building shared libraries with Cmake on Windows. If BUILD_SHARED_LIBS is ON the following happens: netcdf-cxx4.dll, netcdf-cxx4.ilk, netcdf-cxx4.pbd are created bu netcdf-cxx4.lib is not, however in...

In my recent PR #121 I made a change (b18cc3c44e4f15ec5587cec2434981239d27b31e) that requires C++11. It seems the rest of the code is written in C++98 only. Requiring at least C++11 would...

This header file https://github.com/Unidata/netcdf-cxx4/blob/master/cxx4/netcdf have right name? maybe its name netcdfcpp.h ? kst (https://github.com/Kst-plot/kst) project build need netcdfcpp.h, and no project provided netcdfcpp.h

We have currently problems to compile `netcdf-cxx4` `4.3.1` in `conda-forge` (hdf5 1.10.6, netcdf-c 4.8.0). Please find the CI build logs [here](https://dev.azure.com/conda-forge/84710dde-1620-425b-80d0-4cf5baca359d/_apis/build/builds/306212/logs/31). The error message ``` -- Found HDF5: $PREFIX/lib/libhdf5.so (found...

https://github.com/Unidata/netcdf-cxx4/blob/162d78a8c4dc33379df746dfe232d0aaebc705db/cxx4/ncGroup.cpp#L107 This line should be `delete [] charName;`

Variable attributes / global attributes can be stored in any order in netcdf file, but `getAtts()` returns a map / multimap which returns the attributes in ascending order according to...