Check your definition of the reprojection in MyCoordSysDefs.fme in the C:\\Program Files\\FME\\Reproject\\ folder, and that your grid file is in the correct subfolder.
First time you run the reprojection open FME As Administrator for it needs to create the binary for the grd file and needs Administrator privileges.
Hi,
Thank you for this answer. If I understand well I need to define a new coordinate system?
My need is only to done a vertical transformation based on a grid files (without horizontal changes), I don't understand why I need to write a new coordinate system.
I put my .gdc and .grd file here: .\\FME-2020\\Reproject\\GeoidHeightGrids\\World and launch my worckbench with Administrator privileges. It well creates the ._96 file. But there is no vertical transformation.
Thank you and have a nice day!
Is there somewhere a documentation to add, for instance : EPSG:32632 ?
Hi folks ,
So we add these informations in "MyCoordSysDefs.fme" file :
COORD_SYSTEM_DEF UTM84-32N_test \\
DESC_NM "UTM-WGS 1984 datum, Zone 32 North, Meter; Cent. Meridian 9d E" \\
SOURCE "Snyder, J.P, 1987, Map Projections - A Working Manual" \\
DT_NAME WGS84 \\
EPSG 32632 \\
EPSG_QD 1 \\
GROUP UTMN \\
MAP_SCL 1 \\
MAX_LAT 90 \\
MAX_LNG 12.75 \\
MIN_LAT -8.4 \\
MIN_LNG 5.25 \\
PARM1 9 \\
PROJ TM\\
QUAD 1\\
SCL_RED 0.9996 \\
UNIT METER \\
X_OFF 500000.0 \\
Y_OFF 0.0
but in fact, no vertical transformation is done ...