[GRASSLIST:481] Re: maps from scratch
Jesse Hamner
jhamner at emory.edu
Thu Mar 30 11:45:43 EST 2006
On Mar 30, 2006, at 11:00 AM, Ana Soares wrote:
> How do I create maps in grass from scratch ?
>
> Imagine I have a set of points, how do I create a map (and its
> attribute table) from scratch ?
It's all there in the manual page for v.in.ascii.
http://grass.itc.it/grass61/manuals/html61_user/v.in.ascii.html
Use v.in.ascii like this:
cat yemenoman.txt | v.in.ascii out=yemenomanborder format=standard
using the format--
ORGANIZATION:
DIGIT DATE:
DIGIT NAME:
MAP NAME:
MAP DATE:
MAP SCALE: 1
OTHER INFO:
ZONE: 0
MAP THRESH: 0.000000
VERTI:
B 10
53.1085778 16.6510639
52.8122833 17.2855306
52.7458333 17.2944444
52.7426389 17.3019250
52.7428444 17.3024639
52.7432139 17.3023389
52.7513889 17.3041667
52.7505556 17.3058333
52.7821750 17.3497333
52.0000000 19.0000000
More information about the grass-user
mailing list