I am generating maps as TIFFs using the raster package (writeRaster) in R to generate small tiles, then as a final step, combining the tiles via the GDAL script gdal_merge.py.
I thought the resulting files were georeferenced. However, I sent a file to a colleague who is trying to import into ArcMap, and he indicated that the software doesn't recognize the georeferencing.
Here is the result of gdalinfo on one of the problematic files. Can anyone tell me if there's an important metadata component missing, and if so, how best to fix it?
% gdalinfo VERSION18.5_MVN_Vs30_NZGD00_allNZ_AhdiYongWeighted1_noisyT_minDist0.0km_v3_crp1.5.tif Driver: GTiff/GeoTIFF Files: VERSION18.5_MVN_Vs30_NZGD00_allNZ_AhdiYongWeighted1_noisyT_minDist0.0km_v3_crp1.5.tif Size is 11264, 16384 Coordinate System is: PROJCS["unnamed", GEOGCS["GRS 1980(IUGG, 1980)", DATUM["unknown", SPHEROID["GRS80",6378137,298.257222101], TOWGS84[0,0,0,0,0,0,0]], PRIMEM["Greenwich",0], UNIT["degree",0.0174532925199433]], PROJECTION["Transverse_Mercator"], PARAMETER["latitude_of_origin",0], PARAMETER["central_meridian",173], PARAMETER["scale_factor",0.9996], PARAMETER["false_easting",1600000], PARAMETER["false_northing",10000000], UNIT["metre",1, AUTHORITY["EPSG","9001"]]] Origin = (1000000.000000000000000,6338400.000000000000000) Pixel Size = (100.000000000000000,-100.000000000000000) Metadata: AREA_OR_POINT=Area Image Structure Metadata: INTERLEAVE=BAND Corner Coordinates: Upper Left ( 1000000.000, 6338400.000) (166d35'16.17"E, 32d55'40.74"S) Lower Left ( 1000000.000, 4700000.000) (165d 1'10.46"E, 47d34'29.83"S) Upper Right ( 2126400.000, 6338400.000) (178d37'44.88"E, 32d57'57.08"S) Lower Right ( 2126400.000, 4700000.000) (179d59'25.56"W, 47d38'19.50"S) Center ( 1563200.000, 5519200.000) (172d33'57.05"E, 40d28'37.45"S) Band 1 Block=11264x1 Type=Float64, ColorInterp=Gray NoData Value=-1.69999999999999994e+308