| bio | website | oz123.github.com |
|---|---|---|
| location | Germany | |
| age | 33 | |
| visits | member for | 2 years |
| seen | Jul 28 '12 at 23:55 | |
| stats | profile views | 3 |
I am a programmer, a system administrator, a Debian enthusiastic person ...
I use Debian for my clusters and my laptop.
I enjoy writing scripts in Python and BASH.
I have some experience with Fortran, C and I am doing baby steps in JAVA.
My Current blog is hosted at: oz123.github.com
|
Jul 23 |
comment |
Clipping raster with vector layer using GDAL the -cutline option clips the raster to the inner bounding box of the polygon layer. E.g if it is smaller in the extents the output raster will also be smaller. Without this the output raster will be the same size as the original, but with NULL in all points outside the area of your interest. |
|
Jun 12 |
comment |
how do I get the “outer mantle” of a polygon shape file? (without joining all the polygons) @AndyW, thanks for the hint! I found a pretty good solution. See my answer below. |