Re: [GRASS-user] sqlite table join problem "duplicate column name"

2012-01-24 Thread Kirk Wythers
On Jan 24, 2012, at 1:29 PM, Moritz Lennert wrote: > On 24/01/12 19:49, Kirk Wythers wrote: >> I am trying to do a 'join' of a column from one table, to the attribute >> table of another vector. However, I am getting an error about a problem >> adding another column due to a duplicate column na

Re: [GRASS-user] sqlite table join problem "duplicate column name"

2012-01-24 Thread Kirk Wythers
On Jan 24, 2012, at 1:29 PM, Moritz Lennert wrote: > On 24/01/12 19:49, Kirk Wythers wrote: >> I am trying to do a 'join' of a column from one table, to the attribute >> table of another vector. However, I am getting an error about a problem >> adding another column due to a duplicate column nam

Re: [GRASS-user] extract drainage in the right direction

2012-01-24 Thread Markus Metz
On Tue, Jan 24, 2012 at 8:03 PM, Mark Seibel wrote: > Hi, > > On Tue, Jan 24, 2012 at 1:24 PM, Marcello Benigno > wrote: >> >> Hi All, >> >> There is some methodology where it is possible extract the drainage >> network and maintain the correct graph orientation? > > > Regrettably, I cant say for

Re: [GRASS-user] sqlite table join problem "duplicate column name"

2012-01-24 Thread Moritz Lennert
On 24/01/12 19:49, Kirk Wythers wrote: I am trying to do a 'join' of a column from one table, to the attribute table of another vector. However, I am getting an error about a problem adding another column due to a duplicate column name. Snip of commands are below: GRASS 6.4.1 (latlon):~> v.i

Re: [GRASS-user] extract drainage in the right direction

2012-01-24 Thread Mark Seibel
Hi, On Tue, Jan 24, 2012 at 1:24 PM, Marcello Benigno < benigno.marce...@gmail.com> wrote: > Hi All, > > There is some methodology where it is possible extract the drainage > network and maintain the correct graph orientation? > Regrettably, I cant say for sure, but I would be surprised if the v

[GRASS-user] sqlite table join problem "duplicate column name"

2012-01-24 Thread Kirk Wythers
I am trying to do a 'join' of a column from one table, to the attribute table of another vector. However, I am getting an error about a problem adding another column due to a duplicate column name. Snip of commands are below: GRASS 6.4.1 (latlon):~ > v.info -c ew4kmg Displaying column types/na

[GRASS-user] sqlite table join problem "duplicate column name"

2012-01-24 Thread Kirk Wythers
I am trying to do a 'join' of a column from one table, to the attribute table of another vector. However, I am getting an error about a problem adding another column due to a duplicate column name. Snip of commands are below: GRASS 6.4.1 (latlon):~ > v.info -c ew4kmg Displaying column types/na

[GRASS-user] extract drainage in the right direction

2012-01-24 Thread Marcello Benigno
Hi All, There is some methodology where it is possible extract the drainage network and maintain the correct graph orientation? I verified that the operation of the extracted drainage with "flow accumulation" command and converted to vector does not represent the correct way that water runs along

[GRASS-user] Creation of a 3d map out of a topographical map-jpeg.

2012-01-24 Thread trajanus
Hello! I have a question for the creation of a three-dimensional topographic map. I'm an archaeologist and have an old but very good topographical map for the region as a Jpeg. The map has a coordinate grid of minutes, seconds etc. I would like to: 1. put an digital grid over it, 2. digitalise

[GRASS-user] . Import Point from *.csv Problem (Johannes Radinger)

2012-01-24 Thread Pankaj Kr Sharma
Usually, I do a reverse in such situation. That is , first create a .csv with v.out.ascii and then fill your values in this file and do again v.in.ascii. ___ grass-user mailing list grass-user@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/grass-

Re: [GRASS-user] Import Point from *.csv Problem

2012-01-24 Thread Nick Cahill
I would try formatting the numbers without any spaces (it looks like Excel is putting spaces where there might be commas separating the thousands), and saving (as you've tried) with UNIX rather than Mac line breaks. you could then replace the semicolons with commas for a regular comma-separated-

Re: [GRASS-user] Import Point from *.csv Problem

2012-01-24 Thread Johannes Radinger
Thank you for your help! it seems that excel somehow doesn't manage to produce universal and platform independent csv's (at least not excel 2011 on Mac). Anyway I just imported the execel into R and exported it to csv. The import worked now perfectly useing fs=",". /johannes Origin

Re: [GRASS-user] Import Point from *.csv Problem

2012-01-24 Thread Jón Eiríksson
Hello, your input file contains four (columns 2 and 3, line positions 9,13,19,23) ascii = zero characters (show up in BBEDIT-text-view- show invisibles). I removed these, and replaced ; with tab - ran this (using fs=tab but fs=, also works, not fs=;): GRASS 6.4.2svn (nc_spm_07):~ > v.in.ascii in

[Fwd: Re: [GRASS-user] Import Point from *.csv Problem]

2012-01-24 Thread Jón Eiríksson
Apologise for any double posting -- Original Message Subject: Re: [GRASS-user] Import Point from *.csv Problem From:Jón Eiríksson Date:Tue, January 24, 2012 12:04 pm To: "Johannes Radinger" Cc: "GRASS user list"

Re: [GRASS-user] Import Point from *.csv Problem

2012-01-24 Thread Markus Neteler
2012/1/24 Sören Gebbert : > Hi Johannes, > i guess your csv file uses funny characters for spaces and new lines > and grass can not handle them. dos2unix may be used to polish the file. Markus ___ grass-user mailing list grass-user@lists.osgeo.org http:

Re: [GRASS-user] Import Point from *.csv Problem

2012-01-24 Thread Markus Neteler
On Tue, Jan 24, 2012 at 11:16 AM, Johannes Radinger wrote: > Hello, > > I try to import Points from a comma separated file in GRASS 6.4.2SVN on > my Mac OS X but somehow I fail... > > The original file is a 3-column Excelsheet (ID,X,Y). I saved that sheet as a > *csv in my Excel 2011 on Mac OS X

[GRASS-user] Import Point from *.csv Problem

2012-01-24 Thread Johannes Radinger
Hello, I try to import Points from a comma separated file in GRASS 6.4.2SVN on my Mac OS X but somehow I fail... The original file is a 3-column Excelsheet (ID,X,Y). I saved that sheet as a *csv in my Excel 2011 on Mac OS X and then I try to import it. I follow the steps in this video (exept th