Skip to main content

Hi,

I can't find an EPSG code (4083) in the "source coordinate system" list, in the Reprojector Transformer. Is there any way to load it? My FME version is 2018.1

 

Thanks!

 

 

You can add custom coordinate systems, see https://docs.safe.com/fme/html/FME_Desktop_Documentation/FME_Coordinate_Systems/Workbench/coordinate_sys_custom_about.htm

If you know the ESRI projection WKT, you can use this tool to automatically create all the necessary configuration files for FME: https://demos-safe-software.fmecloud.com/fmedatastreaming/Coordsys/Start.fmw

There's also a lot of useful information here, inluding the ESRI WKT for EPSG:4083: https://epsg.io/4083


You can add custom coordinate systems, see https://docs.safe.com/fme/html/FME_Desktop_Documentation/FME_Coordinate_Systems/Workbench/coordinate_sys_custom_about.htm

If you know the ESRI projection WKT, you can use this tool to automatically create all the necessary configuration files for FME: https://demos-safe-software.fmecloud.com/fmedatastreaming/Coordsys/Start.fmw

There's also a lot of useful information here, inluding the ESRI WKT for EPSG:4083: https://epsg.io/4083

Hi, I have used the WKT, but there is the "hemisphere" projection parameter, and I don't know what to put in there. It allows every numeric possible value.


Hi, I have used the WKT, but there is the "hemisphere" projection parameter, and I don't know what to put in there. It allows every numeric possible value.

Hi @juanrodriguezso,

You can use any negative number for the southern hemisphere, and any explicitly positive number (ie, +1 instead of 1) for the northern hemisphere. For simplicity, I would recommend using -1 or +1.


Reply