Julien:
A while back I asked about merging gtopo30 tiles into one large raster
map. I didn't get near the response you did and don't recall anything being
mentioned about r.patch. I was under the impression it was used to generate
overlay layers. I'll have to take another look at these utilities.
Anyway, as a result of this I did write a perl script to merge source
raster files. Part way through I added a somewhat clumsy method to crop
north/south or east/west boundaries depending on the direction of the merge.
This utility was made for tiles and presumes northern or western boundaries
line up.
It is command-line driven, 99.5% finished and about 80% tested with
GLOBE files, but not gtopo30. It seems to work. I can't say it is bug free
and there are still a couple of tweaks I wanted to place in it. I had to
stop and do taxes before completing the module. I'll put out another
release after I do this and of there is interest in the GRASS community, I
will re-release the update. I have attached the "beta" copy to this email.
Any and all are welcome to use it under GNU/GPL. Maybe it's good enough
to have a place as an alternative GRASS utility, but I leave this for the
pros.
In another request, I need help also. It seems that no matter what I
do when following the instructions in importing areas about California, the
central valley has a moat below sea level in gtopo30 and GLOBE files. I have
used the r.mapcalc commands as stated in the docs for these images but the
still appear. Am I the only one to have this problem?
Kevin Cross
----- Original Message -----
From: "julien" <bouffy@free.fr>
To: <grasslist@baylor.edu>; <grasslist@baylor.edu>
Sent: Monday, March 19, 2001 1:32 PM
Subject: [GRASSLIST:1633] display several maps
Hi list,
I'm working on a project into GRASS which is composed by several maps.
(raster).
These maps have been imported into GRASS using r.in.tiff. and r.support.
Each of these maps has the good coordinates. They compose a large map.
But how can I display these maps together in the monitor ?
Using d.rast -o map1 ... d.rast -o map2 ...is quiet boring when you have
10 or more maps !
I've thought to write a small script to do that but maybe there is a
module to create a group of maps in a project.
I've tried to create a new group composed by all these maps but I'm not
able to display it (the name of these groups does not appear in the
g.list rast).
Have I done something wrong or do I forgot something ?
thanks for help
julien
(attachments)
r.tile_merge.pl (29.7 KB)