Skip to content

ArcGIS Python Toolbox for converting CAD data to ArcGIS Feature Classes.

Notifications You must be signed in to change notification settings

WLIA/cad-to-arcgis-toolbox

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

cad-to-arcgis-toolbox

CAD files store data according to geometry, distinguishing between different groups of features using an attribute table field named Layers. All points, all lines and all polygons are stored together.

Since ArcGIS groups similar features together in feature classes, when importing data from CAD, typically the workflow is to select one group of features based on the Layer field, export them and move on to the next. This is time consuming and redundant, a perfect task for a script. Hence this script. This script creates a new feature class in the target workspace for every unique value in the Layer field.

About

ArcGIS Python Toolbox for converting CAD data to ArcGIS Feature Classes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published