How to reproject to Perth Coastal Grid (PCG)
Page 1 / 1
Hi Egory
You will need to add a customer coordinate system to FME since this one does not seem to exist already. Instructions are here: http://docs.safe.com/fme/html/FME_Workbench/Default.htm#adding_a_custom_coordinate_system.htm?Highlight=custom coordinate system
You will be editing this file:
<FME>\\Reproject\\MyCoordSysDefs.fme
And the content you add should look something like below (source: http://spatialreference.org/ref/sr-org/7400/html/):
COORDINATE_SYSTEM_DEF PerthCoastalGrid1994 \\
GROUP Australia \\
DESC_NM "Perth Coastal Grid 1994" \\
SOURCE "spatialreference.org" \\
DT_NAME AGD84 \\
PROJ TM \\
UNIT METER \\
PARM1 115.8166666666667 \\
SCL_RED 0.99999906 \\
ORG_LAT 0 \\
X_OFF 500000 \\
Y_OFF 3800000
Thank You