Bring in parcel data from AutoCAD Civil 3D

GIS Skills

 
Bring in parcel data from AutoCAD Civil 3D
 
 
 

Splitting polygons that represent parcels is a very common task, but it can become a fairly complex one, due to the number of people who may be involved and the use of different software programs.

It is common practice to store parcel data as features in a central database while new subdivisions are created in a DWG file, using AutoCAD, AutoCAD Map 3D, or AutoCAD Civil 3D. What is the best way to handle this kind of workflow?

Ideally, you want to minimize the number of times that the data changes format and also minimize the total number of steps that need to be performed. Here is one solution:

  1. Save the parcel or parcels to be subdivided as a DWG file using AutoCAD Map 3D.
  2. Do the subdivision work in AutoCAD Civil 3D, to take advantage of its ability to automate parcel-creation and attribute assignment.
  3. Export the subdivided parcels to SDF format.
  4. Import the subdivided parcels back into AutoCAD Map 3D.
  5. Update the parcels database.

This method uses only two formats: SDF and DWG, and only two programs: AutoCAD Map 3D and AutoCAD Civil 3D. (This is assuming that you have your parcel fabric stored in an SDF database. However, the process would be the same if the parcels were in Oracle or any other supported data store.) If you store your parcel data in DWG files, the effort involved to convert them to SDF is relatively trivial, using Export from DWG to SDF (see Migrate data from the current DWG to a GIS data store (SDF)).

Examples

The first step is to extract the parcel or parcels that you need to edit from the database, convert it to simple geometric objects, and save the objects as a DWG file. You can then give the DWG to the engineer who will create the subdivision design.

Show me how to convert a parcel to simple geometry

When the design is complete, the engineer saves the parcels for the subdivision as an SDF file. The SDF file may also contain other features such as pipes and road alignments. You can easily bring this data into AutoCAD Map 3D with a standard Data Connect operation. Because the data has retained its georeferencing information throughout the process, you can be sure that it will come in at exactly the right location.

Show me how to bring in data from AutoCAD Civil 3D

NoteWhen you want to update the central database with the new parcel information, you can use a bulk-copy operation to add the parcels (see Bulk copy data from a SHP file to an SDF file).