BIG 120 day BUMP:
Trying to follow this procedure, I run into trouble that the GeoTIFF does not display anywhere except within the software that generated it (ESA's SNAP Processor), even though gdalinfo executed on an X11 command line gives me
[wifi-roaming-128-4-223-79:~/Desktop] a2% gdalinfo S1B_output.tif
Driver: GTiff/GeoTIFF
Files: S1B_output.tif
Size is 14206, 13515
Coordinate System is:
PROJCS["WGS 84 / UTM zone 4N",
GEOGCS["WGS 84",
DATUM["WGS_1984",
SPHEROID["WGS 84",6378137,298.257223563,
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",-159],
PARAMETER["scale_factor",0.9996],
PARAMETER["false_easting",500000],
PARAMETER["false_northing",0],
UNIT["metre",1,
AUTHORITY["EPSG","9001"]],
AUTHORITY["EPSG","32604"]]
Origin = (526.640284275286831,8193473.883620312437415)
Pixel Size = (40.000000000000000,-40.000000000000000)
Metadata:
AREA_OR_POINT=Area
TIFFTAG_IMAGEDESCRIPTION=S1B_output
TIFFTAG_RESOLUTIONUNIT=1 (unitless)
TIFFTAG_XRESOLUTION=1
TIFFTAG_YRESOLUTION=1
Image Structure Metadata:
INTERLEAVE=BAND
Corner Coordinates:
Upper Left ( 526.640, 8193473.884) (174d41' 2.19"W, 73d14'33.10"N)
Lower Left ( 526.640, 7652873.884) (171d18' 4.29"W, 68d32'12.98"N)
Upper Right ( 568766.640, 8193473.884) (156d47'18.09"W, 73d49'19.82"N)
Lower Right ( 568766.640, 7652873.884) (157d16'55.59"W, 68d58'40.88"N)
Center ( 284646.640, 7923173.884) (165d 1'53.03"W, 71d18'50.62"N)
Band 1 Block=14206x13515 Type=UInt16, ColorInterp=Gray
[wifi-roaming-128-4-223-79:~/Desktop] a2%
which is "almost" identical to a LandSat GeoTIFF that does display correctly. The only difference between the working LandSat and the not-working Sentinel-1B is that "AREA-OR-POINT" is "AREA" for Sentinel-1B while it is "POINT" for LandSat ... and the dot-per-inch appears as 1 pixel/inch for Sentinel while it is 72 pixel/inch for LandSat.
Anyone know what I am doing wrong here? [Apologies if this is a newby question, perhaps, but I only got into this radar processing business 2 days ago.]