Split Raster (Data Management Tools)
Summary
Divides a raster dataset into smaller pieces, by tiles or features from a polygon.
Usage
The output files will share most of the properties of the input source raster, such as the spatial reference, source type, pixel type, pixel depth, and cell size.
The tiling method determines which of the optional parameters are used to determine the dimensions and location of the output tiles. In both cases, NoData values are used to pad the tiles where there is no corresponding source data. The data format depends on the limitations of the individual format specifications and the source image data type. Invalid combinations result in an appropriate error message.
If a tile already exists (if there is a file with the same name), it will not be overwritten.
If a tile only contains NoData pixel values, it will not be created.
Setting the Overlap parameter is recommended if you are working with elevation data, or raster data where you plan to apply focal functions, such as Slope, Aspect, Shaded Relief, and others.
Parameters
| Label | Explanation | Data type |
|---|---|---|
|
Input Raster |
The raster to split. |
Mosaic Dataset; Mosaic Layer; Raster Layer |
|
Output Folder |
The destination for the new raster datasets. |
Folder |
|
Output Base Name |
The prefix for each of the raster datasets you will create. A number will be appended to each prefix, starting with 0. |
String |
|
Split Method |
Determines how to split the raster dataset.
|
String |
|
Output Format |
The format for the output raster datasets.
|
String |
|
Resampling Technique (Optional) |
Choose an appropriate technique based on the type of data you have.
|
String |
|
Number of Output Rasters (Optional) |
The number of columns (x) and rows (y) to split the raster dataset into. The X coordinate is the number of columns and the Y coordinate is number of rows. |
Point |
|
Size of Output Rasters (Optional) |
The x and y dimensions of the output tiles. The default unit of measurement is in pixels. The minimum tile size is 16. You can change this with the Units for Output Raster Size and Overlap parameter. The X coordinate is the X (horizontal) dimension the output tiles and the Y coordinate is the Y (vertical) dimension of output tiles. |
Point |
|
Overlap (Optional) |
The tiles do not have to line up perfectly; set the amount of overlap between tiles with this parameter. The default unit of measurement is in pixels. You can change this with the Units for Output Raster Size and Overlap parameter. |
Double |
|
Units for Output Raster Size and Overlap (Optional) |
Set the units of measurement for the Size of Output Rasters parameter and the Overlap parameter.
|
String |
|
Cell Size (Optional) |
The spatial resolution of the output raster. If left blank, the output cell size will match the input raster. When you change the cell size values, the tile size is reset to the image size and the tile count is reset to 1. |
Point |
|
Lower left origin (Optional) |
Change the coordinates for the lower left origin point, where the tiling scheme will begin. If left blank, the lower left origin would be the same as the input raster. |
Point |
|
Split Polygon Feature Class (Optional) |
A feature class that will be used to split the raster dataset. |
Feature Layer |
|
Clip Type (Optional) |
Limits the extent of your raster dataset before you split it.
|
String |
|
Template Extent (Optional) |
An extent or a dataset used to define the clipping boundary. The dataset can be a raster or feature class.
When coordinates are manually provided, the coordinates must be numeric values and in the active map's coordinate system. The map may use different display units than the provided coordinates. Use a negative value sign for south and west coordinates. |
Extent |
|
NoData Value (Optional) |
All the pixels with the specified value will be set to NoData in the output raster dataset. |
String |
Derived output
| Label | Explanation | Data type |
|---|---|---|
|
Updated Folder |
The output folder. |
Folder |
Environments
Compression, Extent, Geographic Transformations, Output CONFIG Keyword, Output Coordinate System, Parallel Processing Factor, Pyramid, Raster Statistics, Resampling Method, Snap Raster, Tile Size
Licensing information
- Basic: Yes
- Standard: Yes
- Advanced: Yes