Skip to main content
Solved

Project from nad83 to wgs84 with '_itrf00' transformation?

  • July 14, 2021
  • 5 replies
  • 164 views

rmcgregor

Despite the fact that the nad83 and wgs84 datums are supposedly identical, there are several ways to get from one to the other and they result in different placement.

 

  • ESRI recommends this transformation: WGS_1984_(ITRF00)_To_NAD_1983
  • FME appears to use this one: nad_1983_to_wgs_1984_1

 

I am using AttributeReprojector on a dataset with several coordinate systems. Is it possible to indicate a specific geographic transformation for nad83 to wgs84 when using this?

 

Thank you,

 

Randy McGregor

Best answer by virtualcitymatt

I think you might want to look at the CSMapAttributeReprojector. ​http://docs.safe.com/fme/html/FME_Desktop_Documentation/FME_Transformers/Transformers/csmapattributereprojector.htm

It should alow you to specify a transformation ​

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.

5 replies

virtualcitymatt
Celebrity
Forum|alt.badge.img+47
  • Celebrity
  • 2000 replies
  • Best Answer
  • July 15, 2021

I think you might want to look at the CSMapAttributeReprojector. ​http://docs.safe.com/fme/html/FME_Desktop_Documentation/FME_Transformers/Transformers/csmapattributereprojector.htm

It should alow you to specify a transformation ​


Forum|alt.badge.img
  • 30 replies
  • July 15, 2021

I think you might want to look at the CSMapAttributeReprojector. ​http://docs.safe.com/fme/html/FME_Desktop_Documentation/FME_Transformers/Transformers/csmapattributereprojector.htm

It should alow you to specify a transformation ​

Thanks! I will take a look.


Forum|alt.badge.img
  • 30 replies
  • July 15, 2021

Thanks! I will take a look.

The problem is that I have more than one datum in the input file, so if I just pick one transformation, I think it will use it on all the input coordinate systems whether or not it's appropriate. Wait, I just realized. I can create vertices for each datum, then run this for each datum, entering the appropriate transformation. That should work. Thanks.


Forum|alt.badge.img
  • 30 replies
  • July 15, 2021

Thanks! I will take a look.

I have 2 accounts and this one can't set this as the right answer. I'll do that as soon as I scare up the password for the 'other Randy.' Thank you!


rmcgregor
  • Author
  • 24 replies
  • July 16, 2021

Thanks! I will take a look.

Just FYI, CSMapAttributeReprojector does NOT have this transformation: WGS_1984_(ITRF00)_To_NAD_1983

 

I think FME is operating under the false belief that nad83 and wgs84 are identical and the datum conversion is not important. It is actually very important, because different geographic transformations put features in a visibly different location - Usually about 3 feet, but that's enough to cause trouble.