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()
make_path_safe()
Make a path safe for using on a filesystem.
path (str) – the path to make safe
allowHidden (bool, optional) – allow the path to be hidden if it starts with a period (default False)
ensureNFC (bool, optional) – ensure that the Unicode encoding is NFC
Notes
Copyright 2017 Thomas Guymer [1]
References