Dennis Heimbigner

Results 782 comments of Dennis Heimbigner

IMO zip is not a good single file storage format. Other choices like the various single file file systems (SFFS) seem to me to be a much more flexible choice,...

two things: 1. I added support for H5Zregister at one point, but later removed it. 2. I am working on providing support for the programmatic manipulation of the plugin paths...

Ok, this branch is usable except for MYS2 and Visual Studio. They are failing on some kind of "out of space" error whose meaning I cannot figure out.

Added a fix for issue (https://github.com/Unidata/netcdf-c/issues/3075)

Can you run the run_ut_mapapi.sh script with the -x flag set so I can see where the url is being constructed?

Sorry, I got side-tracked. Let me look at it right now.

Ok, I think I see the problem. Let me test it.

I was forgetting to localize the file path. On msys, this now produces this file path: ````D:/a/netcdf-c/netcdf-c/alltests_1737666259/nczarr_test/testdir_mapapi/tmp_mapapi.file```` Does this seem correct? But there appear to be a problem with the...

I remember now. Using the cygwin form as intermediary is ok, because when the file is opened by libnetcdf, it first does the localization of the path so you end...

In any case, I don't think any of this affects the "not enough space" problem.