netcdf-c/libhdf5
Dennis Heimbigner 2eb1a8d8cf For some reason, the code for this was incorrect.
Anyway, I repaired it as follows:
1. Created NC4_write_provenance as parallel to NC4_read_provenance
2. Modified hdf5file.c to use NC4_write_provenance
3. Modified hdf5open.c to use NC4_read_provenance (was NC4_read_ncproperties).
4. The creation of the _NCProperties string was seriously hosed:
   was using all the wrong fields.
2019-04-18 14:23:20 -06:00
..
CMakeLists.txt Master merge, conflict resolution, cleanup 2019-02-24 16:54:13 -07:00
H5FDhttp.c typo5 2019-01-02 21:37:31 -07:00
H5FDhttp.h Provide byte-range reading of remote datasets 2019-01-01 18:27:36 -07:00
hdf5attr.c Simplify libhdf5/nc5info.c to move to lazy parsing 2019-03-09 20:35:57 -07:00
hdf5cache.c cleanup of whitespace in HDF5 directory 2019-02-19 05:17:47 -07:00
hdf5create.c Simplify libhdf5/nc5info.c to move to lazy parsing 2019-03-09 20:35:57 -07:00
hdf5dim.c added comment describing netcdf-4 behavior in data mode dim renames with longer names 2019-02-25 06:36:39 -07:00
hdf5dispatch.c Master merge, conflict resolution, cleanup 2019-02-24 16:54:13 -07:00
hdf5file.c For some reason, the code for this was incorrect. 2019-04-18 14:23:20 -06:00
hdf5grp.c cleanup of whitespace in HDF5 directory 2019-02-19 05:18:02 -07:00
hdf5internal.c cleanup of whitespace in HDF5 directory 2019-02-19 05:18:25 -07:00
hdf5open.c For some reason, the code for this was incorrect. 2019-04-18 14:23:20 -06:00
hdf5type.c cleanup of whitespace in HDF5 directory 2019-02-19 05:18:25 -07:00
hdf5var.c cleanup of whitespace in HDF5 directory 2019-02-19 05:18:53 -07:00
Makefile.am Updated call to NC4_read_provenance. 2019-04-18 10:53:16 -06:00
nc4hdf.c cleanup of whitespace in HDF5 directory 2019-02-19 05:18:53 -07:00
nc4info.c For some reason, the code for this was incorrect. 2019-04-18 14:23:20 -06:00
nc4mem.c
nc4memcb.c