Bug
| Bug-ID-Nummer | BUG-000162789 |
|---|---|
| Eingereicht | November 8, 2023 |
| Zuletzt geändert | February 13, 2024 |
| Gilt für | ArcGIS GIS Server |
| Gefunden in Version | 11.0 |
| Betriebssystem | Windows OS |
| Betriebssystemversion | 11.0 64 bit |
| Status | 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().
Bug-ID: BUG-000162789
Software:
Unterstützung durch ArcGIS-Experten anfordern
Esri Support App herunterladen