geetools.tools._deprecated_dictionary#

Legacy methods for the Dictionary class.

Module Contents#

Functions#

extractList(dictionary, keys)

Extract values from a list of keys.

fromList(alist)

Create a ee.Dictionary from a list of [[key, val], [key2, val2]...].

sort(dictionary)

Sort a dictionary by keys in ascending order.

geetools.tools._deprecated_dictionary.extractList(dictionary, keys)[source]#

Extract values from a list of keys.

geetools.tools._deprecated_dictionary.fromList(alist)[source]#

Create a ee.Dictionary from a list of [[key, val], [key2, val2]…].

geetools.tools._deprecated_dictionary.sort(dictionary)[source]#

Sort a dictionary by keys in ascending order.