Label | Explanation | Data Type |
Input Raster Datasets | The raster datasets for which you want to build raster pyramids. Each input should have more than 1024 rows and 1024 columns. | Raster Dataset |
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. | 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 it will slow down performance at these scales.
| Boolean |
Pyramid resampling technique
(Optional) | The resampling technique used to build your pyramids.
| String |
Pyramid compression type
(Optional) | The compression type to use when building the raster pyramids.
| String |
Compression quality
(Optional) | The compression quality that will be used when pyramids are built with the JPEG compression method. 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) | Specify whether to build pyramids only where they are missing or regenerate them even if they exist.
| Boolean |
Derived Output
Label | Explanation | Data Type |
Batch Build Pyramids Succeeded | Returns whether the tool was successful. | Boolean |