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



_______________________________________________
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user

Reply via email to