Hello community,
I need to output data in MTM or UTM systems for Canada but in NAD83 CSRS epoch 10.
I know the EPSG code does not exist for such projected coordinate system.
I used the ESRI WKT to create a custom definition for FME using this tool: https://demos-safe-software.fmecloud.com/fmedatastreaming/Coordsys/Start.fmw?
And then i saved and used the coordinate system definition i got and added a datum definition:
Here they are:
DATUM_DEF NAD83CSRS2010 \\
DESC_NM "North American Datum of 1983 (CSRS) version 6" \\
SOURCE "Metashape" \\
ELLIPSOID GRS1980
COORDINATE_SYSTEM_DEF MTMZone7-NAD83CSRS(2010) \\
DESC_NM "MTM7 NAD83 CSRS 2010" \\
GROUP MTM \\
DT_NAME NAD83CSRS2010
ORG_LAT 0 \\
PARM1 -70.5 \\
PROJ TM \\
QUAD 1 \\
SCL_RED 0.9999 \\
SOURCE "Metashape" \\
UNIT METER \\
X_OFF 304800 \\
Y_OFF 0
When i use this in the workbench i get the following error:
is not a supported projection
Unable to initialize coordinate system structure for coordinate system `MTMZone7-NAD83CSRS(2010)'
Reprojector: Could not create reprojection engine
What am i missing? Are there example of creating a projected coordinate system for NAD83 CSRS epoch 2010?
Kind regards