Chunksize can be read from an attribute now.#1238
Chunksize can be read from an attribute now.#1238Soman2 wants to merge 2 commits intoUnidata:5.0.0from
Conversation
| So these lines were commented out as part of a PR to fix issue #330. As part of that, some tests were written to test the fix. This PR does not break any of our tests, so that's certainly a plus. That said, I know that some core netCDF-4 attributes, like |
| Ideally, this should be consistent wit the netcdf-c library behavior. Without looking in detail, |
| I am reluctant to merge this PR because it appears to conflict with the behavior |
| In my project I want to use your library to write down the file with ~100000x60000 size and set up custom ChunkSize( ~4000x4000). As for know I can not set up any ChunkSize. |
| I see. Currently, the use of the What you can do currently, however, is create a class that implements |
Uncommented the part of the code which allows Chunksize set up from a variable attribute for NetCDF format.