Skip to main content
Question

CAD (dwg) to GIS (geodatabase)

  • November 18, 2025
  • 3 replies
  • 43 views

gisuser_6
Contributor

Hi Everyone!

I’m currently working on a workflow using a dwg file (water system) to convert it into a geodatabase. I was wondering if anyone has any tips on the transformers and workflow I could use to successfully do this? Right now I have my dwg reader as individual types, leading into an attribute filter, and geometry filter (3 different ones- 1 for water, drainage, and sanitary). These 3 end up writing into the geodatabase. I would like to have feature datasets separating water, drainage, and sanitary written in the geodatabase. 

I understand this is a big undertaking, but any tips (or perhaps links to guides) would be extremely appreciated! Thank you!

3 replies

j.botterill
Influencer
Forum|alt.badge.img+53
  • Influencer
  • November 18, 2025

Here is the high level article https://fme.safe.com/blog/2020/04/convert-cad-gis-preserving-rich-data-structures/ with all the links to resources you’ll need.

With the DWG reader, you will need to expose and manipulate the “format attributes” and convert those to GIS attributes, then your geometry filter (simple vs detailed mode) into your geodatabase output. There’s alot of little things to consider:


gisuser_6
Contributor
  • Author
  • November 18, 2025

Thank you very much for your help!! I’ll look into all those resources😊 Just another quick question - to set up the seperate feature datasets in a geodatabase (ex. water, sanitary, drainage), this would be done in the geodatabase writer settings? Or would it be easier to make it in arcgis pro and then import that dataset as the writer in FME?


j.botterill
Influencer
Forum|alt.badge.img+53
  • Influencer
  • November 24, 2025

You can set up separate feature datasets (like water, sanitary, drainage) in the Geodatabase writer settings in FME, but the process is more manual and requires careful schema configuration. FME can create feature datasets and feature classes automatically based on your workspace setup, but it does not handle complex geodatabase structures (domains, subtypes, relationships) as easily as ArcGIS Pro.

FME documentation strongly recommends pre-creating your geodatabase structure—including feature datasets—in ArcGIS Pro, then referencing that template in the FME writer. This approach is simpler, ensures schema consistency, and minimizes workspace maintenance. You can use either an XML Workspace Document or a template .gdb file in the writer settings to import the full schema.