Select to view content in your preferred language

Interpolating Contours with Spline

653
1
03-13-2011 10:53 AM
RuzaLulic
New Contributor
Hello, I have contours (about 5000 polylines) and I need to interpolate those with Spline. But Spline function can only interpolate points, and my contours are polylines. I hope that anyone has a solution to my problem. Thanks a lot!
0 Kudos
1 Reply
SteveLynch
Esri Regular Contributor
See TopoToRaster (it uses inter alia thin plate splines) or convert your contours to points. however, you might then have "steps" in your output surface.

Steve
0 Kudos