An error is returned when running the ArcGIS API for Python arcgis.raster.analytics.Sample() method against ArcGIS Online in a notebook.
ArcGIS API for Python
漏洞 ID 编号
BUG-000165974
已提交
March 15, 2024
上次修改时间
June 5, 2024
适用范围
ArcGIS API for Python
找到的版本
2.2.0
操作系统
Windows OS
操作系统版本
11.0 64 bit
状态
As Designed
经开发团队审核,已确定此行为符合设计。 有关详细信息,请参阅“其他信息”部分。
附加信息
This issue is caused by not setting the property cell size and/or output extent for the output dataset. The tool clearly states the issue: "Cause of failure: 'WorldElevation/Terrain'. The allowed maximum number of rows and columns is 5000 and 5000 respectively. Please adjust the output extent and/or cellsize to fit within the limits.", "params": {"cause": "'WorldElevation/Terrain'. The allowed maximum number of rows and columns is 5000 and 5000 respectively. Please adjust the output extent and/or cellsize to fit within the limits."
This is a user error. Try the suggested changes provided by the tool's error message.