Milton Woods
Milton Woods
Resolves issue #456. With this change, `mirror -R` can replace symlinks over sftp. One side-effect is that `ln -s` will also replace symlinks, when this would normally be an error....
Suppose I have a local src directory containing file1, file2, and a symlink called "link" pointing to file1. I also have a remote dest directory containing the same file1 and...
Building the netcdf dll and related executables under mingw-w64 (with `cmake`) fails due to an undefined reference to `NC4_show_metadata'. The code contains a workaround for the MS C compiler, and...
upstream: https://www.unidata.ucar.edu/software/udunits/ UDUNITS supports arithmetic and conversions of units of physical quantities. UDUNITS is often used together with NetCDF, which is already part of MXE. NetCDF is widely used for...
### Background Compared with the NetCDF version 4.8.1 in MXE, NetCDF 4.9.2 includes several bug fixes for mingw and various other improvements. ### XML library NetCDF uses libxml2 when available,...
* Versions tested: netcdf-c release 4.9.2 and main branch at commit b8d76fefc26b3 * Environment: macOS Ventura with clang version 15.0.0 for target arm64-apple-darwin22.6.0 * Steps to reproduce: as described below....
Recent daily builds of the ubuntu-rchk container do not contain an R executable. The logs show that building R-svn is failing, but the container is still being uploaded to github.io...
As suggested by @lhmarsden in #102 , `var.get.nc` would be enhanced by adding an optional argument to search for variables based on the standard_name attribute (instead of the variable name)....
RNetCDF has limited integration with udunits2 for conversion of time units in netcdf attributes. Other R packages now provide interfaces to udunits2, such as https://cran.r-project.org/web/packages/units/index.html . The RNetCDF installation process...
The `read.nc` function allows `start` and `count` arguments to be passed to `var.get.nc`, but the same arguments are applied to all variables. Thanks to Marc Girondot for reporting this issue....