I have an Esri ArcGIS Binary Grid and a line shapefile. The shapefile was produced by the Surface Draper transformer, so it is 3D and has Z values at the verticies from the same Grid. The Z values that I would like to generate at a 10m interval can be output to a csv, instead of being applied to the shapefile: that is, I do not require verticies to be created in the shapefile at a 10m interval. Just need the interpolated Z values every `10m down the line. Thanks!
Solved
Hello! I would like to interpolate Z values at a 10 metre interval along lines that appear in a shapefile. Is there a transformer to do this? Thanks!
Best answer by takashi
Hi @mdumka ,
You can use LineDivider from FME Hub to generate 3D points with 10 m interval from the draped 3D line, then extract coordinates (x, y, z) from the 3D points with CoordinateExtractor.
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.