A small script utilizing ezdxf to convert ascii coordinate files with coding into dxf polylines. Required format: Line number; x; y; z; code
Initially 11201: begin polyline, 91201 or 81201: end polyline. Everything else will be interpreted as points.
More features to be added later on.
Newer version intended for .gt format files. Use through cli.
Requires ezdxf and r12writer to work. Installable through pip etc.