-1

I have a stream segment which is polyline feature. Now I want to draw a line which is perpendicular to stream segment at a interval of 30m. How can i do it using python ? Do you have idea on this .

PolyGeo
  • 65,136
  • 29
  • 109
  • 338
Ja Geo
  • 399
  • 5
  • 16

1 Answers1

2

If you have not done so yet read up on route hatching. Then you should be able to author a layer file with appropriate route hatching that you can use to add/update a layer using ArcPy.

PolyGeo
  • 65,136
  • 29
  • 109
  • 338