Comparing 32 bit and 16 bit elevation GeoPackages: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

14 June 2024

  • curprev 09:4209:42, 14 June 2024Mbu talk contribs 421 bytes +421 Created page with "The tiled gridded coverage GeoPackage extension allows 32 bit source data to be converted to a GeoPackage with 16 bit integer tiles in PNG format, and still retain a significant number of decimals. This is accomplished by calculating a ''scale'' and ''offset'' for each tile, so that every tile utilizes the full space of the UInt16 data type (0- 65536). offset = min(tile) scale = (max(tile) - min(tile)) / (2^16 - 2)" Tag: Visual edit