<br><br><div class="gmail_quote">On Sat, May 21, 2011 at 8:22 PM, Michael Kimmerly <span dir="ltr"><<a href="mailto:mikekimmerly@gmail.com">mikekimmerly@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
The gdal_warp -clipper plugin in Qgis appears to be a real life-saver for me<br>
in my use of Qgis in doing NDVI analysis in agriculture where I need to clip<br>
my data to a particular farm or field that may be quite irregular in shape.<br>
However, I am having difficulties getting the plugin to properly trim to the<br>
extent that I want to end up with.<br>
<br>
My process is:<br>
<br>
1. I am loading a landsat scene for my data.<br>
2. Creating a shapefile layer and digitizing a polygon of the area that I<br>
want to analyze.<br>
3. Select the polygon and save as a separate shapefile.<br>
4. Perform the clipper function on the landsat raster using the saved<br>
polygon shapefile as my mask.<br>
<br>
Not sure if step 3 is necessary but want to make sure the mask is limited to<br>
only the polygon that I digitized. Also the mask polygon may come from an<br>
already existing shapefile that may have been gps'd or previously digitized<br>
from some other source.<br>
<br>
The resulting raster is clipped to the polygon but the extent is still the<br>
original landsat. From gdal documentation appears that the -crop_to_cutline<br>
needs to be included in the plugin. Am I correct in this or am I missing<br>
some step?<br>
<br>
Thanks for any help.<br></blockquote><div><br></div><div>This is how I have achieved what you are seeking in my past experience;</div><div><br></div><div>1. Load image</div><div>2. Load vector mask for clipping of image</div>
<div>3. Find extent of clipping vector mask, and perform a rectangular clip of the image</div><div>4. Perform the vector mask clip</div><div><br></div><div>I suppose you could always to the rectangular clip after the vector mask clip also.</div>
<div><br></div><div>There should be a way to automate this task, retrieve extent of vector mask and automate rectangular clip either before or after the vector mask clip.</div><div><br></div><div>Mars</div></div>