We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 46557b9 + 018341e commit f2d3199Copy full SHA for f2d3199
1 file changed
rio_cogeo/cogeo.py
@@ -614,6 +614,9 @@ def cog_validate( # noqa: C901
614
yblocks = (src.height + block_size[1] - 1) // block_size[1]
615
xblocks = (src.width + block_size[0] - 1) // block_size[0]
616
617
+ data_offsets = []
618
+ details["data_offsets"] = {}
619
+
620
# Find the first block with a valid block_offset
621
for y in range(yblocks):
622
for x in range(xblocks):
0 commit comments