GrassASCIIFile: Difference between revisions

From GRASS-Wiki
Jump to navigation Jump to search
(Grass ASCII Format)
 
(Grass ASCII Format)
Line 2: Line 2:


When importing an ASCII file with some arbitrary delimitation, what is the format?
When importing an ASCII file with some arbitrary delimitation, what is the format?
X        , Y        , Z
<nowiki> X        , Y        , Z
Lat        ,Long      ,Elev
Lat        ,Long      ,Elev
DDDMMSSssss,DDDMMSSssss, Meters ---> Which one?
DDDMMSSssss,DDDMMSSssss, Meters ---> Which one?
DDDdddddddd,DDDdddddddd, Meters -|
DDDdddddddd,DDDdddddddd, Meters -|</nowiki>

Revision as of 22:02, 2 April 2008

I am working with GRASS as a newbie to qualify everything past I.

When importing an ASCII file with some arbitrary delimitation, what is the format? X , Y , Z Lat ,Long ,Elev DDDMMSSssss,DDDMMSSssss, Meters ---> Which one? DDDdddddddd,DDDdddddddd, Meters -|