Select to view content in your preferred language

XY coordinates through python and model builder

2987
2
Jump to solution
11-02-2015 09:36 PM
RiddhiChavda
Deactivated User

Can anyone guide me through the step by step process along with the code in python to find XY coordinates through model builder, please? Thank you

0 Kudos
1 Solution

Accepted Solutions
NeilAyres
MVP Alum

There is the Add XY coordinate tool in Data Management / Features.

Its a tool, so therefore it can be used in a model.

You can also use Calculate field with properties of the geometry.

In python, see the help for reading geometries.

View solution in original post

2 Replies
NeilAyres
MVP Alum

There is the Add XY coordinate tool in Data Management / Features.

Its a tool, so therefore it can be used in a model.

You can also use Calculate field with properties of the geometry.

In python, see the help for reading geometries.

CCWeedcontrol
Frequent Contributor

There is already a tool that lets you find x,y. it's called "Go To X,Y".

0 Kudos