I would like to calculate the latitude and longitude of a point layer and populate them into x and y fields. Does any one know the best way to do this using Arcade ?
Arcgis online has help documents which include
Calculate field values—ArcGIS Online Help | Documentation
is your access point to field calculations
for example
Arcade exampleThis example calculates a field to the x-coordinate for each point in a point layer using the Geometry function.
Geometry($feature).x
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.