I have a LiDAR DTM raster file. I would like to overlay a polygon vector in TAB format onto the raster and then extract all the Z values from the raster at the points where they intersect the polygon. I can't work out which transformers will help me do this though.. Any ideass?
Thanks,
This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.
Thanks David. The Chopper appears to be converting the TAB area to smaller areas rather than to points though... I'm not very familiar with TAB files so not sure how they operate but do I need to convert it to another format first for it to go through the chopper?
Thanks David, I hadn't set the Maximum Vertices to 1!
So I have the Chopper working now, but I can't figure out how to get the band{}.value attribute from the PointOnRasterValueExtractor into the output TAB file. When I bring it across it brings over a -9999 instead of the actual Z value of the cell....
Thanks Gio/David. Getting the Z values at the vertex locations is all I need. I realised I hadn't exposed the 0 Band which was why I was getting -9999. But I've got it working now.