Skip to main content
Solved

DGN files and its coordinate system reference

  • June 30, 2016
  • 1 reply
  • 121 views

salvaleonrp
Enthusiast
Forum|alt.badge.img+20

I'm building a QA data validation tool and the first step in the process if the data aligns within the extent of the state of Alabama and more importantly in the rightful location. How do I determine this considering that the DGN files may have different coordinate references, ie. local coordinate, grid, state plane, etc.

Best answer by lenaatsafe

Hi @salvaleonrp

when you read your source dgn-files, please select the correct source Coordinate System(s) on the Reader(s) (see Add Reader dialog or in Navigator). You can also use CordinateSystemSetter transformer to 'label' the data with the correct coordinate system. Unfortunately, at the moment FME does not support reading/writing coordinate system information from/into DGN.

 

After the data is read and made coordinate system aware (either with the Reader parameter or with CoordinateSystemSetter) you can use CsmapReprojector to bring all source datasets to the same coordinate system for alignment QA.
This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

1 reply

Forum|alt.badge.img
  • Best Answer
  • June 30, 2016

Hi @salvaleonrp

when you read your source dgn-files, please select the correct source Coordinate System(s) on the Reader(s) (see Add Reader dialog or in Navigator). You can also use CordinateSystemSetter transformer to 'label' the data with the correct coordinate system. Unfortunately, at the moment FME does not support reading/writing coordinate system information from/into DGN.

 

After the data is read and made coordinate system aware (either with the Reader parameter or with CoordinateSystemSetter) you can use CsmapReprojector to bring all source datasets to the same coordinate system for alignment QA.