Hello FME Folks,
This is related to MapInfo Tab files. Since we upgraded from FME 2018 to FME 2024.2.1. The MapInfo coordinate System (Non Earth Meters) are not detected which used to happen in FME 2018. Instead it is taking wkt_auto_1 and is misaligned. Please let me know what changed.
MapInfo transformation not reading right Coordinate System
Best answer by daveatsafe
Hi
Thank you for the files.
FME is not recognizing the coordinate system read from Oracle, either by the SRID or the WKT definition, due to the unknown Datum name. FME 2018 just gives up and assigns a Non Earth coordinate system, while FME 2024 works a little harder and creates an appropriate coordinate system with an unknown datum. However, there is no way to set the unknown datum when writing a Mapinfo coordinate system, so the default WGS 84 datum is used.
The original datum is NAD 83 with a slightly different name, so there is some difference in the resulting Mapinfo coordinate system that may cause some offset.
The best solution would be to add a coordinate system exception to map the Oracle SRID to the correct coordinate system, which is 3TM114-83. I have created the necessary exception for you in the attached zip file. Please unzip the attachment, then use the FME Flow web interface to upload the resulting .db to Resources/Engine/CoordinateSystemExceptions. You may need to restart FME Flow for this change to take effect.
Once this exception is added, the Oracle data will automatically have the correct coordinate system when read, and this will propagate to the output Mapinfo file.
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.