Skip to main content

Hello, 

I use a custom transformation in the ArcGIS platform.  It is a two step projection which uses the Ontario NAD83 grid file to project to NAD83 CSRS and then the second step is projecting from NAD83 CSRS to WGS84 geographic (LL).  The two tranformations are:

ON_NAD83_NAD83CSRS_CustomTranf, (custom transformation set up in ESRI)

NAD_1983_CSRS_To_WGS_1984_2 (chosen ESRI transformation).

This two step process was recommended by ESRI Canada to import data into their ArcGIS Online format.  

I have seen various articles for parts of this process in the FME Community but I guess I am looking for a stepwise list (e.g. obtain grid shift file from authority, create custom transformation in ESRI, etc.) to get the pieces of the puzzle in the right location to use in an FME workflow.

Thanks

Hello ​@mcgregrr, thanks for posting! You can find grid shift files on the FME Downloads Page (near the bottom). If your desired grid is not contained within the Grid Add-on, it means that the
grid must be downloaded directly from a 3rd party. Once you have the custom transformation set up in ESRI, if its not available in FME natively, we can use the online coordinate system tool to define one: https://community.safe.com/transformers-9/how-do-i-create-a-custom-coordinate-system-10017. You can start from an existing FME Coordinate system or Esri Projection WKT, which might be helpful in your case! Hope this helps, Kailin!


Reply