laptop and a wrench

Error

In the Calculate Geometry Attributes (Data Management) tool, the following inputs are not displayed in the Coordinate Format parameter drop-down list: GARS (Global Area Reference System), GEOREF (World Geographic Reference System), MGRS (Military Grid Reference System), USNG (United States National Grid), UTM (Universal Transverse Mercator), and 'UTM with no spaces'.

ArcGIS Pro
Número de ID del error BUG-000157940
EnviadoApril 28, 2023
Última modificaciónJune 5, 2024
Relacionado conArcGIS Pro
Versión encontrada3.1.1
Sistema operativoWindows OS
Versión de sistema operativo11.0 64 bit
EstadoAs Designed

Información adicional

In the Calculate Geometry Attributes (Data Management) tool, the following inputs are not displayed in the Coordinate Format parameter drop-down list: GARS (Global Area Reference System), GEOREF (World Geographic Reference System), MGRS (Military Grid Reference System), USNG (United States National Grid), UTM (Universal Transverse Mercator), and 'UTM with no spaces'. This is not a bug. The geometry property 'Point x- and y-coordinate notation' is the only property that allows selecting coordinate formats like GARS, GEOREF, MGRS, etc. This property is only available with point input features. A two-step process can accomplish the end goal: by calculating the polygon centroid using one of the supported formats like DD, the Convert Coordinate Notation tool can be used to convert the centroid DD values into one of the coordinate notation formats like GARS, etc. An even more efficient workflow is to use the Calculate Field tool with this Python expression: arcpy.PointGeometry(!Shape!.trueCentroid, !Shape!.spatialReference).toCoordString("GARS") This expression creates a centroid PointGeometry object from the polygon's centroid point, then returns the GARS-formatted string using the toCoordString function. Refer to https://pro.arcgis.com/en/pro-app/latest/arcpy/classes/pointgeometry.htm for more information.

Pasos para reproducir

ID del error: BUG-000157940

Software:

  • ArcGIS Pro

Recibir notificaciones cuando cambie el estado de un error

Descargar la aplicación de soporte de Esri

Descubrir más sobre este tema

Obtener ayuda de expertos en ArcGIS

Contactar con el soporte técnico

Descargar la aplicación de soporte de Esri

Ir a opciones de descarga