[GRASS-dev] trying to update column with another text column

2012-04-04 Thread Michael Barton
I want to update a column with the value of another column. I am using v.db.update. The docs say that I can update a column with the value of another column by specifying that column in the value field. In fact, if I put the names of numeric columns, this works fine (e.g., v.db.update

Re: [GRASS-dev] v.dissolve not working with string column

2012-04-04 Thread Moritz Lennert
On 04/04/12 07:56, Michael Barton wrote: I'm trying to do a dissolve but keep getting an error saying that it only works with integer or string columns. But the column I'm using for the dissolve IS string. GRASS 7.0.svn (Spain_utm_wgs84z30):~ db.describe table=muro_temp table:muro_temp

Re: [GRASS-dev] Vector network analysis in WxGUI proposal for GSoC

2012-04-04 Thread Martin Landa
Hi, 2012/4/3 stepan.turek stepan.tu...@seznam.cz: another interesting topic for GSoC  could be integration of vector network analysis (modules with prefix v.net) into WxGUI. [...] both your topics are interesting, please submit the proposals on Melange... Martin -- Martin Landa

Re: [GRASS-dev] v.dissolve not working with string column

2012-04-04 Thread Markus Metz
On Wed, Apr 4, 2012 at 8:11 AM, Moritz Lennert mlenn...@club.worldonline.be wrote: On 04/04/12 07:56, Michael Barton wrote: I'm trying to do a dissolve but keep getting an error saying that it only works with integer or string columns. But the column I'm using for the dissolve IS string.

Re: [GRASS-dev] GSoC introduction

2012-04-04 Thread Markus Metz
On Mon, Apr 2, 2012 at 6:54 PM, stepan.turek stepan.tu...@seznam.cz wrote: Hello, I would like to introduce my topic for  GSoC. My proposal for GSoC is porting of module i.ortho.photo into GRASS 7. The module is  based on x monitors, which support was removed  from GRASS 7, so it  is

Re: [GRASS-dev] GSoC introduction

2012-04-04 Thread Luca Delucchi
2012/4/4 Markus Metz markus.metz.gisw...@googlemail.com: Definitively! I have converted X-terminal based i.points to the wxGUI and worked on the i.ortho.photo suite, so please do not hesitate to ask me if you have any questions! You should be able to recycle quite a bit of the wxGUI

Re: [GRASS-dev] GsoC2012: High level map interaction with python

2012-04-04 Thread Markus Metz
On Sun, Apr 1, 2012 at 12:16 AM, Pietro peter.z...@gmail.com wrote: Hi everyone! I'm Pietro Zambelli a ph.D student of Trento University, I would like to apply to the GSoC, my idea in short is: extend the python GRASS API to make it more pythonic :-). I would like to interact with region,

Re: [GRASS-dev] GsoC2012: High level map interaction with python

2012-04-04 Thread Sören Gebbert
Hi Pietro, this is an interesting and very useful submission. A numpy matrix interface would be a valuable addition, but as Markus Metz said, we need also direct row access without reading the whole raster or vector map into the memory. Actually with the vtk-grass-bridge there is already an

[GRASS-dev] Re: [GRASS GIS] #1268: r.out.vtk does not work as desired for RGB images

2012-04-04 Thread GRASS GIS
#1268: r.out.vtk does not work as desired for RGB images --+- Reporter: voncasec | Owner: grass-dev@… Type: enhancement | Status: closed Priority: normal |

Re: [GRASS-dev] GsoC2012: High level map interaction with python

2012-04-04 Thread Sören Gebbert
Hi Pietro, more below: 2012/4/4 Pietro peter.z...@gmail.com: Hi Sören, 2012/4/4 Sören Gebbert soerengebb...@googlemail.com: Hi Pietro, this is an interesting and very useful submission. A numpy matrix interface would be a valuable addition, but as Markus Metz said, we need also direct row

Re: [GRASS-user] Re: [GRASS-dev] trying to update column with another text column

2012-04-04 Thread Moritz Lennert
On 04/04/12 08:33, Moritz Lennert wrote: On 04/04/12 08:02, Michael Barton wrote: I want to update a column with the value of another column. I am using v.db.update. The docs say that I can update a column with the value of another column by specifying that column in the value field. In fact,

Re: [GRASS-dev] GsoC2012: High level map interaction with python

2012-04-04 Thread Pietro
Hi Sören, 2012/4/4 Sören Gebbert soerengebb...@googlemail.com: [cut] The VTK GRASS bridge uses the VTK style[1]. This assures the same convincing coding style in C++, Java and Python. Therefore it is not Python specific but it integrates itself into the VTK pipeline framework to use the

Re: [GRASS-dev] v.dissolve not working with string column

2012-04-04 Thread Michael Barton
Thanks very much. For sqlite, there is no field type called character. I tried changing the field type to varchar, but that didn't work either. Michael On Apr 4, 2012, at 1:49 AM, Markus Metz wrote: On Wed, Apr 4, 2012 at 8:11 AM, Moritz Lennert mlenn...@club.worldonline.be wrote: On

[GRASS-dev] Re: [GRASS GIS] #548: grass7 - v.reclass with sqlite driver: Cannot step: SQL logic error or missing database

2012-04-04 Thread GRASS GIS
#548: grass7 - v.reclass with sqlite driver: Cannot step: SQL logic error or missing database --+- Reporter: mlennert | Owner: grass-dev@… Type: defect| Status: new

Re: [GRASS-dev] v.dissolve not working with string column

2012-04-04 Thread Michael Barton
Right! That's the problem. v.info -c muro_temp Displaying column types/names for database connection of layer 1: INTEGER|cat TEXT|Subsector TEXT|valley TEXT|sector GRASS 7.0.svn (Spain_utm_wgs84z30):~ I want to dissolve on sector, but it complains that this is not a string. Michael On Apr

[GRASS-dev] [GRASS GIS] #1634: wingrass7: i.spectral -error

2012-04-04 Thread GRASS GIS
#1634: wingrass7: i.spectral -error --+- Reporter: hellik| Owner: grass-dev@… Type: defect| Status: new Priority: normal| Milestone: 7.0.0

[GRASS-dev] [GRASS GIS] #1635: allow r.los to run with a point vector layer as input for coordinate identifying the viewing position

2012-04-04 Thread GRASS GIS
#1635: allow r.los to run with a point vector layer as input for coordinate identifying the viewing position -+-- Reporter: lutra| Owner: grass-dev@… Type: enhancement | Status: new

[GRASS-dev] [GRASS GIS] #1636: r.patch in GRASS 7 does not respect region settings

2012-04-04 Thread GRASS GIS
#1636: r.patch in GRASS 7 does not respect region settings +--- Reporter: pvanbosgeo | Owner: grass-dev@… Type: defect | Status: new Priority: major |