Step 1.

to convert number annotation off a Micro station system, 

I need to draw a line based off give point and angle. 

Arcgis Pro does not have special geoprocessing tool to do it. 

ArcPy is a chain of geoprocessing tool, 

you can write python code to create a work flow to call a couple of individual tool. 

Model builder is a user friendly drag and drop of graphic interface of tool. 

Model builder can do the same as ArcPy, or ArcPy can do the same as model builder. 

Difference is ArcPy has more flexibility but you have to write pythong code. 

Model builder has less flexibility but no code needed, just drag and drop the tool. 

ArcPy and model builder are a couple of tool combination in certain order. 

If geoprocessing tool does not have this special tool in the first place. 

no matter what, ArcPy and model builder will not be able to do it. 

You can submit a request to have ESRI build for you. 

However if only you need this, not thousands of people, ESRI might never going to do it just for you. 

Even lots of people need it, depends on POSSIBLE or NOT, ESRI might not implement it until couple years later release. 

At this point, you have to find your way outside of ESRI to do it. 

Not all point have house number, only select the point have house number, export to a new layer

Step 2.

Micro station system use different angle system with geographic lat lng system.

You will have to convert between these 2 system. 

This is geographic lat lng system, what angle means, here they call it bearing instead of angle.

Step 3.

Here is micro station, angle means differently. 

text arrow to right : means starting 0 degree from east

37 degree is positive, positive means anti-clock wise turn 37 degree.

convert to bearing is = 

east(90) -  (+37) = 53

Step 4.

this is how bearing turn base on angle.

Step 5.

microStation,  arrow to left means starting 0 degree from west.

positive 89 degree means, 

positive means anti-clock wise, 

89 degree means anti-clock wise turn 89 degree from west.

Convert to bearing is =  -179

anti-clock use minus sign, clock wise use plus sign

(west) (- 90) - (+89) = -179

Step 6.

Step 7.

Step 8.

Step 9.

Step 10.

Step 11.

Step 12.

Step 13.

Step 14.

Step 15.

Step 16.

Step 17.

Step 18.

Step 19.

Step 20.

Step 21.

Step 22.

Step 23.

Step 24.

Step 25.

Step 26.

Step 27.

Step 28.

Step 29.

by

Please log in or register to answer this question.