0

I need to create a TIN using available cross sections, which I already have. I can use Create TIN, but the issue is that it would interpolate across to a nearby cross section which could be from another stream instead of using the the next available cross section on the same stream.

Is there a way to interpolate TIN in sequence using cross section station value?

PolyGeo
  • 65,136
  • 29
  • 109
  • 338
penguin
  • 21
  • 4

1 Answers1

0

Sounds like you have cross sections for multiple streams in one dataset. Use ModelBuilder or Python to select all cross sections for a particular stream (you'll need an attribute with stream name or similar), then run the create TIN using the selection.

tigerwoulds
  • 599
  • 5
  • 17