Skip to main content
Question

EPSG code not included in the list.

  • June 15, 2020
  • 3 replies
  • 69 views

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!

 

 

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.

3 replies

david_r
Celebrity
  • 8392 replies
  • June 15, 2020

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.


daveatsafe
Safer
Forum|alt.badge.img+19
  • Safer
  • 1637 replies
  • June 23, 2020

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.