Documentation
ogs5py Links
GeoStat Framework
Look for the right corresponding key in a list.
key has to start with an given key from the list and the longest key will be returned.
key (str) – Given key.
key_list (list of str) – Valid keys to be checked against.
found_key – The best match. None if nothing was found.
str or None
str
None