Skip to content

tms_to_geotiff has the error RuntimeError: TIFFAppendToStrip:Maximum TIFF file size exceeded. Use BIGTIFF=YES creation option. #440

Answered by giswqs
mgzjys asked this question in Q&A
Discussion options

You must be logged in to vote

Try this:

options= [
                "COMPRESS=DEFLATE",
                "PREDICTOR=2",
                "ZLEVEL=9",
                "TILED=YES",
               "BIGTIFF=YES"
            ]
tms_to_geotiff(output, bbox, zoom, options)

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@mgzjys
Comment options

Answer selected by giswqs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants