ncdump-json
ncdump-json copied to clipboard
Modified ncdump to output data in json format
The current release (r14) will not build on FreeBSD 12.1. The first error is that `make` cannot find netcdf.h. Once that issue was solved for, `make` was unable to link...
I'm currently migrating servers and am in the process of reinstalling `ncdump-json`. The installation instructions do however no longer work with the more recent versions of cmake due to syntax...
CMakeFiles/ncdump-json.dir/src/ncdump.c.o: In function `main': /path/ncdump-json-r13/src/ncdump.c:(.text+0x6e6): undefined reference to `nc__testurl' /path/ncdump-json-r13/src/ncdump.c:(.text+0x892): undefined reference to `nc__testurl'
cd 'C:\Users\selekao\Documents\NetBeansProjects\Cpp_Proiect_1' C:\cygwin\bin\make.exe -f Makefile CONF=Debug "/usr/bin/make" -f nbproject/Makefile-Debug.mk QMAKE= SUBPROJECTS= .build-conf make[1]: Entering directory '/cygdrive/c/Users/selekao/Documents/NetBeansProjects/Cpp_Proiect_1' "/usr/bin/make" -f nbproject/Makefile-Debug.mk dist/Debug/GNU_Cygwin-Windows/cpp_proiect_1.exe make[2]: Entering directory '/cygdrive/c/Users/selekao/Documents/NetBeansProjects/Cpp_Proiect_1' mkdir -p build/Debug/GNU_Cygwin-Windows rm -f "build/Debug/GNU_Cygwin-Windows/main.o.d"...
Hi, jllodra, I am quite sure netcdf (v4.3.0) has been installed on NCAR yellowstone supercomputer. However, when I typed cmake . I got the error message like: -- checking for...
If the cdl file has no global attributes, the json dump output of ncdump-json is invalid.
Currently the run_tests.sh script is not testing the output of ncdump-json, just if the command should run. I also believe that more cdls can be add to the testing suite...
if the cdl is a netcdf4 group type of file, ncdump-json produce an empty {} in the beginning of the json dump.
Cygwin?
Not sure, but it seems like it's developed on OSX. Is it tested on other platforms? Can make process be more liberal and allow building under Cygwin? Thanks