Ticket #1393 (new defect)

Opened 2 years ago

gdalwarp severely fails to project into sinusoidal

Reported by: jluis@ualg.pt Assigned to: warmerdam
Priority: highest Milestone:
Component: GDAL_Raster Version: 1.3.2
Severity: normal Keywords:
Cc:

Description

gdalwarp fails to convert global images into sinusoidal projection

Example commands where it fails

gdalwarp -t_srs +proj=sinu w.tif w_sino.tif 

gdalwarp -t_srs "+proj=sinu +lon_0=1w" w.tif w_sino.tif

With this the result is an image with only the west hemisphere. 

the w.tif geotiff file is available at

ftp://ftp.ualg.pt/users/jluis/w.tif

Joaquim Luis