Skip to main content

Hi.

I have defined a custom transformation in the file "MyCoordsSysDefs.fme":

XFORM_DEF Test \\

SRC_DTM ED50 \\

TRG_DTM ETRS89 \\

DESC_NM "7 parametros" \\

GROUP "Custom" \\

INVERSE Yes \\

MAX_ITR 8 \\

CNVRG_VAL 1e-09 \\

ERROR_VAL 1e-06 \\

METHOD 7PARAMETER \\

DELTA_X -130.5090 \\

DELTA_Y -89.9490 \\

DELTA_Z -145.9030 \\

BWSCALE 5.2690 \\

ROT_X 3.1126 \\

ROT_Y -0.4718 \\

ROT_Z 3.3181

How can I tell FME to use this transformation instead of the default one?

Thanks for any help provided.

Hi @oscard

Maybe the CsmapReprojector allows you to pick your custom transformation?


Hi @oscard

Maybe the CsmapReprojector allows you to pick your custom transformation?

Thank you!

 

 

I knew the Reprojector transformer, but I had no idea about the CsmapReprojector one.

 

 

 

 


Hi @oscard,

According to the documentation you must restart the Workbench application to make it visible in the coordinate system gallery.

https://docs.safe.com/fme/html/FME_Desktop_Documentation/FME_Workbench/Workbench/coordinate_sys_custom_about.htm

any chance you missed out on that?


Hi @oscard,

According to the documentation you must restart the Workbench application to make it visible in the coordinate system gallery.

https://docs.safe.com/fme/html/FME_Desktop_Documentation/FME_Workbench/Workbench/coordinate_sys_custom_about.htm

any chance you missed out on that?

Thanks for the answer! But that wasn't the problem.

 

 

It's a custom coordinate transformation, not a custom coordinate system.

 

 


Thanks for the answer! But that wasn't the problem.

 

 

It's a custom coordinate transformation, not a custom coordinate system.

 

 

oops...more coffee!

 

 


Reply