[Qgis-user] Snap Raster
Alex Mandel
tech_dev at wildintellect.com
Fri Mar 20 10:19:29 PDT 2015
On 03/20/2015 12:20 AM, Leo Kris Palao wrote:
> Hi QGIS Users,
>
> Would like to inquire if there is an option in GDAL or in QGIS GUI to snap
> cells of the other raster to another raster layer.
>
> Reason for this is that, I have a raster projected in WGS 84 then I would
> like to project it to MODIS Sinusoidal projection. But I want the output
> reprojected layer to adjust and match the cell alignment of the
> specified/reference raster.
>
> Similar to Snap Raster option in ArcGIS Environment Settings.
>
> Thanks in advance for the help.
>
> -Leo
>
I believe that's the gdal_warp option
-crop_to_cutline
Possibly combined with
-tr xres yres:
-tap:
http://www.gdal.org/gdalwarp.html
Pretty sure GRASS has a way too.
Thanks,
Alex
More information about the Qgis-user
mailing list