Sorry if I go off topic, but wouldn't be r.in.wms a good example to re write it (almost) fully in python? So you could get rid of many dependencies and make grass more portable. I did not completely understood in the scripts the use of r.tileset and gdalwarp but I had only a short look at the script till now. It is only a suggestion, and there is still a lot to learn for me regarding programming at all and programming for grass in specific.


Ivan Shmakov schrieb:
"MK" == Maximilian Krambach <[EMAIL PROTECTED]> writes:

 >> Looks like a sh/dash/bash problem?  What's the first line of
 >> /usr/lib/grass/scripts/r.tileset?  E. g.:

 >> $ head -n1 /usr/lib/grass/scripts/r.tileset

 >> [...]

MK> First line is #!/bin/sh

       I guess it needs to be changed to #!/bin/bash (and you're to
       have Bash installed, of course.)

MK> 193 is part of

MK> # purpose: lookup values in passed by reference arrays
MK> declare -f LookupP                # Function "Pointer"

       There's a `declare' command in Bash, but not in POSIX shell, nor
       in Dash.

[...]

MK> btw: installation is 6.2.1 from Jachym's ubuntu repository
MK> (les-ejk.cz)

       IIRC, Ubuntu uses Dash for /bin/sh by default.

_______________________________________________
grassuser mailing list
[email protected]
http://grass.itc.it/mailman/listinfo/grassuser


_______________________________________________
grassuser mailing list
[email protected]
http://grass.itc.it/mailman/listinfo/grassuser

Reply via email to