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-
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-
;,".
/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,
>
>
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
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: "
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:
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
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