[gdal-dev] Strange effect in gdalwarp output

Rutger kassies at gmail.com
Wed Jul 22 06:07:56 PDT 2015


Dear Mohamad,

I think Even is right, and it is the bowtie-effect. The file you are trying
to warp is still a 'swath', therefore it still contains the bowtie-effect.
You can see that the right side of the image looks worse, the viewing angles
are greatest at that edge, and the overlap between sensor scans is at its
largest. At nadir, more to the left of the image, it already looks much
better. I don't know the MCTK, but that image also doesn't look great,
although better.

You could use dedicated tools such as MRTSwath to resample the image to a
regular grid. Or use something like PyResample (if you work with Python).

https://lpdaac.usgs.gov/tools/modis_reprojection_tool_swath

https://github.com/pytroll/pyresample (part of PyTroll:
http://www.pytroll.org/)

Once you have a regular grid, all GDAL tools and function will work fine.

Gdalwarp and the other utilities will work directly with the higher level
MODIS products, which are gridded to a sinusoidal grid. 


Regards,
Rutger




--
View this message in context: http://osgeo-org.1560.x6.nabble.com/Strange-effect-in-gdalwarp-output-tp5216470p5216487.html
Sent from the GDAL - Dev mailing list archive at Nabble.com.


More information about the gdal-dev mailing list