Label | Explanation | Data Type |
Include Sub-directories (Optional) | Specifies whether subdirectories will be included.
| Boolean |
Build Pyramids (Optional) | Specifies whether pyramids will be built.
| Boolean |
Calculate Statistics (Optional) | Specify whether to calculate statistics.
| Boolean |
Include Source Datasets (Optional) | Specify whether to calculate statistics on the source raster datasets, or calculate statistics on the raster items in a mosaic dataset. This option only applies to mosaic datasets.
| Boolean |
Block Field
(Optional) | The name of the field within a mosaic dataset's attribute table used to identify items that should be considered one item when performing some calculations and operations. | String |
Estimate Mosaic Dataset Statistics
(Optional) | Specify whether to calculate statistics for the mosaic dataset (not the rasters within it). The statistics are derived from the existing statistics that have been calculated for each raster in the mosaic dataset.
| Boolean |
X Skip Factor
(Optional) |
The number of horizontal pixels between samples. A skip factor controls the portion of the raster that is used when calculating the statistics. The input value indicates the horizontal or vertical skip factor, where a value of 1 will use each pixel and a value of 2 will use every second pixel. The skip factor can only range from 1 to the number of columns/rows in the raster. The value must be greater than zero and less than or equal to the number of columns in the raster. The default is 1 or the last skip factor used. | Long |
Y Skip Factor
(Optional) | The number of vertical pixels between samples. A skip factor controls the portion of the raster that is used when calculating the statistics. The input value indicates the horizontal or vertical skip factor, where a value of 1 will use each pixel and a value of 2 will use every second pixel. The skip factor can only range from 1 to the number of columns/rows in the raster. The value must be greater than zero and less than or equal to the number of rows in the raster. The default is 1 or the last y skip factor used. | Long |
Ignore Values
(Optional) |
The pixel values that are not to be included in the statistics calculation. The default is no value. | Long |
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. The maximum number of pyramid levels you can specify is 29. Any value of 30 or higher 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) | Specify whether to calculate statistics only where they are missing, or regenerate them even if they exist.
| Boolean |
Query Definition (Optional) | An SQL expression to select raster datasets that will be processed. | SQL Expression |
Derived Output
Label | Explanation | Data Type |
Updated Input Data | The updated output workspace. | Text File; Workspace; Raster Layer; Mosaic Layer |