geetools.Dictionary.DictionaryAccessor#

class geetools.Dictionary.DictionaryAccessor(obj)#

Toolbox for the ee.Dictionary class.

Initialize the Dictionary class.

Parameters:

obj (ee.Dictionary)

Methods#

fromPairs(list)

Create a dictionary from a list of [[key, value], ...]] pairs.

getMany(list)

Extract values from a list of keys.

sort()

Sort the dictionary by keys in ascending order.