Edmondo Elisei wrote: > 1) My r.in.xyz command line: > > r.in.xyz input=/grassdata/archivio_vettoriale/_subset_points.txt > output=subset method=mean type=FCELL fs=, x=1 y=2 z=3 percent=100 > > 2) g.region -p result: > > projection: 1 (UTM) > zone: 33 > datum: eur50 > ellipsoid: international > north: 4478400.26 > south: 4477190.36 > west: 654486.51 > east: 655494.12 > nsres: 0.99991736 > ewres: 0.9996131 > rows: 1210 > cols: 1008 > cells: 1219680 > > 3) the r.in.xyz procedure ends with message: > > "r.in.xyz complete. 1184 points found in region"
Import the points file as a vector map with v.in.ascii then generate a raster map with v.surf.rst. -- Glynn Clements <[EMAIL PROTECTED]> _______________________________________________ grass-user mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-user
