[GRASS-user] v.generalize and external boundaries

2018-08-24 Thread Daniel McInerney
Hi List, I'm using v.generalize in a script (excerpt included below) to smooth the boundaries of a polygon vector dataset. In the attached example (input_vector.png), I would like to *only* generalize the internal lines (blue), and leave the external boundary (green line) unchanged. I thought

Re: [GRASS-user] Remove points from boundary

2018-08-24 Thread Rich Shepard
On Fri, 24 Aug 2018, Micha Silver wrote: If your set of points are ordered, you might want to have a look at the v.in.lines module. THen, assuming the set of points are indeed a closed boundary (the first and last points are equivalent) then v.type will convert the line to a boundary. Micha,

Re: [GRASS-user] New addon v.rast.bufferstats

2018-08-24 Thread Bernardo Santos
Hi Stephan, That is very interesting, and I see interesting potential uses for that.Does it work for any type of input vector (points, polygons, lines)? I am willing to test it and give you feedback.Some time ago I helped a friend develop something alike, but (unfortunately) he was working on

Re: [GRASS-user] Remove points from boundary

2018-08-24 Thread Micha Silver
If your set of points are ordered, you might want to have a look at the v.in.lines module. THen, assuming the set of points are indeed a closed boundary (the first and last points are equivalent) then v.type will convert the line to a boundary. On 08/23/2018

Re: [GRASS-user] New addon v.rast.bufferstats

2018-08-24 Thread Stefan Blumentrath
Hi Rich, My application for the module is characterizing sampling sites in ecological research. It is mainly a port of https://grass.osgeo.org/grass64/manuals/addons/v.what.rast.buffer.html to Python - with some enhancements like multiple buffers, DB output, tabulating classified raster data