Skip to main content
Solved

I have a custom coordinate system, I was confused how to translate it for MyCoordSysDefs.fme

  • May 16, 2014
  • 3 replies
  • 43 views

Forum|alt.badge.img
Hi, I have a custom coordinate system that I was confused how to translate it to the MyCoordSysDefs.fme for use in Safe Desktop. Here's how it is represented in the prj file. 

 

 

PROJCS["Lumos_Projection_Foot",

 

GEOGCS["GCS_North_American_1983",

 

DATUM["D_North_American_1983",

 

SPHEROID["Geodetic_Reference_System_of_1980",6378137,298.2572221008916]],

 

PRIMEM["Greenwich",0],

 

UNIT["Degree",0.017453292519943295]],

 

PROJECTION["Transverse_Mercator"],

 

PARAMETER["latitude_of_origin",0],

 

PARAMETER["central_meridian",-80],

 

PARAMETER["scale_factor",0.9996],

 

PARAMETER["false_easting",4921259.843],

 

PARAMETER["false_northing",0],

 

UNIT["Foot_US",0.30480060960121924]]

 

 

I read over the help for FME DEsktop, but the I did not know how to translate it because it had two units and so many Parameters.

 

I appricate any help. Thanks

Best answer by takashi

Hi,

 

 

additionally, I would recommend you to have a look at properties of some similar coordinate systems.

 

Open Coordinate System Gallery (Menu: Tools > Browse Coordinate Systems), select a coordinate system (e.g. NY83-EF), and click Properties button to show Coordinate System Properties. You can see how "OGC WKT Description" should be mapped into "Coordinate System Properties" for FME.

 

 

Takashi
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
  • May 19, 2014

takashi
Celebrity
  • Best Answer
  • May 19, 2014
Hi,

 

 

additionally, I would recommend you to have a look at properties of some similar coordinate systems.

 

Open Coordinate System Gallery (Menu: Tools > Browse Coordinate Systems), select a coordinate system (e.g. NY83-EF), and click Properties button to show Coordinate System Properties. You can see how "OGC WKT Description" should be mapped into "Coordinate System Properties" for FME.

 

 

Takashi

david_r
Celebrity
  • May 19, 2014
Hi,

 

 

maybe a bit outside what you were asking, but there are a lot of interesting resources and coordinate system template to look at here (http://spatialreference.org/).

 

 

David