Skip to content

Commit 12eab53

Browse files
2colorvmx
andauthored
Apply suggestion from @vmx
Co-authored-by: Volker Mische <volker.mische@gmail.com>
1 parent 0aac21d commit 12eab53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/how-to/publish-geospatial-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ ds.to_zarr('output.zarr', encoding={
7575
'var_name': {'chunks': (1, 512, 512)}
7676
})
7777

78-
# Total size: 1 × 512 × 512 × 4 bytes (float32) = ~1 MB per chunk
78+
# Total size: 1 × 512 × 512 × 4 bytes (float32) = 1048576 bytes = 1 MiB per chunk
7979
```
8080

8181
## Step 2: Add Your Data Set to IPFS

0 commit comments

Comments
 (0)