You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It appears that CMOR compresses the time coordinate (but not other coordinates). Since users might write one time sample at a time, we should check that the chunks are not wasting a lot of space (since the chunk size for each write of the coordinate value is in only 1 double precision variable). If a full chunk (of say 512 bytes) is written, that's a lot of wasted space.
This is not particularly high priority.
The text was updated successfully, but these errors were encountered:
@dnadeau4 this is linked to the same deflation issue #158 - a resolution will solve both of these issues, both with time and lat/lon/depth/height coordinate deflation (and chunking)
It appears that CMOR compresses the time coordinate (but not other coordinates). Since users might write one time sample at a time, we should check that the chunks are not wasting a lot of space (since the chunk size for each write of the coordinate value is in only 1 double precision variable). If a full chunk (of say 512 bytes) is written, that's a lot of wasted space.
This is not particularly high priority.
The text was updated successfully, but these errors were encountered: