Re: [GRASS-dev] [GRASS GIS] #2579: Specify command to be exectued as parameter of grass command

2015-02-11 Thread GRASS GIS
#2579: Specify command to be exectued as parameter of grass command --+- Reporter: wenzeslaus| Owner: grass-dev@… Type: enhancement | Status: new

[GRASS-dev] On GSoC Proposal "New easy-to-use command line interface for GRASS GIS"

2015-02-11 Thread Moritz Lennert
Vaclav, I don't want to mess with the wiki page, so I'm sending my remarks here. If you (and others) think that this kind of discussion should go directly onto the page then I can do that. I've looked at your proposal for GSoC and I think I understand the reasons for it. However, I do have a

[GRASS-dev] [GRASS GIS] #2586: Display of labels in raster query results window is limited to the first 60 characters

2015-02-11 Thread GRASS GIS
#2586: Display of labels in raster query results window is limited to the first 60 characters -+-- Reporter: pvanbosgeo | Owner: grass-dev@… Type: defect | Status: new

Re: [GRASS-dev] [GRASS GIS] #2584: Vectors skipping columns (character limit !!!) while exporting to OGR data

2015-02-11 Thread Luca Delucchi
On 10 February 2015 at 18:58, Newcomb, Doug wrote: > Sajid, Hi Doug, > The shape file format has a 10 character limit on field name length. The > smallest field name I see above is 11. see, > http://webhelp.esri.com/arcgisdesktop/9.3/index.cfm?TopicName=Geoprocessing%20considerations%20for%20sh

Re: [GRASS-dev] Howto use a Python function as error handler in libgis

2015-02-11 Thread Sören Gebbert
Dear Developers, any clue about how to register a Python function as error handler in libgis using libgis.G_add_error_handler()? Or is there any other way to recognize a fatal error call from libgis in Python? I tried to catch the signals, unfortunately is Python not able to catch signals emitted

[GRASS-dev] Preparation of ideas pages for GSoC 2015 (deadline: 18th February!)

2015-02-11 Thread Margherita Di Leo
Dear All, *(Apologies for cross posting)* *GSoC 2015* was officially announced earlier this year. The applications for mentoring organizations are now open and this year Hamish Bowman and myself will be applying for OSGeo's participation. The application deadline for mentoring organizations is t

Re: [GRASS-dev] [GRASS GIS] #2586: Display of labels in raster query results window is limited to the first 60 characters

2015-02-11 Thread GRASS GIS
#2586: Display of labels in raster query results window is limited to the first 60 characters -+-- Reporter: pvanbosgeo | Owner: grass-dev@… Type: defect | Status: new

Re: [GRASS-dev] On GSoC Proposal "New easy-to-use command line interface for GRASS GIS"

2015-02-11 Thread Vaclav Petras
On Wed, Feb 11, 2015 at 3:20 AM, Moritz Lennert < mlenn...@club.worldonline.be> wrote: > Vaclav, > > I don't want to mess with the wiki page, so I'm sending my remarks here. > If you (and others) think that this kind of discussion should go directly > onto the page then I can do that. > > Mailing

[GRASS-dev] problem using GRASS Python interface from QGIS in windows

2015-02-11 Thread Luca Delucchi
Hi everybody, for a project I'm using grass python interface from QGIS. Everything is working on Linux (I tested different OS) but on windows I get this error Traceback (most recent call last): File "C:\Users\delucchil\.qgis2\python\plugins\stem\tools\feat_vege.py", line 106, in onRunLocal te

Re: [GRASS-dev] NVIZ broken in GRASS 7.0 RC2

2015-02-11 Thread Anna Petrášová
On Tue, Feb 10, 2015 at 10:46 PM, Michael Barton wrote: > Maybe. I just looked at the code and I agree that it looks OK. > > The problem seems to be somewhere in > > def _createSurfacePage(self, parent): > > The ‘selection’ (map selection for surfaces) part seems fine and it is > possible to

[GRASS-dev] [GRASS GIS] #2587: copying attribute tables very inefficient if tables are in same database

2015-02-11 Thread GRASS GIS
#2587: copying attribute tables very inefficient if tables are in same database --+- Reporter: mlennert | Owner: grass-dev@… Type: enhancement | Status: new

[GRASS-dev] v.in.ogr: islands not recognized

2015-02-11 Thread Markus Neteler
HI, I tried to import the NUTS3 map(s) from EU which leads to some obscur warnings (see below). While most can be solved with a "mild" snapping, still four islands are reported as an error. They are Andorra, etc and apparently really valid. The error message though suggests that the import was not

Re: [GRASS-dev] v.in.ogr: islands not recognized

2015-02-11 Thread Markus Metz
On Wed, Feb 11, 2015 at 9:34 PM, Markus Neteler wrote: > HI, > > I tried to import the NUTS3 map(s) from EU which leads to some obscur > warnings (see below). While most can be solved with a "mild" snapping, > still four islands are reported as an error. They are Andorra, etc and > apparently real

Re: [GRASS-dev] Building GRASS packages from tarball on Launchpad

2015-02-11 Thread Martin Landa
Hi Ivan, 2015-02-10 9:34 GMT+01:00 Martin Landa : > dpkg-source -b pkg-grass > dpkg-source: info: using options from pkg-grass/debian/source/options: > --extend-diff-ignore=(^|/)(config\.sub|config\.guess|mswindows/osgeo4w/grass.tmpl|config.log)$ > dpkg-source: error: can't build with source forma

Re: [GRASS-dev] Building GRASS packages from tarball on Launchpad

2015-02-11 Thread Martin Landa
Hi, 2015-02-10 17:51 GMT+01:00 Ivan Mincik : > We should really move to Debian packaging done inside of DebianGIS [1] > for final 7.0 version (Sebastiaan from DebianGIS in CC). I can provide > some help for this. seems to be reasonable to me. > As a quick solution for your problem, is to set pa

Re: [GRASS-dev] Building GRASS packages from tarball on Launchpad

2015-02-11 Thread Vaclav Petras
On Wed, Feb 11, 2015 at 3:54 PM, Martin Landa wrote: > > As a quick solution for your problem, is to set package version in > > debian/chagelog to something like 7.0.0~RC2-1 [2] > > done, btw, why '~'? Is it some kind of naming convention? I would > expect just 7.0.0RC2-1. Semantic Versioning 2

Re: [GRASS-dev] v.in.ogr: islands not recognized

2015-02-11 Thread Markus Neteler
On Wed, Feb 11, 2015 at 9:47 PM, Markus Metz wrote: > On Wed, Feb 11, 2015 at 9:34 PM, Markus Neteler wrote: >> HI, >> >> I tried to import the NUTS3 map(s) from EU which leads to some obscur >> warnings (see below). While most can be solved with a "mild" snapping, >> still four islands are repor

Re: [GRASS-dev] [GRASS GIS] #2572: grass command welcomes batch job and requires user input

2015-02-11 Thread GRASS GIS
#2572: grass command welcomes batch job and requires user input -+-- Reporter: wenzeslaus | Owner: grass-dev@… Type: defect | Status: closed

Re: [GRASS-dev] [GRASS GIS] #2579: Specify command to be exectued as parameter of grass command

2015-02-11 Thread GRASS GIS
#2579: Specify command to be exectued as parameter of grass command --+- Reporter: wenzeslaus| Owner: grass-dev@… Type: enhancement | Status: new

[GRASS-dev] Planning GRASS GIS 7.0.0 final: a few days left

2015-02-11 Thread Markus Neteler
Hi devs, according to our http://trac.osgeo.org/grass/wiki/RFC/4_ReleaseProcedure the final release is due on 15th of February. Please check/update http://trac.osgeo.org/grass/wiki/Grass7Planning#Planningongoing thanks Markus ___ grass-dev mailing lis

Re: [GRASS-dev] Building GRASS packages from tarball on Launchpad

2015-02-11 Thread Ivan Mincik
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 11.02.2015 21:52, Martin Landa wrote: > Hi Ivan, > > 2015-02-10 9:34 GMT+01:00 Martin Landa : >> dpkg-source -b pkg-grass dpkg-source: info: using options from >> pkg-grass/debian/source/options: >> --extend-diff-ignore=(^|/)(config\.sub|config\.g

Re: [GRASS-dev] [GRASS GIS] #2583: v.net: crash on Windows

2015-02-11 Thread GRASS GIS
#2583: v.net: crash on Windows -+-- Reporter: mlennert | Owner: grass-dev@… Type: defect | Status: new Priority: critical | Milestone: 7.0.0

Re: [GRASS-dev] [GRASS-SVN] r64426 - grass/trunk/lib/python/script

2015-02-11 Thread Markus Neteler
Hi, should this be backported? Markus On Tue, Feb 3, 2015 at 4:20 PM, wrote: > Author: glynn > Date: 2015-02-03 07:20:48 -0800 (Tue, 03 Feb 2015) > New Revision: 64426 > > Modified: >grass/trunk/lib/python/script/array.py > Log: > numpy.memmap() no longer has _close; use __del__ instead >

[GRASS-dev] [GRASS GIS] #2588: wxGUI digitizer: error when adding a new column

2015-02-11 Thread GRASS GIS
#2588: wxGUI digitizer: error when adding a new column +--- Reporter: mlennert| Owner: grass-dev@… Type: defect | Status: new

Re: [GRASS-dev] [GRASS GIS] #2252: wxGUI vector digitizer passing unescaped text to database

2015-02-11 Thread GRASS GIS
#2252: wxGUI vector digitizer passing unescaped text to database -+ Reporter: marisn | Owner: grass-dev@… Type: defect

Re: [GRASS-dev] [GRASS GIS] #2588: wxGUI digitizer: error when adding a new column

2015-02-11 Thread GRASS GIS
#2588: wxGUI digitizer: error when adding a new column +--- Reporter: mlennert| Owner: grass-dev@… Type: defect | Status: new

Re: [GRASS-dev] [GRASS GIS] #1242: vector fills and line widths not displaying in latlon regions

2015-02-11 Thread GRASS GIS
#1242: vector fills and line widths not displaying in latlon regions -+-- Reporter: cmbarton | Owner: grass-dev@… Type: defect | Status: new

[GRASS-dev] Fwd: Re: [GRASS GIS] #2531: v.parallel/v.segment: strange output

2015-02-11 Thread Moritz Lennert
Markus, As you are probably the one that knows the buffer code the best: do you have any idea about this ? Moritz Forwarded Message Subject: Re: [GRASS GIS] #2531: v.parallel/v.segment: strange output Date: Fri, 09 Jan 2015 11:32:27 - From: GRASS GIS Reply-To: grass-de

Re: [GRASS-dev] [GRASS GIS] #2588: wxGUI digitizer: error when adding a new column

2015-02-11 Thread GRASS GIS
#2588: wxGUI digitizer: error when adding a new column +--- Reporter: mlennert| Owner: grass-dev@… Type: defect | Status: new

[GRASS-dev] file->new vector

2015-02-11 Thread Yann Chemin
Hi, Was looking to create a new vector file to deliniate an area. I have been repeatedly using qgis up to now (Ctrl+Shift+N) and was looking in GRASS for a (non-existing) menu entry "File->New" from some usability habit from other software. Maybe this could be useful for users, File->New and/or C

Re: [GRASS-dev] file->new vector

2015-02-11 Thread Martin Landa
Hi Yann, 2015-02-12 7:15 GMT+01:00 Yann Chemin : > Was looking to create a new vector file to deliniate an area. > I have been repeatedly using qgis up to now (Ctrl+Shift+N) and was looking > in GRASS for a (non-existing) menu entry "File->New" from some usability > habit from other software. > >

Re: [GRASS-dev] Building GRASS packages from tarball on Launchpad

2015-02-11 Thread Martin Landa
Hi, 2015-02-12 0:28 GMT+01:00 Ivan Mincik : [...] > I will start to build automatically once source package is uploaded > :). No other manual action is needed. thats a problem, nothing else happen till now [1]. I will try it once more. Martin [1] https://launchpad.net/~grass/+archive/ubuntu/gr

Re: [GRASS-dev] Building GRASS packages from tarball on Launchpad

2015-02-11 Thread Martin Landa
2015-02-12 7:53 GMT+01:00 Martin Landa : > thats a problem, nothing else happen till now [1]. I will try it once > more. Martin > > [1] https://launchpad.net/~grass/+archive/ubuntu/grass-stable/+packages hm, dput ppa:grass/grass-stable ../grass70_7.0.0RC2-1_source.changes Package has already been