In ArcGIS Pro 2.0.1, receiving the error message: "ERROR 000151: The geotransformation(s) is not valid. Failed to execute (ProjectRaster)".
上次发布: January 26, 2018ArcGIS Pro
漏洞 ID 编号
BUG-000109828
已提交
November 28, 2017
上次修改时间
June 17, 2024
适用范围
ArcGIS Pro
找到的版本
2.0.1
操作系统
Windows OS
操作系统版本
10.0
状态
Will Not Be Addressed
开发团队已考虑过该问题或请求,并决定不会解决该问题。 问题的“其他信息”部分可能包含进一步说明。
附加信息
Related to BUG-000096495 in ArcMap.
The input coordinate system and the output coordinate system are the same. In these cases, a geographic transformation is not valid, so getting an error is normal.
解决办法
Write a Python script to include the point feature classes in order to create a grid of points overlapping the original raster. Re-project the points using the Project Tool and the Warp From File geoprocessing tool to display the warp grid.