[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
;,". /johannes Original-Nachricht > Datum: Tue, 24 Jan 2012 12:04:05 - (GMT) > Von: "Jón Eiríksson" > An: "Johannes Radinger" > CC: "GRASS user list" > Betreff: Re: [GRASS-user] Import Point from *.csv Problem > Hello, > >

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: "

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