Dennis Heimbigner
Dennis Heimbigner
The filter tests uses the filters bzip2 in the netcdf-c/plugins directory. There is a pull request to cause bzip2 filter to be installed as part of netcdf-c installation. If that...
Sorry, but your licensing terms are probably not acceptable to Unidata.
In fortran no. In C maybe. But we still need an S3 driver. We are currently using local storage formats for testing.
I take that back. Once the C version is working, it should also work with any language that used the C library. If, that is, the language will no interfere...
It should be possible assuming that the nf_open path can take a URL string. I think one of our interns tested this over the summer and I believe it worked.
Take any simple Fortran program that creates a simple netcdf4 dataset. Suppose it creates a file called "simple.nc". Replace the call of nf_create("simple.nc",NF_NETCDF4,ncid) with nf_create("file://simple.zarr#mode=zarr,file",NF_NETCDF4,ncid) That should create directory called...
Depends. If you use the github master, then yes, mode=xarray,file should produce pure zarr with the xarray convention. If you use 4.8.0, then it does not xarray support. Please let...
You also can get that info from libnetcdf.settings if that is any easier.
A couple of other approaches: 1. for CMake, use CMake string operations to extract some pattern from libnetcdf.settings 2. for automake create a shell script that does the same thing...
I did a quick look at the code and it looks to me like fixing this is going be a prolonged effort. As near as I can tell, this code...