Merge Multidimensional Rasters (Multidimension)

ArcGIS Pro 3.4 | | Help archive

Summary

Combines multiple multidimensional raster datasets spatially or across variables and dimensions.

Usage

  • This tool creates a merged multidimensional raster dataset from a list of multidimensional rasters. For example, if you have a mosaic dataset that contains 30 years of monthly precipitation data and another dataset with 10 years of monthly temperature data, you can combine them into a multidimensional raster with both variables.

  • The tool supports input data in NetCDF format (.nc file).

  • If the input multidimensional rasters contain different variables, the output multidimensional raster will contain all the variables.

  • If the input multidimensional rasters contain different dimensions or dimension values, the output multidimensional raster will include all the dimensions and dimension values.

  • If the input multidimensional rasters contain the same dimensions and variables but different spatial extents, the output multidimensional raster will include the variables and dimensions across the merged spatial extents.

  • This tool produces a multidimensional raster dataset in Cloud Raster Format (CRF) or NetCDF format (.nc file).

Parameters

LabelExplanationData Type
Input Multidimensional Rasters

The input multidimensional rasters to be combined.

Raster Dataset; Raster Layer; Mosaic Dataset; Mosaic Layer; Image Service; File
Output Raster

The merged multidimensional raster dataset in Cloud Raster Format (a .crf file) or NetCDF format (an .nc file).

Raster Dataset
Resolve Overlap Method
(Optional)

Specifies the method that will be used to resolve overlapping pixels in the combined datasets.

  • FirstThe pixel value in the overlapping areas will be the value from the first raster in the list of input rasters. This is the default.
  • LastThe pixel value in the overlapping areas will be the value from the last raster in the list of input rasters.
  • MinimumThe pixel value in the overlapping areas will be the minimum value of the overlapping pixels.
  • MaximumThe pixel value in the overlapping areas will be the maximum value of the overlapping pixels.
  • MeanThe pixel value in the overlapping areas will be the average of the overlapping pixels.
  • SumThe pixel value in the overlapping areas will be the total sum of the overlapping pixels.
String

Licensing information

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

Related topics