The Create TIN tool fails with 'Error 050001' although there are no empty elevation fields.
上次发布: March 21, 2019ArcGIS Pro
漏洞 ID 编号
BUG-000117796
已提交
October 29, 2018
上次修改时间
June 5, 2024
适用范围
ArcGIS Pro
找到的版本
2.2.3
状态
Will Not Be Addressed
开发团队已考虑过该问题或请求,并决定不会解决该问题。 问题的“其他信息”部分可能包含进一步说明。
附加信息
Out of memory in 10x is a known limit with too much data. 'Internal' error in Pro is a consequence of the data and how it's used - contours added as breaklines, contours intersect each other, clip polygon extends far outside the other data when it should be inside, etc..
解决办法
Split the data using the Fishnet tool to roughly 16 zones. This creates 11 zones with data that can be loaded into the TIN and run successfully.