Skip to content

Commit

Permalink
Update examples/earthbigdata.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cgohlke committed Feb 12, 2024
1 parent 1b2f109 commit 83492ef
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions examples/earthbigdata.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
by [Christoph Gohlke](https://www.cgohlke.com)
Updated on July 4, 2023
Updated on Feb 12, 2024
This Python script uses the [tifffile](https://github.com/cgohlke/tifffile) and
[imagecodecs](https://github.com/cgohlke/imagecodecs) packages to create a
Expand Down Expand Up @@ -310,7 +310,7 @@

# %%
store = fileseq.aszarr(
dtype='uint8',
chunkdtype='uint8',
chunkshape=chunkshape,
fillvalue=fillvalue,
axestiled={0: 0, 1: 1},
Expand Down Expand Up @@ -375,7 +375,7 @@
)
print(fileseq)
with fileseq.aszarr(
dtype='uint16',
chunkdtype='uint16',
chunkshape=chunkshape,
fillvalue=fillvalue,
axestiled={0: 0, 1: 1},
Expand Down Expand Up @@ -417,7 +417,7 @@
)
print(fileseq)
with fileseq.aszarr(
dtype='uint8',
chunkdtype='uint8',
chunkshape=chunkshape,
fillvalue=fillvalue,
axestiled={0: 0, 1: 1},
Expand Down

0 comments on commit 83492ef

Please sign in to comment.