Thank you Anna I did not noticed the underscor... On 19 Feb 2018 4:41 p.m., "Jonathan Reith" <[email protected]> wrote:
print(compregion) g.region(compregion,res="1", flags="p") you are hassling the dictionary to a region, but you have to unpack the dictionary just write: ... g.region(res="1", flags="p", **compregion) the two * unpack the dictionary. Have fun! Pietro
_______________________________________________ grass-user mailing list [email protected] https://lists.osgeo.org/mailman/listinfo/grass-user
