Hi,<br>I have used gdal_merge.py to stitch geotiff images created with a 3rd party software for a couple of years now. <br>These programs were moved to new hosts a while ago and from there on, although the stitching works the output image seems to loose the projection information when they are created at certain times of day but not at some other times.<br>
When the projection info is lost, the image cannot be viewed in the 3rd party software used to create the images been stitched, making it useless. However, all images can be displayed with ImageMagick or openEV. <br><br>Is there any command I could use to make sure the projection information is stored in the output image at all times?  <br>
<br>I think my intermittent problem might be cause by some memory shortage on the new hosts at certain times of the day .  The input images are not very big ~4 Mb each and there is 16 of them. The output images are not that huge either:~22Mb <br>
If this is true then, there is not much I could do to resolve my immediate problems.<br>I am no expert so, I may be missing the real cause of the problem.<br><br>What makes it hard to guess what it is is the fact that there are no errors logged as the program work all the time.<br>
<br><br><br>Thanks<br><br><br>This is the projection info for output map when cannot be viewed using 3rd party soft.:<br><br>Size is 7479, 3033^M<br>Coordinate System is:^M<br>LOCAL_CS[&quot;unnamed&quot;,^M<br>    UNIT[&quot;metre&quot;,1,^M<br>
        AUTHORITY[&quot;EPSG&quot;,&quot;9001&quot;]]]^M<br>Origin = (-179.999899999999997,73.000000000000000)^M<br>Pixel Size = (0.048132577673166,-0.048139266469396)^M<br>Metadata:^M<br>  AREA_OR_POINT=Area^M<br>Image Structure Metadata:^M<br>
                              <br><br><br>This is the projection info for output image when it CAN be viewed using 3rd party software:<br>Size is 2400, 1800^M<br>Coordinate System is:^M<br>GEOGCS[&quot;unnamed&quot;,^M<br>
    DATUM[&quot;WGS_1984&quot;,^M<br>        SPHEROID[&quot;WGS 84&quot;,6378137,298.2572235629972,^M<br>            AUTHORITY[&quot;EPSG&quot;,&quot;7030&quot;]],^M<br>        AUTHORITY[&quot;EPSG&quot;,&quot;6326&quot;]],^M<br>
    PRIMEM[&quot;Greenwich&quot;,0],^M<br>    UNIT[,0.0174532925199433]]^M<br><br><br>This is the projection info for the input images:<br>Coordinate System is:<br>GEOGCS[&quot;unnamed&quot;,<br>    DATUM[&quot;WGS_1984&quot;,<br>
        SPHEROID[&quot;WGS 84&quot;,6378137,298.2572235629972,<br>            AUTHORITY[&quot;EPSG&quot;,&quot;7030&quot;]],<br>        AUTHORITY[&quot;EPSG&quot;,&quot;6326&quot;]],<br>    PRIMEM[&quot;Greenwich&quot;,0],<br>
    UNIT[,0.0174532925199433]]<br><br>