[GRASS-user] Does filters available in GRASS takes care of cell padding?

2015-11-24 Thread Uttam Kumar
Hi, Do the filters available in GRASS GIS such as average, low pass, high pass filters take care of cell padding automatically? By Cell paddding, I refer to duplicating the first row on top, duplicating bottom row at the bottom, duplicating first column before the actual first column and

Re: [GRASS-user] Error starting GRASS71 trunk: module catalog missing?

2015-11-24 Thread Johannes Radinger
Thanks Martin, It seems that deleting the installation directory helped! /Johannes On Tue, Nov 24, 2015 at 2:58 PM, Martin Landa wrote: > Hi, > > 2015-11-24 14:39 GMT+01:00 Johannes Radinger : > > from datacatalog.catalog import

[GRASS-user] straight skeleton

2015-11-24 Thread Sandro Santilli
Does GRASS have a straight skeleton [1] implementation ? [1] https://en.wikipedia.org/wiki/Straight_skeleton --strk; ___ grass-user mailing list grass-user@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/grass-user

[GRASS-user] Error starting GRASS71 trunk: module catalog missing?

2015-11-24 Thread Johannes Radinger
Hi, I tried to start the most recent (SVN up) self-compiled version of GRASS71 on a Ubuntu-machine. GRASS starts and I can selected a location/mapset from the GUI but after the selection I get following error and the GUI does not start: Launching GUI in the background, please wait... GRASS

Re: [GRASS-user] Error starting GRASS71 trunk: module catalog missing?

2015-11-24 Thread Martin Landa
Hi, 2015-11-24 14:39 GMT+01:00 Johannes Radinger : > from datacatalog.catalog import DataCatalog > ImportError: No module named catalog several times discussed, please delete installation directory (/usr/local/grass-7.1.svn) and compile from scratch (distclean,

Re: [GRASS-user] straight skeleton

2015-11-24 Thread Alex Mandel
On 11/24/2015 07:23 AM, Sandro Santilli wrote: > Does GRASS have a straight skeleton [1] implementation ? > > [1] https://en.wikipedia.org/wiki/Straight_skeleton > > --strk; > ___ > grass-user mailing list > grass-user@lists.osgeo.org >

Re: [GRASS-user] straight skeleton

2015-11-24 Thread Moritz Lennert
On 24/11/15 16:23, Sandro Santilli wrote: Does GRASS have a straight skeleton [1] implementation ? [1] https://en.wikipedia.org/wiki/Straight_skeleton Try v.voronoi -s, but be aware of https://trac.osgeo.org/grass/ticket/2670. Moritz ___