Hi Everyone
Hope this email finds you well.
I can run r.cross in console with following command:
"r.cross -z --overwrite --quiet input=Connect_Lake@PERMANENT
,str_grass_r@PERMANENT output=test"
But I got error by run r.cross in python with following command:
grass.run_command('r.cross', input = ['str_grass_r@PERMANENT
','Connect_Lake@PERMANENT'],output = 'test', quiet = True)
What is the correct format to use r.cross function in Python? and how
to obtain the output table generated by r.cross?
Thanks
Ming
_______________________________________________
grass-user mailing list
[email protected]
https://lists.osgeo.org/mailman/listinfo/grass-user