Skip to content
Prev 11680 / 29559 Next

creating a shp file from a tiff file

On Sat, May 14, 2011 at 5:44 AM, Hodgess, Erin <HodgessE at uhd.edu> wrote:
Right, you want to convert from a raster grid (tiff) to a vector
format. There's a number of ways this could go down, depending on
exactly what you have and what you are trying to do...

 Firstly, is the tiff showing points, lines, or polygons?

 Does the tiff show the outlines, as if it was a scan of a line map,
or is it solid shading of areas? Are all the values in solid areas
exactly the same, or is it noisy?

  How many bands is it?

 I'm sure there are ways to do many of these things in R (and in
GRASS, definitely) but you need to be a bit clearer about the
transformation you are trying to do!

Barry