[GRASSLIST:2862] Re: converting point shapefile to text coord pairs
    Hamish 
    hamish_nospam at yahoo.com
       
    Sun Mar  7 18:26:46 EST 2004
    
    
  
> I have a point shapefile, and corrosponding ArcINFO export (.e00) file
> of about 80 points. I would like to export the locations of the points
> as UTM coordinate pairs... Perhaps something like:
> p1 4000000 270000
> p2 4000001 270001
> ...
> 
> Is there a way to do this in GRASS, based on the input that I have?
Yes, it is fairly easy.
Make a new location of the appropriate type, then ...
GRASS 5.0/5.3:
 v.in.shape
 v.support
 v.to.sites
 s.out.ascii
GRASS 5.7:
 v.in.ogr
 ...
good luck,
Hamish
    
    
More information about the grass-user
mailing list