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()
sha512()
Find the SHA-512 hash of a file
This function returns the SHA-512 hash of the passed file.
fname (str) – the input file name
chunksize (int, optional) – the size of the chunks of any files which are read in (in bytes)
hexdigest – The hash hexdigest of the input file.
str
Notes
Copyright 2017 Thomas Guymer [1]
References