Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

DOC: docs is not helping in plz help#2640

Unanswered
xalteropsx asked this question inQ&A
Discussion options

Describe the issue linked to the documentation

data=np.random.randint(0,100, (1000,1000,),dtype=int)zarr_path='panda.zarr'zstore=zarr.open(zarr_path,mode='w')compressor=Blosc(cname='zstd',clevel=3,shuffle=Blosc.BITSHUFFLE)zstore.create_dataset('panda',data=data,chunks=False,overwrite=True,compressor=compressor)

it doesnt compress the data remain the same size

Suggested fix for documentation

No response

You must be logged in to vote

Replies: 1 comment

Comment options

Hi. Welcome to the Zarr project.

Perhaps you can explain how you arrived at the conclusion that your example does not compress the data?

You must be logged in to vote
0 replies
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Category
Q&A
Labels
help wantedIssue could use help from someone with familiarity on the topicdocumentationImprovements to the documentation
2 participants
@xalteropsx@jhamman
Converted from issue

This discussion was converted from issue #2587 on January 04, 2025 07:14.


[8]ページ先頭

©2009-2025 Movatter.jp