[GRASS-user] v.in.ascii with large files

Hamish hamish_nospam at yahoo.com
Sun Mar 25 18:38:28 EDT 2007


Maciej Sieczka wrote:
> Seb wrote:
> > On Fri, 23 Mar 2007 16:36:58 +1200,
> > Hamish <hamish_nospam at yahoo.com> wrote:
> > 
> > [...]
> > 
> >> r.colors rules for etopo2, srtm, and terrain should all break at 0.
> > The
> >> "elevation" and default "rainbow" rule do not.
> > 
> > Thanks.  Using etopo2 was exactly what I needed.
> > 
> > It seems some problem occurred when reprojecting the raster from the
> > geographic location to my Albers equal area projection location,
> 
> Although you have solved the problem, as I can see from the following
> posts, you might consider reprojecting vector points *first* into
> Albers, using cs2cs (PROJ.4 reprojection tool), then import the
> reprojected points into Albers location with r.in.xyz. If you try
> that, can you post to the list if rasters resulting from either
> approach differ somewhat?


to do that, with ascii x,y,z file in the AEA location:

m.proj -i in=xyz_ll.txt out=xyz_aea.txt
r.in.xyz -s xyz_aea.txt
g.region
r.in.xyz xyz_aea.txt



Hamish




More information about the grass-user mailing list