[GRASS-user] Re: How to best access hundreds of orthophotos --
mapserver as WMS server?
Ivan Shmakov
ivan at theory.asu.ru
Fri Dec 14 22:06:52 EST 2007
>>>>> Hamish <hamish_b at yahoo.com> writes:
[...]
> Also the "for MAP in ``" method would need to be changed if there are
> thousands of maps?
I don't think so. Since the `for' command is internal to the
Shell, there's no command line to be passed to any other
process, and so there're no command line length limits in force.
Still, using COMMAND | while read VARN ; do ...; done looks more
clean to me.
> this is just the idea. non functional...
[...]
> i=0
> for MAP in `g.mlist patt='ortho_*'` ; do
[...]
> done
[...]
More information about the grass-user
mailing list