Data Transformation module


Quick linksDescription :: Parameters :: Parameter descriptions :: Details

Back to top

Description


The Data Transformation module reads the input folder for vector or raster spatial-data files and converts them from one format, projection, or both, to another.
Back to top

Parameters


Name Caption
Send Email Email notification settings
Input Folder Input folder
Search Mask Search pattern
Raster Channels Input raster channels
Vector Segments Input vector segments
Output Folder Output folder
Output File Type Output file format
Output File Options Output file options
Target Segment Type Output segment type
Elevation Reference/Datum Elevation model
Overwrite Results Overwrite existing results
Reproject Reproject
Output Map Units Output projection
Reprojection Method Reprojection method
Output Resolution Output resolution
Resampling Method Resampling method
Resampling Kernel File Resampling Kernel File
Back to top

Parameter descriptions

Send Email

If necessary, you can set up CATALYST Enterprise to send an email notification on job start and job completion.

With this check box selected, an email message is sent to each address specified in the Email Addresses box after the job starts and on completion.

You can specify one or more addresses, and each must be separated by a comma or a semi-colon. The email address of the user currently logged in displays by default.

Input Folder

The path and name of the folder containing the spatial-data files to transform. If necessary, you can specify a folder of nested folders.

The search pattern to use when reading the input folder for spatial-data files. For example, specify *.pix to search for PCIDSK files, or *.tif to search for TIFF files.

If you do not specify a search pattern, by default, CATALYST Enterprise searches for *.pix, *.tif, and *.tiff.

Raster Channels

The input raster channels to transform. If no value is specified for this parameter, all raster channels are processed by default.

Vector Segments

The input vector segments to transform. If no value is specified for this parameter, all vector segments are processed by default.

Output Folder

The path and name of the folder to which to write the transformed files.

Output File Type

The file format of the output transformed file.

Output File Options

The options to apply when creating the output file or files. The available options are specific to the file format; in each case, the default of no options is allowed.

For more information on the options available for the output file type you specify, see GDB-supported file formats.

Target Segment Type

The type of output segment.

Available options are:

Elevation Reference/Datum

The vertical reference for the elevation values in the source digital elevation model (DEM), or for the constant value of the Elevation Offset and Elevation Scale parameters, when available, and specified.

Available values are as follows:

Overwrite Results

Select this check box to overwrite the existing output files, if any exist. If this check box is left clear, and an output file exists in the relevant folder, the status of the job displays a message informing you of the existence and name of the output file. The message is also written to the event log of the job.

Reproject

Select this check box to reproject the spatial data.

Note that if this check box is selected, and Output Map Units is empty, then the original data's projection will be used, in effect, resampling the data instead of reprojecting it.

Output Map Units

The projection of the output imagery.

The value of this parameter must be in the PCI Projection String format.

The standard definitions are:

If you do not specify a value for Output Map Units, the map unit of the input image is used for the output image. If the input data is a variety of map units, the map unit of each output image is that of its corresponding input image. In such a case, it is recommended that you specify the output map units.

You can also specify the label of a projection defined in the userproj.txt file.

Reprojection Method

The method of projection to use.

Available options are:

This parameter is used only when the Reproject check box is selected; otherwise, it is ignored.

Output Resolution

The resolution of the output, consistent with the value of the Target Projection parameter.

This parameter is used only when the Reproject check box is selected; otherwise, it is ignored.

Resampling Method

The resampling method to use during processing.

Available resampling options are:

Resampling Kernel File

The custom resampling kernel file specifies a 2D kernel to be applied during the resampling.

The kernel file has a specific format. The first line indicates the number of columns and rows in the kernel:

				ColSize,RowSize
				

The subsequent lines consist of (ColSize * RowSize) kernel weights, listed one row per line:

				Weight_{1,1},...,Weight_{1,ColSize}
				.
				.
				.
				Weight_{RowSize,1},...,Weight_{RowSize,ColSize}
				

The following is an example of a kernel file specifying a 3x3 kernel:

				3,3
				0.01134374,0.08381951,0.01134374
				0.08381951,0.61934703,0.08381951
				0.01134374,0.08381951,0.01134374
				

This parameter is used only when the Reproject check box is selected and Resampling Method is set to "2D Kernel"; otherwise, it is ignored.

Back to top

Details

General job details

The Data Transformation module provides a series of predefined configuration files that define the type of output to create. These are defined in the settings.py file in the PROHOME\exe\PGS\config folder of your CATALYST Enterprise installation.

Pre-defined formats include:

The numbers following the type indicate the maximum number of channels or segments that the format supports. A negative 1 (-1) signifies that there is no limit to the number of channels or segments to be supported.

Module details

The Data Transformation module reads the input folder for valid spatial data to transform. Valid files must be in a GDB-supported format, and file names must match the search criteria specified by the value of the Search Mask parameter. For each valid file found, the module spawns a child data-transformation job.

Each child job transforms a given spatial-data file to a specified target format and, optionally, reprojects it. If the specified target format is the same as the original, no transformation is applied.

Conversion between formats can sometimes lead to loss of information. For example, the PCISDK format stores a great amount of metadata; after conversing, this information will not be stored in a TIFF file if those metadata tags are not supported.

When the target format supports only a limited number of channels or segments, not all channels or segments from the original file will be transformed, even if they are specified for inclusion.

The Data Transformation module can be extended by adding more options to the dataTransformation section of the settings.py configuration file, provided the additional options follow the necessary guidelines. For more information, see GDB-supported file formats.

Job results

On successful completion, the Data Transformation module creates a transformed output file for each valid spatial-data file found. The output file name will be the same as that of the original file, but with a file extension that reflects the output file type; for example, filename.tif.

© PCI Geomatics Enterprises, Inc.®, 2026. All rights reserved.