<div dir="ltr">I have an RGBA GeoTIFF in EPSG:4326 with an extent that wraps the 180 decimal degree international dateline (western extent: 74.2 dd, eastern extent: 433.8 dd).  <div><br></div><div>When I attempt to project this image to either EPSG:102113 (as defined in $GDAL_DATA/esri_extra.wkt) or a very similar custom mercator projection, it results in a large empty region at the seam of the original raster (around 74 degrees east).  The projected result looks fine other than this empty area (it normalizes the image so that its origin is at the dateline, which is good).<div>
<br></div><div>Although a small seam is expected since there is no data from 73.8E to 74.2E, the missing region is much larger than anticipated.  </div><div><br></div><div style>Does anyone have any insight into why this is occurring or how to rectify it?</div>
<div style><br></div><div style>The command I am using to perform the reprojection is:</div><div style><br></div><div style>    gdalwarp -s_srs EPSG:4326 -t_srs EPSG:102113 -r bilinear -co COMPRESS=LZW -co TILED=yes rtofs-gcs.tif rtofs-102113.tif<br>
</div><div><br></div><div style>The original EPSG:4326 GeoTIFF and world file can be found at:</div><div style><br></div><div style><a href="http://jgreenlaw.org/gdal/rtofs-gcs.tif">http://jgreenlaw.org/gdal/rtofs-gcs.tif</a><br>
</div><div style><a href="http://jgreenlaw.org/gdal/rtofs-gcs.wld">http://jgreenlaw.org/gdal/rtofs-gcs.wld</a><br></div><div style><br></div><div style>The reprojected EPSG:102113 GeoTIFF can be found at:</div><div style>
<br></div><div style><a href="http://jgreenlaw.org/gdal/rtofs-102113.tif">http://jgreenlaw.org/gdal/rtofs-102113.tif</a><br></div><div style><br></div><div style>Thanks</div><div style>Jason</div></div></div>