Skip to main content
Solved

Spatially mangled AutoCAD file for spatial conversion


Folks,

We have an AutoCAD file that has been treated very badly. Originally it was LatLong projected GIS data but a contractor with no idea about spatial data exported the data as simple CAD coordinates and scaled the CAD by 200K to get into some sort of reasonable scale.

We're trying to work out how to transform the CAD back into LatLong.

We tried defining a custom projection with a scale of 0.000005 but we're getting errors saying FME can't start the projection engine.

In simple terms

1. the drawing is in a known spatially damaged state

2. If we could scale the drawing by 0.000005 the drawing would be in a plane expression of LatLong

3. We then need to somehow tell FME how to deal with this

Sorry for the odd post but we're having a lot of trouble with this.

Thanks in advance.

Best answer by lars_de_vries

Looking at your steps, I would suggest to use a Scaler-transformer to scale the drawing into the right coords (remember to set both X and Y to the same scale) and secondly I would use a CoordinateSystemSetter using 'LL84' or 'EPSG:4326' to bring the coordinates back to the original coordinate system.

View original
Did this help you find an answer to your question?

2 replies

lars_de_vries
Forum|alt.badge.img+10

Looking at your steps, I would suggest to use a Scaler-transformer to scale the drawing into the right coords (remember to set both X and Y to the same scale) and secondly I would use a CoordinateSystemSetter using 'LL84' or 'EPSG:4326' to bring the coordinates back to the original coordinate system.


  • Author
  • March 9, 2018
lars_de_vries wrote:

Looking at your steps, I would suggest to use a Scaler-transformer to scale the drawing into the right coords (remember to set both X and Y to the same scale) and secondly I would use a CoordinateSystemSetter using 'LL84' or 'EPSG:4326' to bring the coordinates back to the original coordinate system.

Thanks @lars_de_vries. That is what we did. Our mistake was treating the drawing as degrees. Once we scaled the drawing and set the projection to non-Earth meters we were able to achieve a transformer flow that produced the right result.

 


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings