Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dxf2shapely

Very limited tool for grabbing line segments from pre-curated dxf files and turning them into shapely Polygons.

from dxf2shapely import polygonize_dxf
import shapely.geometry

polygons = polygonize_dxf('some_file.dxf')
assert all(type(p)==shapely.geometry.Polygon for p in polygons) 

About

Very limited tool for grabbing line segments from pre-curated dxf files and turning them into shapely Polygons.

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages