Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • 1
    There's a bunch of critical information missing from this Question. How large is the resulting image (rows & cols). How many bits? What compression type? Please Edit the Question.
    – Vince
    Commented Jul 4 at 22:24
  • @Vince I didnt use any compression type. I cant read Output file except QGIS.
    – William24
    Commented Jul 4 at 23:05
  • 1
    The output dimensions determine the image storage requirements -- four tiles nine tile-sizes apart will increase storage 25x (100/4). Choosing to convert 16-bit integer data to 32-bit float seems somewhat arbitrary, and will double the base storage while reducing compressibility (if it even works, which it might not, given the corruption).
    – Vince
    Commented Jul 5 at 0:08