Terrain Builder can not import many (perhaps even any?) georeferenced image files, either as sat maps or as terrain grids. This also prevents the use of certain import file formats even if the user has no interest in georeferencing. If it isn't possible to fix georeferencing in TB, it would be good to at least have TB load the files and ignore the georeference metadata.
The error happens:
(1) Regardless of the type of input file; GeoTIFF, ASC and other GDAL supported georeferenced formats seem to case the error.
(2) Regardless of the source projection system; I was able to create test files with "Source WKT"'s that were _identical_ to the "Target WKT" (byte-for-byte) and the error still occurred.
(3) On completely empty projects, and on completed projects with valid mapframes with the same projection system.
Also, even before you do anything in Terrain Builder, the log is being spammed with dozens of "Debugger info - C:\workdir\VisitorWRP\src\visitor4\common\Projector.cpp(501)(func: Projector::CProjector::TransformUTMtoGeoCS) [AssertNoDlg] MainThread=1732 Failed to create UTM to WGS84 coordinate transformation".
I've attached a sample GeoTIFF. My project was using UTM Zone 31 North.
There error that occurs when you try to import is:
Warning: Import - Zone of imported data was not detected. Data cannot be imported.
Importer - Importing file: P:\tb_georeferenced_import_issue_2.tif is from another zone than project zone
Error: Import error - Failed to create coordinate transformation.
Source WKT: PROJCS["unnamed",GEOGCS["WGS 84",DATUM["WGS_1984",SPHEROID["WGS84",6378137,298.2572235630016,AUTHORITY["EPSG","7030"]],
AUTHORITY["EPSG","6326"]],PRIMEM["Greenwich",0],UNIT["degree",0.0174532925199433],AUTHORITY["EPSG","4326"]],PROJECTION["Transverse_Mercator"],PARAMETER["latitude_of_origin",0],PARAMETER["central_meridian",3],PARAMETER["scale_factor",0.9996],PARAMETER["false_easting",500000],PARAMETER["false_northing",0],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AUTHORITY["EPSG","32631"]]
Taget WKT: PROJCS["UTM destination coordinate system.",GEOGCS["WGS 84",DATUM["WGS_1984",SPHEROID["WGS 84",6378137,298.257223563,AUTHORITY["EPSG","7030"]],TOWGS84[0,0,0,0,0,0,0],AUTHORITY["EPSG","6326"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9108"]],AUTHORITY["EPSG","4326"]],PROJECTION["Transverse_Mercator"],PARAMETER["latitude_of_origin",0],PARAMETER["central_meridian",3],PARAMETER["scale_
Error: Import error - Projector - Failed to create coordinate transformation.
{F23561}