Manuel Reis

Results 17 comments of Manuel Reis

Default behavior if fixed with https://github.com/minio/minio-go/pull/2124

> The way I planned to do the consolidated metada (aside: would like a shorter term than "consolidated") for netcdfd is to create another dispatch layer for accessing various metadata...

I finally understood you're referring to the implementation in the branches of your fork! I'm taking a look into `zarrv3b.tmp`, is this the branch you envision to merge? Just to...

@DennisHeimbigner if you compile the current main branch in the following way you'll see the problem: ``` git clone https://github.com/Unidata/netcdf-c.git mkdir netcdf-c/build cd netcdf-c/build cmake ../ -DNETCDF_ENABLE_NCZARR=ON -DNETCDF_ENABLE_S3_INTERNAL=ON cmake --build...

Just so that it doesn't go noticed: that both Github actions workflows on windows, `cygwin` and `mingw` have explicitly **disabled** `S3` builds. Should we dare changing that?!

I'm sorry for the noise. I tried to modify the GitHub actions workflows to build with the internal S3 sdk (same as I was working with) but it was a...

> The main thing I'm missing now is the implementation of whatever `NC_sortenvv` and `NC_freeenvv` are. Do you have those on a branch on your fork? I've picked the implementation...

> @mannreis I see you've picked up the implementations as you mentioned, have you pushed those yet? Yes I did but since you pointed to #3094, maybe it makes more...

Thanks for the discussion! In the meantime I've tried to just add a "caching layer" the metadata functions that would GET the .z* files to see what the difference would...

Thanks a lot for including the feature from https://github.com/Unidata/netcdf-c/pull/3066 @DennisHeimbigner and apologies for the delay in the reply! I just build this branch, rebased on Unidata/main and ran on `ncdump...