Label | Explanation | Data Type |
Mosaic Dataset | The path and name of the mosaic dataset to which the raster data will be added. | Mosaic Layer |
Raster Type | The type of raster that will be added. The raster type is specific to imagery products. It identifies metadata—such as georeferencing, acquisition date, and sensor type—along with a raster format. If you are using a LAS, LAS Dataset, or Terrain raster type, a cell size must be specified on the Raster Type properties page. The Processing Templates drop-down list contains functions that will be applied to items that are added to the mosaic dataset and how, or in what order, they will be applied. You can use a single function, such as the Stretch function, or you can chain multiple functions together to create a more advanced product. Most raster types have several preexisting functions associated with them. Use this drop-down list to edit existing functions or add new functions to items that will be added to the mosaic dataset.
| Raster Type |
Input Data | Specifies the path and name of the input file, folder, raster dataset, mosaic dataset, table, or service. Not all input options will be available. The selected raster type determines the available options.
| File; Image Service; LAS Dataset Layer; Layer File; Map Server; Mosaic Layer; Raster Layer; Table View; Terrain Layer; WCS Coverage; WMS Map; Workspace |
Update Cell Size Ranges (Optional) | Specifies whether the cell size ranges of each raster in the mosaic dataset will be calculated. These values will be written to the attribute table in the minPS and maxPS fields.
| Boolean |
Update Boundary (Optional) | Specifies whether the boundary polygon of a mosaic dataset will be generated or updated. By default, the boundary merges all the footprint polygons to create a single boundary representing the extent of the valid pixels.
| Boolean |
Update Overviews (Optional) | Specifies whether overviews for a mosaic dataset will be defined and generated.
| Boolean |
Maximum Levels (Optional) | The maximum number of pyramid levels that will be used in the mosaic dataset. For example, a value of 2 will use only the first two pyramid levels from the source raster. Leaving this parameter blank or typing a value of -1 will build pyramids for all levels. This value can affect the display and number of overviews that will be generated. | Long |
Maximum Cell Size (Optional) | The maximum pyramid cell size that will be used in the mosaic dataset. | Double |
Minimum Rows or Columns (Optional) | The minimum dimensions of a raster pyramid that will be used in the mosaic dataset. | Long |
Coordinate System for Input Data (Optional) | The spatial reference system of the input data. This should be specified if the data does not have a coordinate system; otherwise, the coordinate system of the mosaic dataset will be used. This can also be used to override the coordinate system of the input data. | Spatial Reference |
Input Data Filter (Optional) | A filter for the data being added to the mosaic dataset. You can use SQL expressions to create the data filter. The wildcards for the filter work on the full path to the input data. The following SQL statement will select the rows in which the following object IDs match:
To add only a TIFF image, add an asterisk before a file extension.
To add an image with the word sensor in the file path or file name, add an asterisk before and after the word sensor.
You can also use PERL syntax to create a data filter.
The following PERL syntax with multiple lexical groupings as part of the expression is not supported:
Alternatively, you can use the following syntax:
| String |
Include Sub Folders (Optional) | Specifies whether subfolders will be recursively explored.
| Boolean |
Add New Datasets Only (Optional) | Specifies how duplicate rasters will be handled. A check will be performed to determine whether each raster has already been added, using the original path and file name. Choose the action to be performed when a duplicate path and file name are found.
| String |
Build Raster Pyramids (Optional) | Specifies whether pyramids will be built for each source raster.
| Boolean |
Calculate Statistics (Optional) | Specifies whether statistics will be calculated for each source raster.
| Boolean |
Build Thumbnails (Optional) | Specifies whether thumbnails will be built for each source raster.
| Boolean |
Operation Description (Optional) | The description used to represent the operation of adding raster data. It will be added to the raster type table, which can be used as part of a search or as a reference at another time. | String |
Force this Coordinate System for Input Data (Optional) | Specifies whether the Coordinate System for Input Data parameter value will be used for all the rasters when loading data into the mosaic dataset. This parameter does not reproject the data; it uses the coordinate system defined in the tool to construct items in the mosaic dataset. The extent of the image will be used, but the projection will be overwritten.
| Boolean |
Estimate Mosaic Dataset Statistics
(Optional) | Specifies whether statistics will be estimated on the mosaic dataset for faster rendering and processing at the mosaic dataset level.
| Boolean |
Auxiliary Inputs
(Optional) | The raster type settings that will be defined on the Raster Type Properties page. This parameter will override the settings defined on the Raster Type Properties page. Auxiliary input options include the following:
| Value Table |
Enable Pixel Cache (Optional) | Specifies whether the pixel cache will be generated for faster display and processing of the mosaic dataset.
| Boolean |
Pixel Cache Location (Optional) | The location of the pixel cache. If no location is defined, the cache will be written to C:\Users\<Username>\AppData\Local\ESRI\rasterproxies\. Once the location is defined, you do not need to redefine the path when adding new rasters to the mosaic dataset. You do need to check the Enable Pixel Cache parameter (enable_pixel_cache = "USE_PIXEL_CACHE" in Python) when adding the new data. | Folder; String |
Derived Output
Label | Explanation | Data Type |
Updated Mosaic Dataset | The updated mosaic dataset. | Mosaic Layer |