I an trying to add a geoid height grid constructed with the workspace from this article Creating Vertical Adjustment Grid files for use with FME (safe.com)
I get the file EGG97_QGR.GRD (I changed the extension to .txt to upload) witch I place in "D:\Reproject\GeoidHeightGrids\Romania\"
I created a corresponding EGG97_QGR.gdc file in "D:\Reproject\GridData\Romania\" with the content:
# https://cngcft.ro/index.php/ro/download/download/2-software/2-cod-sursa-transdatro
..\..\GeoidHeightGrids\Romania\EGG97_QGR.GRD
I have done this previously with no problems. Only difference is that in the new version the grid doesn't have any NODATA pixels. And maybe FME 2021.0...
I Get the following error:
- Corrupted CS_MAP data file encountered.
- CS-MAP Reprojector: Unable to load geoid height grid '%0'
And:
- CsmapReprojector (TeeFactory): CsmapReprojector: Reproject: Could not reproject the geometry of the preceding feature: CS-MAP Reprojector: Unable to load geoid height grid 'D:\Reproject\GridData\Romania\EGG97_QGR.gdc'
- CsmapReprojector: Reproject: Could not reproject the geometry of the preceding feature: CS-MAP Reprojector: Unable to load geoid height grid 'D:\Reproject\GridData\Romania\EGG97_QGR.gdc'
It creates an empty, 0 bytes EGG97_QGR._96 next to the .GRD file.
Any ideeas?
L.E. I installed FME 2020.2.4 and got the error:
- Corrupted CS_MAP data file encountered.
- A fatal error has occurred. Check the logfile above for details
And the rest is identical.