I could use help getting FME 2019.0 properly set to transform data from Canadian vertical datum 1928 to 2013.
My starting points are https://knowledge.safe.com/questions/99317/adding-vertical-coordinate-systems-to-fme.html and https://knowledge.safe.com/articles/29325/creating-vertical-adjustment-grid-files-for-use-wi.html.
From Safe I have downloaded and installed the extra Reprojection Grid Files.
From NRCAN I have downloaded the 8 archives from Geoid Models, and unpacked to `C:\local\geo_grid_shift_files`.
I see 8 .byn files:
# CGVD2013
CGG2013ai08.byn
CGG2013an83.byn
# CGVD28
HT2_1997.byn
HT2_2002v70.byn
HT2_2010v70.byn
# 1928 to 2013 conversion
HT2_1997_CGG2013a.byn
HT2_2002v70_CGG2013a.byn
HT2_2010v70_CGG2013a.byn
3 of these are already present in FME Reproject folder tree
- CGG2013a - CSRS and ITRF versions (CGG2013n83 & CGG2013i08 respectively)
- HT2_1997 - FME has it, though using the old name of HT2_0 according to a note on GPS-H page (ref).
I understand the next step is to create .gdc files that tell FME where the .byn files live, and where my confusion grows.
Creating Vertical Adjustment Grid files for use with FME says multiple grid files can be referred to in one .gdc, but at all the example ones I see under `Reproject\GeoidHeightGrids\Canada` are one to one. Do I put all HT2_yyyy*.byn files in a single cgvd28_to_cgvd2013.gdc file or continue the 1:1 relationship?
I'm also not sure what the naming convention represents. What do the parts in "CGG2010-NAD83CSRS_CGVD2010.gdc" mean? The internal comment indicates we are starting from GRS80 and outputting CGVD2010, but the filename starts and ends with 2010.
# GRS80 Ellipsoid height -> CGVD2010
# Reference Frame: NAD83CSRS (according to GPS-H 3.11 Model Information window)
# http://www.geod.nrcan.gc.ca/hm/public_model_e.php
../../GridData/Canada/Geoids/CGG2010n.byn
Finally, after the above is sorted out, what's the proper way to use it? It would be helpful to see a complete workbench workspace, does anyone have a portable/simple example they can share?
Thanks!