- python-netcdf 1.6.5-2
- netcdf 4.9.2
- Arch Linux, python 3.12.3
- Can't call
nc_rc_set to set custom configuration
In newer versions of netCDF one is required to explicitly set a path to e.g. .netrc, see Unidata/netcdf-c#1966. I can't seem to find a way to call this function from python as this function is not exposed.
nc_rc_setto set custom configurationIn newer versions of
netCDFone is required to explicitly set a path to e.g..netrc, see Unidata/netcdf-c#1966. I can't seem to find a way to call this function from python as this function is not exposed.