Description
GeoPackage tiles are created as either JPEG, PNG, or in mixed formats. The specifications of these formats impose band restrictions on rasters that can be added to the GeoPackage.
| Number of bands | Data type allowed |
|---|---|
1 | Monochrome data or a color table. |
2 | Monochrome data and an alpha band. |
3 | Three bands, displayed with red, green, and blue colors (RGB). |
4 | Three bands and an alpha band (RGBA). |
Solution
Choose a dataset that follows the specification as outlined in the table shown.