Skip to main content

Calculate Cell Size Ranges (Data Management Tools)

Summary

Computes the visibility levels of raster datasets in a mosaic dataset based on the spatial resolution.

Usage

  • This tool automatically calculates the cell size ranges for the mosaic dataset items. The calculated cell size ranges are stored in the mosaic dataset attribute table in the MinPS and MaxPS columns. If you need to have specific values for the MinPS and MaxPS columns, you can edit these values manually.

  • You cannot calculate cell size ranges for a referenced mosaic dataset.

  • Database fragmentation and frequent data manipulation can significantly increase the size of a mosaic dataset. If the database size is large due to constant transactions, run the Compact tool.

Parameters

Label Explanation Data type

Mosaic Dataset

The mosaic dataset to calculate the visibility levels for.

Mosaic Layer

Query Definition

(Optional)

An SQL expression to select specific rasters in the mosaic dataset on which to calculate visibility levels. If no query is specified, all the mosaic dataset items will have their cell size ranges calculated.

SQL Expression

Compute Minimum Cell Sizes

(Optional)

Compute the minimum pixel size for each selected raster in the mosaic dataset.

  • CheckedCompute the minimum pixel size. This is the default.

  • UncheckedDo not compute the minimum pixel size.

Boolean

Compute Maximum Cell Sizes

(Optional)

Compute the maximum pixel size for each selected raster in the mosaic dataset.

  • CheckedCompute the maximum pixel size. This is the default.

  • UncheckedDo not compute the maximum pixel size.

Boolean

Maximum Cell Size Range Factor

(Optional)

Set a multiplication factor to apply to the native resolution. The default is 10, meaning that an image with a resolution of 30 meters will be visible at a scale appropriate for 300 meters. The relationship between cell size and scale is as follows:

Cell Size = Scale * 0.0254 / 96

Scale = Cell Size * 96 / 0.0254

Double

Cell Size Tolerance Factor

(Optional)

Use this to group images with similar resolutions as having the same nominal resolution. For example 1 m imagery and 0.9 m imagery can be grouped together by setting this factor to 0.1, because they are within 10% of each other.

Double

Update Missing Values Only

(Optional)

Calculate only the missing cell size range values.

  • CheckedCalculate cell size minimum and maximum values only if they do not exist.

  • UncheckedCalculate cell size minimum and maximum values for selected rasters within the mosaic dataset. This is the default.

Boolean

Derived output

Label Explanation Data type

Updated Input Mosaic Dataset

The updated mosaic dataset.

Mosaic Layer

Environments

Parallel Processing Factor

Licensing information

  • Basic: No
  • Standard: Yes
  • Advanced: Yes