The union function of the arcgis.geometry module fails to create a multi-part polygon when run in ArcGIS Online Notebooks.
ArcGIS API for Python
漏洞 ID 编号
BUG-000155852
已提交
February 14, 2023
上次修改时间
September 24, 2024
适用范围
ArcGIS API for Python
找到的版本
2.0.1
操作系统
Windows OS
操作系统版本
N/A
状态
Will Not Be Addressed
开发团队已考虑过该问题或请求,并决定不会解决该问题。 问题的“其他信息”部分可能包含进一步说明。
附加信息
This issue only occurs when running the attached script in a Standard ArcGIS Notebook, as ArcPy is only available when working in an Advanced Notebook and an ArcGIS Online documentation states: "It is recommended to have ArcPy or Shapely downloaded for most Geometry methods and property usage." When running the attached script in an Advanced Notebook, the expected result is returned.
Documentation: https://developers.arcgis.com/python/api-reference/arcgis.geometry.html#:~:text=It%20is%20recommended%20to%20have%20ArcPy%20or%20Shapely%20downloaded%20for%20most%20Geometry%20methods%20and%20property%20usage.