漏洞
| 漏洞 ID 编号 | BUG-000162789 |
|---|---|
| 已提交 | November 8, 2023 |
| 上次修改时间 | February 13, 2024 |
| 适用范围 | ArcGIS GIS Server |
| 找到的版本 | 11.0 |
| 操作系统 | Windows OS |
| 操作系统版本 | 11.0 64 bit |
| 状态 | Under Consideration |
The float field can be cast to a double field and used as a summary field in the Summarize Within tool using pyspark.sql.functions import col layer = spark.read.format("webgis").load("") layer = layer.withColumn("doubleField",col("floatField").cast('double')) sum_fields = [{"statisticType": "Max", "onStatisticField": "doubleField"},{"statisticType": "Min", "onStatisticField": "doubleField"}] sum_layer = geoanalytics.summarize_within(summarized_layer=layer, bin_type="Square", bin_size=10000, bin_size_unit="Meters", standard_summary_fields=sum_fields) sum_layer["output"].show() sum_layer["output"].printSchema().
漏洞 ID: BUG-000162789
软件:
获取来自 ArcGIS 专家的帮助
下载 Esri 支持应用程序