How to update the attribute table in layer from dictionaries using python

المشرف العام

Administrator
طاقم الإدارة
I have dictionary with the values:

dict = {0L: {'val1': 60, 'val2': 199, 'val3': 7.719},1L: {'val1': 60, 'val2': 199, 'val3': 7.719}}I want to update these values in the attribute table of a layer. How can i do that?



أكثر...
 
أعلى