Dear all,

how can I use the 'from' parameter in a python script? The following
```
from_range=0,255
to_range=0,511
cls.runModule('r.rescale', input=band, output=output_map_name,
                       from=from_range, to=to_range, overwrite=True)
```

causes expectedly
```
SyntaxError: invalid syntax
```

Nikos

Attachment: signature.asc
Description: PGP signature

_______________________________________________
grass-dev mailing list
grass-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-dev

Reply via email to