pyguymer3.geo.buffer()
pyguymer3.geo.fillin()
pyguymer3.geo.find_middle_of_locs()
pyguymer3.geo.great_circle()
pyguymer3.geo.add_map_underlay()
pyguymer3.image.save_array_as_image()
stat()
This function aims to mimic os.stat() but instead of returning a stat_result object with attributes it returns a dictionary with keys (for more user- friendly serialization to JSON). Influenced by an answer on StackOverflow [1].
References