|
On 03/25/2015 10:42 PM, Thomas Adams
wrote:
It looks like the extent goes slightly beyond +180 deg E and -180 deg W: micha@MS-Rebecca ~/Downloads $ gdalinfo EstISA_final.tif ..... Corner Coordinates: Upper Left (-180.0041667, 75.0041667) (180d 0'15.00"W, 75d 0'15.00"N) Lower Left (-180.0041667, -65.0041107) (180d 0'15.00"W, 65d 0'14.80"S) Upper Right ( 180.0040227, 75.0041667) (180d 0'14.48"E, 75d 0'15.00"N) Lower Right ( 180.0040227, -65.0041107) (180d 0'14.48"E, 65d 0'14.80"S) .... Here's what worked for me: gdalwarp -te -180 -65 180 75 -tr 0.0083 0.0083 EstISA_final.tif estisa_fixed.tif Then I imported the fixed raster, and it displayed OK. This will shave off a few pixels around the edges. But I don't think there's any way to avoid that.
|
_______________________________________________ grass-user mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-user
