不具合
| 不具合 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 Support アプリのダウンロード