Create Custom Geographic Transformation (Data Management Tools)
Summary
Creates a transformation definition for converting data between two geographic coordinate systems or datums. The output of this tool can be used as a transformation for any tool with a parameter that requires a geographic transformation.
Usage
All custom geographic transformation files are saved with the
.gtfextension and stored in theEsri\ArcGISPro\ArcToolbox\CustomTransformationsfolder in your application data folder.In all Windows operating systems, the AppData folder is in
%appdata%and the temp folder is in%temp%. Entering %appdata% in a command window returns the AppData folder location. Entering %temp% returns the temp folder location.In UNIX systems, the tmp and application data folders are located in your home directory, under
$TMPand$HOME, respectively. Typing /tmp in a terminal returns the location.
Any geoprocessing tool that uses geographic transformations will inspect all custom transformations in the default storage location and present them as options in the transformation parameter's drop-down list. The transformations will also be available to the Geographic Transformations environment.
You cannot edit custom transformation files. They are binary files that store version and string length information that may be corrupted if modified. To update a transformation file, create a new custom geographic transformation and overwrite the existing file.
Transformation methods are divided into two groups: equation based and file based. Equation-based methods do not need external information. File-based methods require a file or files that are stored on disk to calculate the coordinate offset values. The files are similar to rasters— with regularly spaced points—and an offset for a location is calculated using an interpolation method and values from surrounding points.
Files must be placed in one of following locations:
If ArcGIS Coordinate Systems Data is installed on a per-machine (for everyone) basis, copy the file or files to the
C:\Program Files (x86)\ArcGIS\CoordinateSystemsData\pedata\Geographicfolder.If ArcGIS Coordinate Systems Data is installed on a per-user basis, copy the file or files to the
C:\Users\username\AppData\Local\Programs\ArcGIS\CoordinateSystemsData\pedata\Geographicfolder.If ArcGIS Coordinate Systems Data is not installed, copy the file or files to the ArcGIS Pro pedata folder at
C:\Program Files\ArcGIS\Pro\Resources\pedataif ArcGIS Pro is installed on a per-machine (for everyone) basis.If ArcGIS Pro is installed on a per-user basis, copy the file or files to the ArcGIS Pro pedate folder at
C:\Users\username\AppData\Local\Programs\ArcGIS\Pro\Resources\pedata.
If you didn't use the default installation locations for ArcGIS Pro or the ArcGIS Coordinate Systems Data, copy the files to the equivalent pedata folder. If these locations are not available because of permission restrictions or are hidden, ask your system administrator to help you.
Parameters
| Label | Explanation | Data type |
|---|---|---|
|
Geographic Transformation Name |
The name of the custom transformation definition. |
String |
|
Input Geographic Coordinate System |
The starting geographic coordinate system. The coordinate system must be a geographic coordinate system; a projected coordinate system is invalid. Provide a well known ID (WKID) or use the Select Coordinate System button |
Coordinate System |
|
Output Geographic Coordinate System |
The final geographic coordinate system. The coordinate system must be a geographic coordinate system; a projected coordinate system is invalid. Provide a WKID or use the Select Coordinate System button The input and output geographic coordinate systems cannot be the same. |
Coordinate System |
|
Custom Geographic Transformation |
The custom transformation method that will be used. A list of the methods and parameters is available in the Geographic and Vertical Transformations pdf. From the drop-down list, choose the transformation method that will be used to transform the data from the input geographic coordinate system to the output geographic coordinate system. Once chosen, additional options will appear below the transformation method. |
String |
|
Extent (Optional) |
The geographic area where the transformation is applicable. Transformed data within the provided extent is guaranteed to be converted with the specified level of accuracy.
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 |
|
Accuracy (Optional) |
The expected difference between transformed (output) coordinates and their true values. Because any transformation in general degrades the quality of the dataset, the accuracy value is always the maximum absolute expected error in meters. |
Double |
Derived output
| Label | Explanation | Data type |
|---|---|---|
|
Output Transformation |
The output transformation. |
Value Table |
Environments
This tool does not use any geoprocessing environments.
Licensing information
- Basic: Yes
- Standard: Yes
- Advanced: Yes