Cell size ranges in a mosaic dataset

Cell size ranges are used to determine what rasters are processed to create the dynamically mosaicked image from the mosaic dataset. You can view the cell sizes of the raster data in the mosaic dataset by viewing the attribute table. The LowPS and HighPS columns define the actual range of cell (pixel) sizes that the raster dataset contains. For example, a raster dataset that contains cells of 1 meter and a pyramid with cell sizes 2, 4, 8, and 16 meters would have a LowPS of 1 and a HighPS of 16.

The cell size values are populated when the raster datasets are added to the mosaic dataset and their units are defined by the spatial reference system of the mosaic dataset. These cell sizes are only used to identify the range of cell sizes and are not used when georeferencing the rasters; thus, the accuracy of the values has little importance.

The MinPS and MaxPS columns define the range of cell size requests for which the raster dataset should be used. These values are populated when you check the Calculate Cell Size Ranges option on the Add Rasters To Mosaic Dataset tool dialog box or use the Calculate Cell Size Ranges tool. You can also manually edit the values in the table. The MinPS and MaxPS values are computed based on the overview and overlap between the images.

You can take advantage of the cell size ranges when using multiple resolutions of raster datasets for a single mosaic dataset. For example, at a countrywide level, you could use Landsat satellite images with approximately 30-meter cell size to display when viewing the mosaic dataset at a particular scale and area of interest. However, as you zoom in, requesting a larger scale, the mosaic dataset can provide a SPOT image with a 5-meter resolution, and as you zoom closer, you will eventually see aerial orthophotography, which has a much smaller cell size (higher resolution).

You could also take advantage of the cell size ranges when generating overviews. Overviews can be generated for use when the mosaicked image is created at particular scales. Therefore, an overview can be created for all the images that will be displayed when viewing an area of interest covering the entire mosaicked area, and other overviews can be generated for different scale ranges—with the scale range being specified using cell size ranges.

The LowPS and HighPS values are determined when the raster data is added to the mosaic dataset and should not be changed. However, you can override the MinPS and MaxPS values by editing them in the table. For example, you can set MaxPS to prevent rasters being used to create a mosaicked image outside a specified range. If you need to recalculate the ranges or update the missing ranges, you can use the Calculate Cell Size Ranges tool.

There is a direct relationship between the cell size and scale. Both can be calculated using the following:

Scale = Cell Size x 96/0.0254

Therefore, if the scale is 1:20,000, the cell size is 5.29 meters.

Cell Size = Scale x 0.0254/96

Therefore, if the cell size is 5 meters, the scale is 1:18,898.

NoteNote:

To apply this equation when working with other units, besides meters, you can use

Scale = (CellSize_in_units x Meters_per_unit) x Dots_per_inch/Meters_per_inch

The ArcGIS default for Dots_per_inch is 96.

The cell size is used in a mosaic dataset, instead of scale, because a cell size is an inherent value of a raster dataset.

The minimum cell size defines the lower limit of the image, therefore, any requests for imagery below this value will not be handled. The default is 0, but it can be set to a larger number to limit the resolution at which the imagery can be accessed. If a request is made below this resolution, the request fails and no image is returned.

The maximum cell size defines the upper limit of the image, therefore, any requests for imagery above this value will not be handled. The default value is a large number, unlike the minimum cell size default. If a request is made above this resolution, the request fails and a gray image is returned. There is a maximum cell size range factor that is used to define the maximum cell size. This value defines the maximum factor that a cell will be subsampled by. By default, this is 5.2.

Related Topics

5/18/2014