Shapefile - Attribute to Z (Python executable)
The application reads source shapefile, converts value of defined attribute into Z-value and saves the result to a new shapefile. All geometry types are supported except MULTIPATCH. Measurement (M) values of the source shapefile are saved to the output file without changes.
This Python application was created using pyshp library and compiled into single executable file using pyinstaller.
- Source shapefile - the source shapefile
- Elevation field - attribute of the source shapefile to be converted into Z-value
- Output shapefile - new shapefile in which the result is saved
Application usage:
Define source shapefile, field of the source file to be converted into Z-value, output shapefile and click Ok.