Select to view content in your preferred language

How to automate and process a CAD file to create parcels.

2231
9
10-20-2022 03:11 AM
Labels (1)
AmirBar-Maor
Esri Regular Contributor

The first video is a short video showing how to process a structured CAD file (dwg) to create parcels:

If you survived the first video and want to learn more about the geoprocessing model the following video explains it:

If you want to download the project (ArcGIS Pro 3.0) and tweak the model to fit to your data you can find it in this location.

 

If you want to learn more about how to georeference a CAD drawing see the Transform CAD Layers in ArcGIS Pro by @TimHodson .

 

Feel free to comment, criticize and/or kudo.

Amir

 

9 Replies
Murad_geo
Occasional Contributor

Thank you for information

 

0 Kudos
MennoTerBals
Emerging Contributor

Thanks for the informative videos! I know a couple of parcel fabric users who might want to use this.
Glad you have your parcel fabric t-shirt back. Must be the best fabric.

0 Kudos
kkoffi_crcjv
Emerging Contributor

Hello @AmirBar-Maor ,

First I want to think you for this amazing video that I have watched multiple times and tried to adapt your model to my specific needs, but I keep running into obstacles. Specifically, with the Update COGO tool, in your model, it’s applied to the features in the geodatabase. However, when used manually, it’s typically applied at the CAD file level.

I attempted to apply the Update COGO tool directly to the CAD file, but it didn’t work. Following your model, I then tried applying it at the geodatabase level to the copied features from the CAD file. While the feature was exported, the scale factor still failed to apply.

Do you have any insights into what might be causing this issue?

I’ve attached pictures for reference to help illustrate the problem.

 

0 Kudos
kkoffi_crcjv
Emerging Contributor

* thank you

0 Kudos
AmirBar-Maor
Esri Regular Contributor

@kkoffi_crcjv 

What is the error tooltip that you get when you hover over the "CAD Reduced Fields"?

 

AmirBarMaor_0-1736420695392.png

Could you test if it works when you supply it the previous 'Output Feature Class'?

AmirBarMaor_1-1736420813782.png

 

Can you check that the created feature class is indeed 'COGO Enabled'?

0 Kudos
kkoffi_crcjv
Emerging Contributor

Hello @AmirBar-Maor 

Thank you for your prompt response. The error I am getting is "Error 002044: this class is not COGO enabled" which is not accurate.
I have included images of the Log, the Error, and the Attribute table of the Feature.
Thanks

0 Kudos
AmirBar-Maor
Esri Regular Contributor

@kkoffi_crcjv 

The right thing is of course to open a technical support case... For a feature class to be deemed 'COGO Enabled' all the COGO fields have to exist AND the all have to be 'required'.

Could you please open the attribute table of the feature class that got created and hover over the field name? You should see all COGO fields as 'Required':

AmirBarMaor_0-1736496744820.png

Please also check that the feature layer properties show that it is 'COGO Enabled':

AmirBarMaor_1-1736497013223.png

 

If they are not 'required'  that is why the Update COGO tool refuses to process them. 

If it is not COGO Enabled the next step will be to figure out if COGO Enable fails or if they become non COGO Enabled by the Delete field tool.

Please share your findings. 

You can also welcome to DM me and send me your model so we can look closer.

I

 

0 Kudos
kkoffi_crcjv
Emerging Contributor

Hello @AmirBar-Maor 

Everything looks good on my end.
I  will go a head and send you the model. 

LAYER_FIELD_REQUIRED_.JPG

LAYER_PROPERTIES_.JPG

Also I am using the latest version 2.1 of the Transform CAD Layers for ArcGIS Pro 3.2 and higher.

Thank you so much

0 Kudos
AmirBar-Maor
Esri Regular Contributor

If anyone else is following this thread and encountered that the geoprocessing tool 'Update COGO' does not recognize the feature class as 'COGO Enabled' here is the workaround.

Instead of copying the data from the CAD layers to a new feature class append the CAD features to a COGO-enabled lines feature class. You can use these steps:

  1. If you are using the parcel fabric the line feature class is already COGO-Enabled. Else create a line feature class with the correct spatial reference and run the geoprocessing tool 'Enable COGO'
  2. Right click on the feature class and Export the feature class as a XML Workspance Document' (schema only). 
    AmirBarMaor_0-1736758665460.png
  3. Every time you import a CAD file use the geoprocessing tool 'Import XML Workspace Document' to create a new COGO Enabled line feature class (or an entire feature dataset containing your staging parcel fabric).

  4.  

    Use the geoprocessing append to append the CAD features to the COGO-Enabled line feature class.

Steps 1 & 2 are only performed once. Steps 3 & 4 for each CAD file you process.