is it possible to convert 3D shp file to 2D? If so, how can I do it?
Thank you!
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.
Create a new workspace to convert Shapefile to Shapefile, using your 3D shape files as the source. In the parameters for the output Shapefile writer, set Output Dimension to 2D. In the workspace, insert a 2DForcer transformer to convert the input 3D data into 2D for the output.
Create a new workspace to convert Shapefile to Shapefile, using your 3D shape files as the source. In the parameters for the output Shapefile writer, set Output Dimension to 2D. In the workspace, insert a 2DForcer transformer to convert the input 3D data into 2D for the output.