[GRASSLIST:188] Re: Displaying sites
Markus Neteler
neteler at itc.it
Mon May 26 07:34:06 EDT 2003
On Sat, May 24, 2003 at 05:12:51AM -0400, tonisan at cocoguawa.com wrote:
> Hello GRASSLIST,
>
> I write you from Spain and I'm just starting with GRASS. I have a txt file
> with lots of point extracted from a 1:5000 Dgn Microstation archive. I have
> created a location and i have specified the UTM projection and zone,
> (Hayford 30, i think). Then i load the text file with
>
> s.in.ascii sites=heights input=local.txt d=3 fs=,
>
> Then i prepared the region with g.region. In the menu i select use the
> sites file to determine the region.
>
> Now i would like to see my points, I do
>
> d.mon x0
> d.sites heights color=white
forst you may try
s.info heights
to see how many sites were imported.
Then zoom to the region:
g.region sites=heights
d.erase
d.sites heights color=white
Markus Neteler
More information about the grass-user
mailing list