Label | Explanation | Data Type |
Input Raster Dataset | The raster dataset for which you want to build pyramids. The input should have more than 1,024 rows and 1,024 columns. | Raster Dataset; Raster Layer |
Pyramid levels
(Optional) | The number of reduced-resolution dataset layers that will be built. The default value is -1, which will build full pyramids. A value of 0 will result in no pyramid levels. To delete pyramids, set the number of levels to 0. The maximum number of pyramid levels you can specify is 29. Any value that is 30 or higher will revert to a value of -1, which will create a full set of pyramids. | Long |
Skip first level
(Optional) | Specifies whether the first pyramid level will be skipped. Skipping the first level will take up slightly less disk space but will slow down performance at these scales.
| Boolean |
Pyramid resampling technique
(Optional) | Specifies the resampling technique that will be used to build the pyramids.
| String |
Pyramid compression type (Optional) | Specifies the compression type that will be used when building the raster pyramids.
| String |
Compression quality (1-100)
(Optional) | The compression quality that will be used when pyramids are built with the JPEG compression type. The value must be between 0 and 100. The values closer to 100 will produce a higher-quality image, but the compression ratio will be lower. | Long |
Skip Existing
(Optional) | Specifies whether pyramids will be built only when they are missing or will be regenerated even if they exist.
| Boolean |
Derived Output
Label | Explanation | Data Type |
Updated Input Raster | The output raster dataset. | Raster Dataset |