Hi,
I have this proj4 config that I had converted to FME custom coordinate system. However, when I run a reprojection transformer on it, it gives me an error.
Below are the details.
Can anyone shed some light on this error?
Thank you!
Proj4 config:
+proj=tmerc +lat_0=0 +lon_0=120.95 +k=0.9999 +x_0=446904.02 +y_0=2879827.84 +ellps=GRS80 +units=m +no_defs
FME custom local coordinate:
COORDINATE_SYSTEM_DEF ER94 \\
PROJ TM \\
UNIT METER \\
DT_NAME ER94 \\
DESC_NM "ER94" \\
GROUP ASIA \\
SOURCE "ER94" \\
ORG_LAT 0 \\
PARM1 120.95 \\
SCL_RED 0.9999 \\
X_OFF 446904.02 \\
Y_OFF 2879827.84
FME ERROR when trying to reproject:
Datum definition ER94 does not exist.
Storing feature(s) to FME feature store file `.\\mapping_log.ffs'
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Feature Type: `'
Attribute(string): `CS_NAME' has value `ER94'
Attribute(string): `DESC_NM' has value `ER94'
Attribute(string): `DT_NAME' has value `ER94'
Attribute(string): `GROUP' has value `ASIA'
Attribute(string): `ORG_LAT' has value `0'
Attribute(string): `PARM1' has value `120.95'
Attribute(string): `PROJ' has value `TM'
Attribute(string): `QUAD' has value `1'
Attribute(string): `SCL_RED' has value `0.9999'
Attribute(string): `SOURCE' has value `ER94'
Attribute(string): `UNIT' has value `METER'
Attribute(string): `X_OFF' has value `446904.02'
Attribute(string): `Y_OFF' has value `2879827.84'
Geometry Type: Unknown (0)
===========================================================================
Unable to initialize coordinate system structure for coordinate system `ER94'
Reprojector: Could not create reprojection engine