Milton Woods
Milton Woods
The travis-ci build failure seems unrelated to the changes in this PR. The error indicates a missing header file, as follows: ` module.cc:30:24: fatal error: configmake.h: No such file or...
Hi @DennisHeimbigner , I was using `cmake -DBUILD_SHARED_LIBS=ON -DENABLE_DLL=ON`. Now I have tried using the `configure` script based on your github action, and it does work for me. I'm not...
On the `EXTERNL` issue, I think there are some complications in tst_utils.h. `EXTERNL` has been used for functions that are not defined in the libnetcdf.dll (or any DLL), so `extern`...
Is this still a general problem? I noticed that rdocumentation.org shows an ancient version of RNetCDF - 1.9-1 vs the latest 2.6-1. The page shows that newer versions are available,...
Hi @lhmarsden , currently there is no easy way to specify array subsets using data values, because the `start` and `count` arguments of `var.get.nc` only support index numbers. If a...
Thanks @mdsumner. I have often considered adding higher-level capabilities to RNetCDF, but given limited time, my main focus has been on improving support for features of NetCDF datasets (e.g. nested...
Food for thought Michael, thanks again.
I still haven't decided whether or not to add the requested feature. I think the changes involved are relatively simple, and they should apply to most netcdf datasets, although they...
My apologies @DennisHeimbigner - I see now that this is an error message. I am wondering if the invalid enum values could be handled without aborting `ncdump`, so that other...
One thing to check is that the netcdf package from Homebrew may contain a program called `nc-config`. Can you run that in your Terminal? You may need to add its...