Module functions.tools.radius_paint

Functions

def radius_paint(center_lat, center_lon, custom_imagepath, output_path, output_file_name, distance=6)

creates an html file and a map. adds circles around a center point with different radians, uses custom image overlay Args: center_lat (float): latitude of center point center_lon (float): longitude of center point custom_imagepath (str): path to custom image to use as overlay output_path (str): path to save the html map to output_file_name (str): file name for the html map distance (float): Calculate the distance in kilometers between the center point and each corner of the grid