Skip to main content
Question

Reading Microstation DGN Header information

  • July 22, 2022
  • 2 replies
  • 63 views

eric_armitage
Contributor
Forum|alt.badge.img+10

The documentation for the IGDS (DGN) reader states that "Design files consist of a header, followed by a series of elements. The header contains global information including the transformation equation from design units to user coordinates, as well as the dimension of the elements in the file" . My question is how do I read only the header information - coordinates and dimensions etc. I have a large number of files and I just want to the header info from each one. I know how to run the batch processing part with the workspace runner but can't figure out how to set up the reader.

2 replies

kailinatsafe
Safer
Forum|alt.badge.img+23
  • Safer
  • 720 replies
  • July 26, 2022

Hello @eric_armitage​ , thanks for posting! Reading DGN header information / metadata is not yet supported in FME Desktop unfortuntely (FMEENGINE-8585). I took a look through the ideas page, but didn't see an idea for this yet. If this is something you would like to see added to FME, I might consider creating an idea. Sorry I don't have better news for you, Kailin.


eric_armitage
Contributor
Forum|alt.badge.img+10
  • Author
  • Contributor
  • 37 replies
  • July 27, 2022

Hello @eric_armitage​ , thanks for posting! Reading DGN header information / metadata is not yet supported in FME Desktop unfortuntely (FMEENGINE-8585). I took a look through the ideas page, but didn't see an idea for this yet. If this is something you would like to see added to FME, I might consider creating an idea. Sorry I don't have better news for you, Kailin.

Thanks Kailin. Yes I will definitely create an idea. I'm quite surprised that it is not possible to read the coordinate system, with FME for example. Obviously that's a fairly fundamental requirement if you are trying to automate CAD to GIS format conversion. Hopefully a change will be implemented soon.