[GRASS-user] making fcell raster maps using climate data
    Hamish 
    hamish_b at yahoo.com
       
    Mon May 30 04:19:21 EDT 2011
    
    
  
> Bulent wrote:
> >   UTM_E   UTM_N ELEV DATE      Jan      Feb      Mar      Apr     May
> > 1 502500 4398240 1661    0 35.35559 34.10211 41.08517 54.96244 53.24204
> > >> 2 502500 4398240 1661 -100 35.35434 34.10950 41.11511 54.98155 51.01671
> > 3 502500 4398240 1661 -200 34.95282 34.74009 43.04097 56.12360 45.02433
> > 4 502500 4398240 1661 -300 35.35213 34.12072 41.16004 55.01019 48.52734
> > [...]
Hamish: 
> to import that directly into GRASS, save as .csv out of
> Excel, then:
> 
> v.in.ascii in=datafile.csv out=temperature_years \
...
ah, sorry I didn't notice the e,n were the same for each year.
better to split it first using the tools you are familiar with
(thus R).
nevermind..,
Hamish
ps -  If points are on a regular grid, r.in.xyz is an
alternative to v.in.ascii.
    
    
More information about the grass-user
mailing list