HOW TO
In ArcGIS Survey123 Connect, a geopoint question is used to capture a point location in a survey. By default, the latitude and longitude values of a selected point are stored with varying decimal precision. To standardize this precision, the 'decimal' question type can be used to populate the geopoint’s latitude and longitude values with a fixed number of decimal places, ensuring consistent and reliable data for analysis and integration. This article outlines the workflow to standardize the decimal precision of a geopoint question.
round(pulldata("@geopoint", ${<geopoint_name>}, "y"), <decimal_place>)
round(pulldata("@geopoint", ${<geopoint_name>}, "x"), <decimal_place>)

The latitude and longitude values of the geopoint question are populated with the preferred number of decimal places when a location is selected, ensuring consistent coordinate precision across the survey.

Article ID: 000038413
Get help from ArcGIS experts
Start chatting now