Select to view content in your preferred language

Extract line length from geotrace

256
1
12-12-2023 11:30 AM
Ivy_Hinson
New Contributor III

I have created a survey with a map that field crews can use to document the length of pipe that they have surveyed. The easiest would be to use the vertex input method. How would I get the length of the pipe within that polygon for display in a dashboard?

0 Kudos
1 Reply
ZacharySutherby
Esri Regular Contributor

Hello @Ivy_Hinson

You can use the distance() function to return the length in meters. If you are looking for Miles you can use round((distance(${geotraceField}) div 1609.344), 2)

Thank you,
Zach
0 Kudos